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-05-11T05:01:28.863Z||main|||||INFO|500||The following profiles are active: basic
2022-05-11T05:01:40.026Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-11T05:01:40.026Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-11T05:01:40.139Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-11T05:01:44.105Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-11T05:01:44.505Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-11T05:01:44.942Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-11T05:01:44.949Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-11T05:01:45.056Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-11T05:01:45.302Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-11T05:01:45.880Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-11T05:01:47.530Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-11T05:01:49.895Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-11T05:01:49.954Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-11T05:01:50.563Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-11T05:01:50.827Z||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-05-11T05:01:52.088Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-11T05:01:53.104Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-11T05:01:53.120Z||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$$75ebdfa9.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-05-11T05:01:53.121Z||main|||||WARN|500||The sdc end point is not alive
2022-05-11T05:01:56.330Z||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-05-11T05:01:59.140Z||main|||||WARN|500||---
2022-05-11T05:01:59.140Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-11T05:01:59.141Z||main|||||WARN|500||---
2022-05-11T05:01:59.621Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-11T05:02:04.282Z||main|||||INFO|500||Started Application in 38.526 seconds (JVM running for 40.641)
2022-05-11T05:02:04.299Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-11T05:02:04.301Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-11T05:02:04.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-11T05:02:04.338Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-11T05:02:04.380Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d54f75c-06e3-4006-98b8-a89f0fdca7af url= /sdc/v1/artifactTypes
2022-05-11T05:02:04.381Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-11T05:02:04.621Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:02:04.646Z||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-05-11T05:02:04.667Z||scheduling-1|||||DEBUG|500||create keys
2022-05-11T05:02:04.675Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-11T05:02:04.722Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:02:04.741Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3d58e511-d06e-4105-bd0b-497403cf10e1 url= /sdc/v1/registerForDistribution
2022-05-11T05:02:04.931Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3d58e511-d06e-4105-bd0b-497403cf10e1 url= /sdc/v1/registerForDistribution
2022-05-11T05:02:04.931Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-11T05:02:04.942Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:02:04.942Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:02:04.948Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-11T05:02:04.952Z||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-05-11T05:02:04.952Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:02:04.953Z||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-05-11T05:02:04.953Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:02:15.270Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:02:15.271Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:03:04.938Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:03:04.940Z||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-05-11T05:03:04.940Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:03:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:03:04.941Z||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-05-11T05:03:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:03:14.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:03:14.505Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:04:04.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:04:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:04:04.940Z||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-05-11T05:04:04.941Z||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-05-11T05:04:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:04:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:04:14.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:04:14.488Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:05:04.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:05:04.940Z||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-05-11T05:05:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:05:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:05:04.941Z||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-05-11T05:05:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:05:14.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:05:14.490Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:06:04.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:06:04.940Z||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-05-11T05:06:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:06:04.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:06:04.941Z||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-05-11T05:06:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:06:14.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:06:14.485Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:07:04.940Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:07:04.941Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:07:04.943Z||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-05-11T05:07:04.943Z||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-05-11T05:07:04.943Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:07:04.943Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:07:14.486Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:07:14.491Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:08:04.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:08:04.940Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:08:04.942Z||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-05-11T05:08:04.942Z||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-05-11T05:08:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:08:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:08:14.488Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:08:14.497Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:09:04.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:09:04.941Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:09:04.941Z||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-05-11T05:09:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:09:04.942Z||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-05-11T05:09:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:09:14.486Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:09:14.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:10:04.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:10:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:10:04.944Z||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-05-11T05:10:04.944Z||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-05-11T05:10:04.944Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:10:04.945Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:10:14.487Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:10:14.488Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:11:04.938Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:11:04.940Z||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-05-11T05:11:04.940Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:11:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:11:04.941Z||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-05-11T05:11:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:11:14.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:11:14.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:11:37.176Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-11T05:12:04.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:12:04.940Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:12:04.940Z||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-05-11T05:12:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:12:04.941Z||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-05-11T05:12:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:12:14.480Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:12:14.485Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:13:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:13:04.940Z||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-05-11T05:13:04.941Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:13:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:13:04.942Z||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-05-11T05:13:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:13:14.485Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:13:14.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:14:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:14:04.940Z||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-05-11T05:14:04.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:14:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:14:04.941Z||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-05-11T05:14:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:14:14.479Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:14:14.480Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:15:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:15:04.940Z||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-05-11T05:15:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:15:04.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:15:04.941Z||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-05-11T05:15:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:15:14.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:15:14.485Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:16:04.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:16:04.940Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:16:04.941Z||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-05-11T05:16:04.942Z||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-05-11T05:16:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:16:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:16:14.486Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:16:14.487Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:17:04.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:17:04.940Z||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-05-11T05:17:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:17:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:17:04.941Z||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-05-11T05:17:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:17:14.489Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:17:14.493Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:18:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:18:04.939Z||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-05-11T05:18:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:18:04.941Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:18:04.942Z||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-05-11T05:18:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:18:14.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:18:14.518Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:19:04.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:19:04.940Z||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-05-11T05:19:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:19:04.941Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:19:04.941Z||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-05-11T05:19:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:19:14.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:19:14.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:20:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:20:04.940Z||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-05-11T05:20:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:20:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:20:04.941Z||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-05-11T05:20:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:20:14.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:20:14.481Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:21:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:21:04.940Z||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-05-11T05:21:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:21:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:21:04.940Z||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-05-11T05:21:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:21:14.486Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:21:14.495Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:22:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:22:04.940Z||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-05-11T05:22:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:22:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:22:04.941Z||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-05-11T05:22:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:22:14.481Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:22:14.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:23:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:23:04.940Z||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-05-11T05:23:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:23:04.940Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:23:04.941Z||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-05-11T05:23:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:23:14.490Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:23:14.490Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:24:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:24:04.939Z||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-05-11T05:24:04.939Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:24:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:24:04.942Z||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-05-11T05:24:04.943Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:24:14.486Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:24:14.486Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:25:04.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:25:04.940Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:25:04.941Z||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-05-11T05:25:04.941Z||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-05-11T05:25:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:25:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:25:14.483Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:25:14.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:26:04.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:26:04.940Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:26:04.941Z||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-05-11T05:26:04.941Z||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-05-11T05:26:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:26:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:26:14.493Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:26:14.495Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:27:04.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:27:04.940Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:27:04.941Z||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-05-11T05:27:04.941Z||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-05-11T05:27:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:27:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:27:14.483Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:27:14.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:28:04.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:28:04.940Z||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-05-11T05:28:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:28:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:28:04.941Z||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-05-11T05:28:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:28:14.516Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:28:14.516Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:29:04.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:29:04.940Z||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-05-11T05:29:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:29:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:29:04.940Z||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-05-11T05:29:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:29:14.484Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:29:14.484Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:30:04.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:30:04.940Z||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-05-11T05:30:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:30:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:30:04.940Z||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-05-11T05:30:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:30:14.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:30:14.487Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:30:51.447Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-11T05:31:04.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:31:04.940Z||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-05-11T05:31:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:31:04.940Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:31:04.940Z||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-05-11T05:31:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:31:14.487Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:31:14.490Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:32:04.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:32:04.940Z||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-05-11T05:32:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:32:04.940Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:32:04.941Z||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-05-11T05:32:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:32:14.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:32:14.479Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:33:04.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:33:04.939Z||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-05-11T05:33:04.939Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:33:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:33:04.941Z||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-05-11T05:33:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:33:14.480Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:33:14.483Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:34:04.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:34:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:34:04.942Z||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-05-11T05:34:04.942Z||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-05-11T05:34:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:34:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:34:14.492Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:34:14.493Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:35:04.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:35:04.940Z||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-05-11T05:35:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:35:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:35:04.941Z||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-05-11T05:35:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:35:14.487Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:35:14.487Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:36:04.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:36:04.940Z||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-05-11T05:36:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:36:04.940Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:36:04.941Z||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-05-11T05:36:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:36:14.487Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:36:14.503Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:04.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:37:04.939Z||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-05-11T05:37:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:04.940Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:37:04.941Z||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-05-11T05:37:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:05.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:05.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247370352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "cds",
  "timestamp": 1652247371147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247373944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247370352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "cds",
  "timestamp": 1652247371147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247373944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247370352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "cds",
  "timestamp": 1652247371147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247373944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "clamp",
  "timestamp": 1652247379547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247370352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "cds",
  "timestamp": 1652247371147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247373944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "clamp",
  "timestamp": 1652247379547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "policy-id",
  "timestamp": 1652247382144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247370352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "cds",
  "timestamp": 1652247371147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247373944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "clamp",
  "timestamp": 1652247379547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "policy-id",
  "timestamp": 1652247382144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247370352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "cds",
  "timestamp": 1652247371147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247373944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "clamp",
  "timestamp": 1652247379547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247383333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "policy-id",
  "timestamp": 1652247382144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247370352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "cds",
  "timestamp": 1652247371147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247373944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "clamp",
  "timestamp": 1652247379547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247383333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "policy-id",
  "timestamp": 1652247382144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "clamp",
  "timestamp": 1652247379547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "cds",
  "timestamp": 1652247385851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.416Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247385476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.416Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247383333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "policy-id",
  "timestamp": 1652247382144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "clamp",
  "timestamp": 1652247379547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "cds",
  "timestamp": 1652247386871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-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=?
2022-05-11T05:37:05.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:05.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"23b71680-34f3-405f-9b58-4d56d214c735","serviceName":"vFW 2022-05-11 05-34-09","serviceVersion":"1.0","serviceUUID":"b1c2b43b-e055-4aa3-9248-f8cf93f1697b","serviceDescription":"catalog service description","serviceInvariantUUID":"49cb30e8-53f7-487e-99e9-2efc25b13c16","resources":[{"resourceInstanceName":"vFW cf46c76f-4dd8 0","resourceName":"vFW cf46c76f-4dd8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"144003bd-be7d-4d36-8314-2554612495f3","resourceInvariantUUID":"612a2284-b185-41aa-8c24-a1e6881f65a1","resourceCustomizationUUID":"758a4d3b-284c-443a-9d19-d9c989c637b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml","artifactChecksum":"ZjA0ZWUzOWUxMTdlZjhkOGRhODAwYWU1ZDQ1YzIxZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e32bb66d-56aa-46ce-976a-f4bbdb6dfca2","artifactVersion":"1"},{"artifactName":"vfwcf46c76f4dd80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json","artifactChecksum":"NDk3NzNiZGQzYmY2MmRlMDJkNTNiOWY5N2Y2Y2NkM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"863c9f8a-5d66-4a4e-8bc7-05fc710f75d7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42164215-6dc3-41c6-a622-9856cb4cdb86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDllYjdmNDE2MzJhYTg3M2I2YjU0NDdmZWJjNDkxYjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6ca3ffd-eee4-47c5-ae20-be671c193d03","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9bd426a6-fc79-47d4-a512-f326e0ae2d62","artifactVersion":"2","generatedFromUUID":"42164215-6dc3-41c6-a622-9856cb4cdb86"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220511053409-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml","artifactChecksum":"YWE0ZjllNTk5ZjI4NjkxZjk0YjZmNzdjMThiNTg5MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6787af1f-46a7-4f7f-8c65-8f689ae29eb6","artifactVersion":"1"},{"artifactName":"service-Vfw20220511053409-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar","artifactChecksum":"NzRlOWZkMDhlOWFjY2IxNTQ4ZjA3YzNjNzA1YTQ1MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d44d79c0-334b-4686-b511-be0712d08a7b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-11T05:37:05.579Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:05.585Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-11T05:37:05.599Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:05.599Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.605Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23b71680-34f3-405f-9b58-4d56d214c735
2022-05-11T05:37:05.625Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b71680-34f3-405f-9b58-4d56d214c735 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-05-11T05:37:05.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247383333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "policy-id",
  "timestamp": 1652247382144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "aai-ml",
  "timestamp": 1652247387243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247383333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "policy-id",
  "timestamp": 1652247382144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "aai-ml",
  "timestamp": 1652247387243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247383333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "policy-id",
  "timestamp": 1652247389992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "aai-ml",
  "timestamp": 1652247387243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247383333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "policy-id",
  "timestamp": 1652247391000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "aai-ml",
  "timestamp": 1652247387243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247390846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247391264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "policy-id",
  "timestamp": 1652247392004,
  "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-05-11T05:37:05.669Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23b71680-34f3-405f-9b58-4d56d214c735
2022-05-11T05:37:05.670Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b71680-34f3-405f-9b58-4d56d214c735 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-05-11T05:37:05.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "aai-ml",
  "timestamp": 1652247387243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247391852,
  "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-05-11T05:37:05.684Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23b71680-34f3-405f-9b58-4d56d214c735
2022-05-11T05:37:05.684Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b71680-34f3-405f-9b58-4d56d214c735 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-05-11T05:37:05.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247392666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.694Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "aai-ml",
  "timestamp": 1652247387243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "aai-ml",
  "timestamp": 1652247387243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247394158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "aai-ml",
  "timestamp": 1652247395256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247395217,
  "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-05-11T05:37:05.699Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-05-11T05:37:05.702Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23b71680-34f3-405f-9b58-4d56d214c735
2022-05-11T05:37:05.702Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b71680-34f3-405f-9b58-4d56d214c735 and ComponentName POLICY
2022-05-11T05:37:05.703Z||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.
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:37:05.703Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-11T05:37:05.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247396221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "clamp",
  "timestamp": 1652247397298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "clamp",
  "timestamp": 1652247399337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "clamp",
  "timestamp": 1652247400343,
  "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-05-11T05:37:05.715Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:05.716Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:05.716Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 23b71680-34f3-405f-9b58-4d56d214c735
2022-05-11T05:37:05.716Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b71680-34f3-405f-9b58-4d56d214c735 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-05-11T05:37:05.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "aai-ml",
  "timestamp": 1652247412887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:37:05.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "aai-ml",
  "timestamp": 1652247413893,
  "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-05-11T05:37:05.729Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23b71680-34f3-405f-9b58-4d56d214c735
2022-05-11T05:37:05.729Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b71680-34f3-405f-9b58-4d56d214c735 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-05-11T05:37:05.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "clamp",
  "timestamp": 1652247409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247410352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "cds",
  "timestamp": 1652247416147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247410352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "clamp",
  "timestamp": 1652247409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "aai-ml",
  "timestamp": 1652247417243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "cds",
  "timestamp": 1652247416147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247410352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "clamp",
  "timestamp": 1652247409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "aai-ml",
  "timestamp": 1652247417243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "cds",
  "timestamp": 1652247416147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247410352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "clamp",
  "timestamp": 1652247409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "aai-ml",
  "timestamp": 1652247417243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "cds",
  "timestamp": 1652247416147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247410352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "clamp",
  "timestamp": 1652247409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "aai-ml",
  "timestamp": 1652247417243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "cds",
  "timestamp": 1652247416147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247410352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "clamp",
  "timestamp": 1652247409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "aai-ml",
  "timestamp": 1652247417243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "cds",
  "timestamp": 1652247416147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "policy-id",
  "timestamp": 1652247422144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652247410352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "clamp",
  "timestamp": 1652247409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "aai-ml",
  "timestamp": 1652247417243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "cds",
  "timestamp": 1652247416147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "policy-id",
  "timestamp": 1652247422144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "aai-ml",
  "timestamp": 1652247417243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247423333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "policy-id",
  "timestamp": 1652247422144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:37:06.607Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:06.607Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:06.609Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:06.609Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:37:06.709Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:06.710Z||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-05-11T05:37:06.710Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:06.726Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:06.726Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:07.610Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:07.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:07.613Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:07.613Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:37:07.713Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:07.714Z||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-05-11T05:37:07.714Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:07.742Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:07.742Z||pool-5-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:08.613Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:08.614Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:08.616Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:08.616Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:08.717Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:08.718Z||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-05-11T05:37:08.718Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:08.738Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:08.739Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:09.617Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:09.618Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:09.620Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:09.620Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-11T05:37:09.721Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:37:09.722Z||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-05-11T05:37:09.722Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:09.735Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:09.736Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:10.621Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:10.622Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:10.625Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:10.625Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:37:10.725Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:10.726Z||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-05-11T05:37:10.726Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:10.738Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:10.739Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:11.626Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:11.627Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:11.629Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:11.630Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:37:11.730Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:11.731Z||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-05-11T05:37:11.731Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:11.744Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:11.744Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:12.632Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "serviceName": "vFW 2022-05-11 05-34-09",
  "serviceVersion": "1.0",
  "serviceUUID": "b1c2b43b-e055-4aa3-9248-f8cf93f1697b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "49cb30e8-53f7-487e-99e9-2efc25b13c16",
  "resources": [
    {
      "resourceInstanceName": "vFW cf46c76f-4dd8 0",
      "resourceCustomizationUUID": "758a4d3b-284c-443a-9d19-d9c989c637b1",
      "resourceName": "vFW cf46c76f-4dd8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "144003bd-be7d-4d36-8314-2554612495f3",
      "resourceInvariantUUID": "612a2284-b185-41aa-8c24-a1e6881f65a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwcf46c76f4dd80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
          "artifactChecksum": "NDk3NzNiZGQzYmY2MmRlMDJkNTNiOWY5N2Y2Y2NkM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "863c9f8a-5d66-4a4e-8bc7-05fc710f75d7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "42164215-6dc3-41c6-a622-9856cb4cdb86",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9bd426a6-fc79-47d4-a512-f326e0ae2d62",
            "generatedFromUUID": "42164215-6dc3-41c6-a622-9856cb4cdb86"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9bd426a6-fc79-47d4-a512-f326e0ae2d62",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220511053409-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
      "artifactChecksum": "NzRlOWZkMDhlOWFjY2IxNTQ4ZjA3YzNjNzA1YTQ1MDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d44d79c0-334b-4686-b511-be0712d08a7b"
    }
  ],
  "workloadContext": "Production"
}
2022-05-11T05:37:12.633Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-11T05:37:12.633Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b1c2b43b-e055-4aa3-9248-f8cf93f1697b ASDC
2022-05-11T05:37:12.755Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:23b71680-34f3-405f-9b58-4d56d214c735
ServiceName:vFW 2022-05-11 05-34-09
ServiceVersion:1.0
ServiceUUID:b1c2b43b-e055-4aa3-9248-f8cf93f1697b
ServiceInvariantUUID:49cb30e8-53f7-487e-99e9-2efc25b13c16
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220511053409-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar
ArtifactUUID:d44d79c0-334b-4686-b511-be0712d08a7b
ArtifactChecksum:NzRlOWZkMDhlOWFjY2IxNTQ4ZjA3YzNjNzA1YTQ1MDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cf46c76f-4dd8 0
ResourceCustomizationUUID:758a4d3b-284c-443a-9d19-d9c989c637b1
ResourceInvariantUUID:612a2284-b185-41aa-8c24-a1e6881f65a1
ResourceName:vFW cf46c76f-4dd8
ResourceType:VF
ResourceUUID:144003bd-be7d-4d36-8314-2554612495f3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcf46c76f4dd80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json
ArtifactUUID:863c9f8a-5d66-4a4e-8bc7-05fc710f75d7
ArtifactChecksum:NDk3NzNiZGQzYmY2MmRlMDJkNTNiOWY5N2Y2Y2NkM2M=
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/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml
ArtifactUUID:42164215-6dc3-41c6-a622-9856cb4cdb86
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/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env
ArtifactUUID:9bd426a6-fc79-47d4-a512-f326e0ae2d62
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/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env
ArtifactUUID:9bd426a6-fc79-47d4-a512-f326e0ae2d62
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-11T05:37:12.756Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1c2b43b-e055-4aa3-9248-f8cf93f1697b 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-05-11T05:37:12.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:37:12.806Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-11T05:37:12.807Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-11T05:37:12.808Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d44d79c0-334b-4686-b511-be0712d08a7b from URL: /sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:12.808Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:37:12.809Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:12.917Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:37:12.939Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar d44d79c0-334b-4686-b511-be0712d08a7b 99024
2022-05-11T05:37:12.941Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar ASDC sendASDCNotification
2022-05-11T05:37:12.942Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:12.943Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:37:12.944Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:12.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:12.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247432940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:37:13.047Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:13.048Z||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-05-11T05:37:13.049Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:13.062Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:13.063Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:13.948Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:37:13.949Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-11T05:37:13.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d44d79c0-334b-4686-b511-be0712d08a7b, URL: /sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar to file: /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:13.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220511053409-csar.csar
2022-05-11T05:37:14.046Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:14.047Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:14.788Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17470202025058139318/Definitions/service-Vfw20220511053409-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_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-11T05:37:17.902Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-11T05:37:17.907Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-11T05:37:17.907Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.908Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-11T05:37:17.908Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cf46c76f-4dd8 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.908Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.908Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.908Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.910Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.910Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.910Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-11T05:37:17.916Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.918Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.922Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:17.923Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-11T05:37:17.924Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:37:17.926Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.926Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.926Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:17.927Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-11T05:37:17.927Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:37:17.927Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.927Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.932Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.932Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:17.932Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:17.933Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:17.933Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-11T05:37:17.933Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.933Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.933Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-11T05:37:17.934Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.934Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-11T05:37:17.934Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-11T05:37:17.935Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.935Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.935Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-11T05:37:17.935Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.935Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-11T05:37:17.936Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.936Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-11T05:37:17.936Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.936Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:37:17.938Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.938Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:17.938Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:17.939Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.939Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:17.939Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:17.940Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.940Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:17.940Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:17.941Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.941Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:17.941Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:17.941Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:17.942Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-11T05:37:17.942Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-11T05:37:17.942Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-11T05:37:17.942Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.942Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.943Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-11T05:37:17.943Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.943Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-11T05:37:17.943Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.944Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=02a9dc28-178f-4883-8e0f-07d7720e690c
2022-05-11T05:37:17.944Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.944Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:17.945Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:17.945Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:17.945Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-11T05:37:17.945Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.945Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.946Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-11T05:37:17.946Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.946Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-11T05:37:17.946Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-11T05:37:17.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-11T05:37:17.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=593a7663-d634-414c-98bb-aebad2ff278a
2022-05-11T05:37:17.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.948Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:17.948Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:17.948Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:17.948Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-11T05:37:17.949Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.949Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.949Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-11T05:37:17.949Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-11T05:37:17.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-11T05:37:17.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-11T05:37:17.951Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=baba1a80-b043-477a-8bfc-1e2faebfbbb9
2022-05-11T05:37:17.951Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.951Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.951Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.952Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.952Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.952Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.952Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:17.953Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.953Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-11 05-34-09
Description:catalog service description
Model UUID:b1c2b43b-e055-4aa3-9248-f8cf93f1697b
Model Version:NULL
Model InvariantUuid:49cb30e8-53f7-487e-99e9-2efc25b13c16
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW cf46c76f-4dd8
Model UUID:0e9aa6d6-a244-4580-a4e1-115231de51de
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:612a2284-b185-41aa-8c24-a1e6881f65a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:758a4d3b-284c-443a-9d19-d9c989c637b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:03a7d6e6-54ff-4116-a98d-108c2c373ee9
ModelName:VfwCf46c76f4dd8..base_vfw..module-0
ModelUuid:5101da71-b458-4557-9d0b-5e0c734c388c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:02a9dc28-178f-4883-8e0f-07d7720e690c
ModelInvariantUuid:16652808-12d1-4c3b-a671-9cb29c335655
ModelName:vFW cf46c76f-4dd8-nodes.vfwCvfc
ModelUuid:eb4257fe-e747-44bb-92d6-9538162c7171
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:34e9967e-5964-4fa5-8ca5-af04a220a768
ModelInvariantUuid:c2d4f42a-9d51-480d-b739-38881caa97b0
ModelName:VfwCf46c76f4dd8.compute.nodes.heat.vfw
ModelUuid:3841b290-a43b-468e-b5da-ea12bc067bd5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:593a7663-d634-414c-98bb-aebad2ff278a
ModelInvariantUuid:87abf5c6-7616-46b7-aec3-cfa1618aaeb2
ModelName:vFW cf46c76f-4dd8-nodes.vsnCvfc
ModelUuid:2a92330e-9bba-4f15-ac59-08d22a1e9e47
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:130ba2a0-cc04-49fa-8ce0-c6c3e5cbebd7
ModelInvariantUuid:34014f5b-fd0a-485b-8906-98eb2be8a240
ModelName:VfwCf46c76f4dd8.compute.nodes.heat.vsn
ModelUuid:81e173c0-ce65-42c1-b02c-817c5d5fa937
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:baba1a80-b043-477a-8bfc-1e2faebfbbb9
ModelInvariantUuid:27a1a378-62eb-4498-9dce-a5434ca792a3
ModelName:vFW cf46c76f-4dd8-nodes.vpgCvfc
ModelUuid:03545827-6b3f-4b4b-bb23-86fbc544f963
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:bdc66698-81ab-43c0-b6dd-395036ee2def
ModelInvariantUuid:ff1cd306-a2a1-418a-bd91-7283023217dd
ModelName:VfwCf46c76f4dd8.compute.nodes.heat.vpg
ModelUuid:d82b616b-2f9b-49f4-a379-aef8c5193e08
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-05-11T05:37:17.968Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 144003bd-be7d-4d36-8314-2554612495f3
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-05-11T05:37:18.053Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||vFW cf46c76f-4dd8 0
2022-05-11T05:37:18.061Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 144003bd-be7d-4d36-8314-2554612495f3
2022-05-11T05:37:18.061Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 863c9f8a-5d66-4a4e-8bc7-05fc710f75d7 from URL: /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json
2022-05-11T05:37:18.061Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:37:18.061Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json
2022-05-11T05:37:18.225Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:37:18.226Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json 863c9f8a-5d66-4a4e-8bc7-05fc710f75d7 785
2022-05-11T05:37:18.226Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json ASDC sendASDCNotification
2022-05-11T05:37:18.226Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json
2022-05-11T05:37:18.226Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:37:18.227Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:18.229Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:18.229Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247438226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:37:18.329Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:18.330Z||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-05-11T05:37:18.330Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:18.342Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:18.343Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:37:19.231Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCf46c76f4dd8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "03a7d6e6-54ff-4116-a98d-108c2c373ee9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5101da71-b458-4557-9d0b-5e0c734c388c",
    "vfModuleModelCustomizationUUID": "4c55ddc7-602e-4017-8b9d-b37bcc029be0",
    "isBase": true,
    "artifacts": [
      "42164215-6dc3-41c6-a622-9856cb4cdb86",
      "9bd426a6-fc79-47d4-a512-f326e0ae2d62"
    ],
    "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-05-11T05:37:19.244Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf46c76f4dd8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5101da71-b458-4557-9d0b-5e0c734c388c
VfModuleModelInvariantUUID:03a7d6e6-54ff-4116-a98d-108c2c373ee9
VfModuleModelDescription:NULL
Artifacts UUID List:{
42164215-6dc3-41c6-a622-9856cb4cdb86
,
9bd426a6-fc79-47d4-a512-f326e0ae2d62

}
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-05-11T05:37:19.247Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCf46c76f4dd8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "03a7d6e6-54ff-4116-a98d-108c2c373ee9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5101da71-b458-4557-9d0b-5e0c734c388c",
    "vfModuleModelCustomizationUUID": "4c55ddc7-602e-4017-8b9d-b37bcc029be0",
    "isBase": true,
    "artifacts": [
      "42164215-6dc3-41c6-a622-9856cb4cdb86",
      "9bd426a6-fc79-47d4-a512-f326e0ae2d62"
    ],
    "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-05-11T05:37:19.247Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf46c76f4dd8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5101da71-b458-4557-9d0b-5e0c734c388c
VfModuleModelInvariantUUID:03a7d6e6-54ff-4116-a98d-108c2c373ee9
VfModuleModelDescription:NULL
Artifacts UUID List:{
42164215-6dc3-41c6-a622-9856cb4cdb86
,
9bd426a6-fc79-47d4-a512-f326e0ae2d62

}
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-05-11T05:37:19.247Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 42164215-6dc3-41c6-a622-9856cb4cdb86 from URL: /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml
2022-05-11T05:37:19.248Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:37:19.248Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml
2022-05-11T05:37:19.511Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:37:19.513Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml 42164215-6dc3-41c6-a622-9856cb4cdb86 20368
2022-05-11T05:37:19.513Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-11T05:37:19.513Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml
2022-05-11T05:37:19.514Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:37:19.514Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:19.525Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:19.525Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247439513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:37:19.624Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-11T05:37:19.625Z||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-05-11T05:37:19.625Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:19.638Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:19.639Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:37:20.526Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9bd426a6-fc79-47d4-a512-f326e0ae2d62 from URL: /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env
2022-05-11T05:37:20.527Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:37:20.527Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env
2022-05-11T05:37:20.722Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:37:20.723Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env 9bd426a6-fc79-47d4-a512-f326e0ae2d62 2098
2022-05-11T05:37:20.723Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-11T05:37:20.723Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env
2022-05-11T05:37:20.723Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:37:20.724Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:20.726Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:20.726Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247440723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:37:20.826Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:20.827Z||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-05-11T05:37:20.828Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:20.839Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:20.840Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:21.727Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b1c2b43b-e055-4aa3-9248-f8cf93f1697b
2022-05-11T05:37:21.727Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cf46c76f-4dd8 0 144003bd-be7d-4d36-8314-2554612495f3 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-05-11T05:37:21.769Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d60b1c, org.onap.sdc.toscaparser.api.parameters.Input@51305589, org.onap.sdc.toscaparser.api.parameters.Input@68aba78b, org.onap.sdc.toscaparser.api.parameters.Input@4aadc5bd, org.onap.sdc.toscaparser.api.parameters.Input@7c15b91f]
2022-05-11T05:37:21.773Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.773Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.773Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-11T05:37:21.773Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 758a4d3b-284c-443a-9d19-d9c989c637b1
2022-05-11T05:37:21.773Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 758a4d3b-284c-443a-9d19-d9c989c637b1 matches Tosca VF Customization UUID: 758a4d3b-284c-443a-9d19-d9c989c637b1
2022-05-11T05:37:21.774Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 758a4d3b-284c-443a-9d19-d9c989c637b1  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-05-11T05:37:21.779Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.779Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.781Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 758a4d3b-284c-443a-9d19-d9c989c637b1: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-11T05:37:21.781Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e05a988
2022-05-11T05:37:21.781Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.781Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:37:21.781Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4c55ddc7-602e-4017-8b9d-b37bcc029be0
2022-05-11T05:37:21.782Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4c55ddc7-602e-4017-8b9d-b37bcc029be0
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-05-11T05:37:21.788Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.788Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:21.788Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:21.789Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.789Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:21.789Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:21.789Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.789Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:21.790Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:21.790Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:21.790Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-11T05:37:21.790Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-11T05:37:21.790Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-11T05:37:21.790Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.791Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:21.791Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-11T05:37:21.791Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:21.791Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-11T05:37:21.791Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.791Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=02a9dc28-178f-4883-8e0f-07d7720e690c
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-05-11T05:37:21.803Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.803Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:21.803Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:21.803Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.804Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:21.804Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:21.804Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:21.804Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-11T05:37:21.804Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:21.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-11T05:37:21.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-11T05:37:21.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-11T05:37:21.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:21.806Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-11T05:37:21.806Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.806Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=593a7663-d634-414c-98bb-aebad2ff278a
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-05-11T05:37:21.808Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.808Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:21.808Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:21.811Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.811Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:21.811Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:21.811Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:21.811Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-11T05:37:21.811Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:21.812Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.812Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-11T05:37:21.812Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.812Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-11T05:37:21.812Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-11T05:37:21.812Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.813Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:21.813Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-11T05:37:21.813Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=baba1a80-b043-477a-8bfc-1e2faebfbbb9
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-05-11T05:37:21.815Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.816Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:21.816Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:21.816Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.816Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:21.816Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=758a4d3b-284c-443a-9d19-d9c989c637b1
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-05-11T05:37:21.818Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.818Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.819Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b1c2b43b-e055-4aa3-9248-f8cf93f1697b: vFW cf46c76f-4dd8
2022-05-11T05:37:21.819Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.819Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.820Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.820Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.820Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.820Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.820Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.821Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.821Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:37:21.821Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.821Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-05-11 05-34-09 
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-05-11T05:37:22.091Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cf46c76f-4dd8 144003bd-be7d-4d36-8314-2554612495f3 1 ASDC deployResourceStructure
2022-05-11T05:37:22.092Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json ASDC sendASDCNotification
2022-05-11T05:37:22.092Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json
2022-05-11T05:37:22.092Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:37:22.092Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:22.094Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:22.094Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247442092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:37:22.195Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-11T05:37:22.197Z||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-05-11T05:37:22.197Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:22.208Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:22.209Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:23.095Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-11T05:37:23.096Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml
2022-05-11T05:37:23.096Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:37:23.096Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:23.098Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:23.099Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247443095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T05:37:23.199Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:23.200Z||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-05-11T05:37:23.200Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:23.211Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:23.211Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:37:24.100Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-11T05:37:24.101Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env
2022-05-11T05:37:24.101Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:37:24.101Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:24.103Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:24.103Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247444099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-11T05:37:24.204Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:24.205Z||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-05-11T05:37:24.205Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:24.216Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:24.216Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:37:25.105Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar ASDC sendASDCNotification
2022-05-11T05:37:25.105Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:25.105Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:37:25.105Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:25.107Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:25.107Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247445104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:37:25.207Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:25.209Z||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-05-11T05:37:25.209Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:25.221Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:37:25.222Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:26.109Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23b71680-34f3-405f-9b58-4d56d214c735
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:37:26.129Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23b71680-34f3-405f-9b58-4d56d214c735
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:37:26.133Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:37:26.133Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-11T05:37:26.134Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-11T05:37:26.134Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-11T05:37:26.134Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:37:26.134Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:37:26.134Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:37:26.135Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:37:26.135Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:37:26.135Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:37:26.135Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-11T05:37:26.143Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-11T05:37:56.143Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23b71680-34f3-405f-9b58-4d56d214c735 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-05-11T05:37:56.154Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23b71680-34f3-405f-9b58-4d56d214c735 and serviceModelVersionId: b1c2b43b-e055-4aa3-9248-f8cf93f1697b
2022-05-11T05:37:56.154Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49cb30e8-53f7-487e-99e9-2efc25b13c16
2022-05-11T05:38:04.940Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:38:04.941Z||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-05-11T05:38:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:04.972Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:04.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:38:04.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "cds",
  "timestamp": 1652247424611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:38:04.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:38:10.787Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49cb30e8-53f7-487e-99e9-2efc25b13c16/model-vers/model-ver/b1c2b43b-e055-4aa3-9248-f8cf93f1697b?depth=0
2022-05-11T05:38:10.888Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-11T05:38:11.354Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49cb30e8-53f7-487e-99e9-2efc25b13c16/model-vers/model-ver/b1c2b43b-e055-4aa3-9248-f8cf93f1697b?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-05-11T05:38:11.358Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49cb30e8-53f7-487e-99e9-2efc25b13c16/model-vers/model-ver/b1c2b43b-e055-4aa3-9248-f8cf93f1697b?depth=0|INFO|500||Invoke
2022-05-11T05:38:11.476Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49cb30e8-53f7-487e-99e9-2efc25b13c16/model-vers/model-ver/b1c2b43b-e055-4aa3-9248-f8cf93f1697b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-11T05:38:11.676Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49cb30e8-53f7-487e-99e9-2efc25b13c16/model-vers/model-ver/b1c2b43b-e055-4aa3-9248-f8cf93f1697b?depth=0|INFO|500||InvokeReturn
2022-05-11T05:38:11.677Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49cb30e8-53f7-487e-99e9-2efc25b13c16/model-vers/model-ver/b1c2b43b-e055-4aa3-9248-f8cf93f1697b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220511-05:38:10:684-32646], vertex-id=[229392], Content-Length=[0], Date=[Wed, 11 May 2022 05:38:10 GMT], Content-Type=[application/json]}
2022-05-11T05:38:11.678Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-05-11T05:38:11.681Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-11T05:38:11.681Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-11T05:38:11.686Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-11T05:38:11.686Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23b71680-34f3-405f-9b58-4d56d214c735 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-11T05:38:11.687Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-11T05:38:11.687Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:11.689Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:11.690Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247491686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:38:11.790Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:11.791Z||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-05-11T05:38:11.791Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:11.804Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:11.805Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-11T05:38:12.703Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-11T05:38:12.703Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"409db4a0-fbbc-4cb8-b46e-23297e7fb309","serviceName":"basic_onboard_YLEpKk","serviceVersion":"1.0","serviceUUID":"8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35","serviceDescription":"service","serviceInvariantUUID":"6cec6b28-44af-42ac-80ee-8284a86a454b","resources":[{"resourceInstanceName":"basic_onboard_YLEpKk 0","resourceName":"basic_onboard_YLEpKk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1e2fb32-6db1-4481-98af-6c8d864d619e","resourceInvariantUUID":"f5f54604-7c3c-42fb-9fc8-5ada3cc04d4e","resourceCustomizationUUID":"fdcbaff9-874a-4b98-bee7-5e52e1c846bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml","artifactChecksum":"NDVhZjM2NTkzYzU3ODQzOGYxZTQ4OGM5NDljYjUwZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd48a6f0-2631-48c7-aa3c-4de1344a21f9","artifactVersion":"1"},{"artifactName":"basic_onboard_ylepkk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json","artifactChecksum":"MzZmNzM0MDVkNzEzMjk2NzUwYTU2MWMxNTc0Y2ExNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"06b994dd-0346-48f3-b150-07895c81e77f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3b493eab-ce9a-4e96-8b3e-431baa0cc606","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b5d07f4-398e-44e8-ae46-8b3e59ad17dc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"59940757-1945-4850-ba10-00c3cc08736d","artifactVersion":"2","generatedFromUUID":"3b493eab-ce9a-4e96-8b3e-431baa0cc606"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYlepkk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml","artifactChecksum":"NmNjMzE4NGFjNWExNTZhODYxMDJhYjkzODA5MmJhZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3686ab6-082c-40c6-bd07-e810f50a00da","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYlepkk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar","artifactChecksum":"NmI5MjZmNGY2NzgwYTY4MjFiZDJhMzI5ZjkwYzlhNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec9070f4-d74b-4919-b8ff-0519431d22c2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-11T05:38:12.704Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:12.704Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:12.706Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:12.706Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:38:12.806Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:12.808Z||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-05-11T05:38:12.808Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:12.820Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:12.821Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:13.706Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:13.708Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:13.710Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:13.711Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:38:13.811Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:13.812Z||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-05-11T05:38:13.813Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:13.824Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:13.825Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:38:14.715Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:14.719Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:14.722Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:14.722Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:38:14.822Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:14.824Z||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-05-11T05:38:14.824Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:14.838Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:14.838Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:15.723Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:15.724Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:15.726Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:15.726Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:38:15.827Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-11T05:38:15.828Z||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-05-11T05:38:15.828Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:15.838Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:15.839Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:16.727Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:16.728Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:16.730Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:16.730Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-11T05:38:16.830Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:16.831Z||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-05-11T05:38:16.831Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:16.843Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:16.843Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:17.731Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:17.732Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:17.734Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:17.734Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:38:17.834Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:17.835Z||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-05-11T05:38:17.836Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:17.849Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:17.849Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:38:18.735Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:18.736Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:18.738Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:18.738Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:38:18.838Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:18.839Z||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-05-11T05:38:18.839Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:18.851Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:18.852Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:19.740Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "serviceName": "basic_onboard_YLEpKk",
  "serviceVersion": "1.0",
  "serviceUUID": "8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6cec6b28-44af-42ac-80ee-8284a86a454b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_YLEpKk 0",
      "resourceCustomizationUUID": "fdcbaff9-874a-4b98-bee7-5e52e1c846bc",
      "resourceName": "basic_onboard_YLEpKk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b1e2fb32-6db1-4481-98af-6c8d864d619e",
      "resourceInvariantUUID": "f5f54604-7c3c-42fb-9fc8-5ada3cc04d4e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ylepkk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
          "artifactChecksum": "MzZmNzM0MDVkNzEzMjk2NzUwYTU2MWMxNTc0Y2ExNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "06b994dd-0346-48f3-b150-07895c81e77f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3b493eab-ce9a-4e96-8b3e-431baa0cc606",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "59940757-1945-4850-ba10-00c3cc08736d",
            "generatedFromUUID": "3b493eab-ce9a-4e96-8b3e-431baa0cc606"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "59940757-1945-4850-ba10-00c3cc08736d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYlepkk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
      "artifactChecksum": "NmI5MjZmNGY2NzgwYTY4MjFiZDJhMzI5ZjkwYzlhNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec9070f4-d74b-4919-b8ff-0519431d22c2"
    }
  ],
  "workloadContext": "Production"
}
2022-05-11T05:38:19.740Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-11T05:38:19.740Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35 ASDC
2022-05-11T05:38:19.741Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:409db4a0-fbbc-4cb8-b46e-23297e7fb309
ServiceName:basic_onboard_YLEpKk
ServiceVersion:1.0
ServiceUUID:8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35
ServiceInvariantUUID:6cec6b28-44af-42ac-80ee-8284a86a454b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYlepkk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar
ArtifactUUID:ec9070f4-d74b-4919-b8ff-0519431d22c2
ArtifactChecksum:NmI5MjZmNGY2NzgwYTY4MjFiZDJhMzI5ZjkwYzlhNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YLEpKk 0
ResourceCustomizationUUID:fdcbaff9-874a-4b98-bee7-5e52e1c846bc
ResourceInvariantUUID:f5f54604-7c3c-42fb-9fc8-5ada3cc04d4e
ResourceName:basic_onboard_YLEpKk
ResourceType:VF
ResourceUUID:b1e2fb32-6db1-4481-98af-6c8d864d619e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ylepkk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json
ArtifactUUID:06b994dd-0346-48f3-b150-07895c81e77f
ArtifactChecksum:MzZmNzM0MDVkNzEzMjk2NzUwYTU2MWMxNTc0Y2ExNGI=
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/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3b493eab-ce9a-4e96-8b3e-431baa0cc606
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/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env
ArtifactUUID:59940757-1945-4850-ba10-00c3cc08736d
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/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env
ArtifactUUID:59940757-1945-4850-ba10-00c3cc08736d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-11T05:38:19.741Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35 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-05-11T05:38:19.769Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:38:19.769Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-11T05:38:19.770Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-11T05:38:19.770Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ec9070f4-d74b-4919-b8ff-0519431d22c2 from URL: /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:19.770Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:38:19.770Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:19.921Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:38:19.924Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar ec9070f4-d74b-4919-b8ff-0519431d22c2 71586
2022-05-11T05:38:19.924Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar ASDC sendASDCNotification
2022-05-11T05:38:19.924Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:19.925Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:38:19.925Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:19.927Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:19.927Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247499924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:38:20.027Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:20.028Z||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-05-11T05:38:20.028Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:20.042Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:20.042Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:20.927Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:38:20.928Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-11T05:38:20.929Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ec9070f4-d74b-4919-b8ff-0519431d22c2, URL: /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar to file: /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:20.929Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:20.930Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:20.930Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:21.135Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15808232618848494935/Definitions/service-BasicOnboardYlepkk-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_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided
2022-05-11T05:38:22.296Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-11T05:38:22.297Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-11T05:38:22.297Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.297Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-11T05:38:22.298Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.298Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YLEpKk 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.298Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.298Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.298Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.299Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.299Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.299Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.299Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.299Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-11T05:38:22.299Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:22.300Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.300Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:22.300Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-11T05:38:22.300Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:38:22.301Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:22.301Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.301Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:22.301Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-11T05:38:22.302Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:38:22.302Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:22.302Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.302Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:22.303Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is not matching search criteria
2022-05-11T05:38:22.303Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-11T05:38:22.303Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-11T05:38:22.303Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-11T05:38:22.303Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-11T05:38:22.304Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-11T05:38:22.304Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:22.304Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:38:22.304Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:22.305Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:22.305Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:38:22.305Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:22.305Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:22.306Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:38:22.306Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:22.306Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:22.306Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:38:22.307Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:22.307Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is not matching search criteria
2022-05-11T05:38:22.307Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-11T05:38:22.307Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-11T05:38:22.307Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=025d7ef8-88f9-4691-b285-1a3819f97876
2022-05-11T05:38:22.308Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:22.308Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.308Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:22.308Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.308Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:22.309Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.309Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:22.309Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.309Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_YLEpKk
Description:service
Model UUID:8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35
Model Version:NULL
Model InvariantUuid:6cec6b28-44af-42ac-80ee-8284a86a454b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_YLEpKk
Model UUID:ae652614-9b3b-4375-bd2b-e20f34b76cd2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f5f54604-7c3c-42fb-9fc8-5ada3cc04d4e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fdcbaff9-874a-4b98-bee7-5e52e1c846bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85ead9e3-82a4-4ab5-816c-2ac272aeab89
ModelName:BasicOnboardYlepkk..base_ubuntu18..module-0
ModelUuid:26fa04d3-3990-4985-8730-74765d6d26d2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:025d7ef8-88f9-4691-b285-1a3819f97876
ModelInvariantUuid:479e759a-9c22-40cc-8f8b-a1cdb88f34a9
ModelName:basic_onboard_YLEpKk-nodes.ubuntu18Cvfc
ModelUuid:e1f14ff5-07ff-4388-bcf2-54c21f1b08ee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f935f5b4-f310-4f24-a994-e5bccba2892c
ModelInvariantUuid:3302411f-bc9c-4c84-8d69-7379ed5bfaff
ModelName:BasicOnboardYlepkk.compute.nodes.heat.ubuntu18
ModelUuid:ff79aaea-6fb8-4f0b-a36f-44990d1f6cee
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-05-11T05:38:22.315Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b1e2fb32-6db1-4481-98af-6c8d864d619e
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-05-11T05:38:22.318Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||basic_onboard_YLEpKk 0
2022-05-11T05:38:22.318Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1e2fb32-6db1-4481-98af-6c8d864d619e
2022-05-11T05:38:22.318Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 06b994dd-0346-48f3-b150-07895c81e77f from URL: /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json
2022-05-11T05:38:22.318Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:38:22.318Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json
2022-05-11T05:38:22.436Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:38:22.437Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json 06b994dd-0346-48f3-b150-07895c81e77f 798
2022-05-11T05:38:22.437Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json ASDC sendASDCNotification
2022-05-11T05:38:22.437Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json
2022-05-11T05:38:22.438Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:38:22.438Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:22.440Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:22.440Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247502437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:38:22.540Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:38:22.541Z||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-05-11T05:38:22.541Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:22.556Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:22.556Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:23.441Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYlepkk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "85ead9e3-82a4-4ab5-816c-2ac272aeab89",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "26fa04d3-3990-4985-8730-74765d6d26d2",
    "vfModuleModelCustomizationUUID": "6306094c-8d5c-4452-9a8f-c791f0d4c6a6",
    "isBase": true,
    "artifacts": [
      "3b493eab-ce9a-4e96-8b3e-431baa0cc606",
      "59940757-1945-4850-ba10-00c3cc08736d"
    ],
    "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-05-11T05:38:23.446Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlepkk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:26fa04d3-3990-4985-8730-74765d6d26d2
VfModuleModelInvariantUUID:85ead9e3-82a4-4ab5-816c-2ac272aeab89
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b493eab-ce9a-4e96-8b3e-431baa0cc606
,
59940757-1945-4850-ba10-00c3cc08736d

}
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-05-11T05:38:23.449Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYlepkk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "85ead9e3-82a4-4ab5-816c-2ac272aeab89",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "26fa04d3-3990-4985-8730-74765d6d26d2",
    "vfModuleModelCustomizationUUID": "6306094c-8d5c-4452-9a8f-c791f0d4c6a6",
    "isBase": true,
    "artifacts": [
      "3b493eab-ce9a-4e96-8b3e-431baa0cc606",
      "59940757-1945-4850-ba10-00c3cc08736d"
    ],
    "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-05-11T05:38:23.449Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlepkk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:26fa04d3-3990-4985-8730-74765d6d26d2
VfModuleModelInvariantUUID:85ead9e3-82a4-4ab5-816c-2ac272aeab89
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b493eab-ce9a-4e96-8b3e-431baa0cc606
,
59940757-1945-4850-ba10-00c3cc08736d

}
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-05-11T05:38:23.449Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3b493eab-ce9a-4e96-8b3e-431baa0cc606 from URL: /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml
2022-05-11T05:38:23.449Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:38:23.450Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml
2022-05-11T05:38:23.538Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:38:23.539Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml 3b493eab-ce9a-4e96-8b3e-431baa0cc606 5033
2022-05-11T05:38:23.539Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-11T05:38:23.540Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml
2022-05-11T05:38:23.540Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:38:23.540Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:23.542Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:23.542Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247503539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:38:23.642Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:23.643Z||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-05-11T05:38:23.643Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:23.655Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:23.655Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:38:24.543Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 59940757-1945-4850-ba10-00c3cc08736d from URL: /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env
2022-05-11T05:38:24.543Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:38:24.544Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env
2022-05-11T05:38:24.811Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:38:24.811Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env 59940757-1945-4850-ba10-00c3cc08736d 909
2022-05-11T05:38:24.811Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-11T05:38:24.812Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env
2022-05-11T05:38:24.812Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:38:24.812Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:24.814Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:24.814Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247504811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:38:24.914Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:24.915Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-11T05:38:24.915Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:24.928Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:24.929Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:25.815Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35
2022-05-11T05:38:25.816Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YLEpKk 0 b1e2fb32-6db1-4481-98af-6c8d864d619e 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-05-11T05:38:25.832Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b4cf5a3, org.onap.sdc.toscaparser.api.parameters.Input@6a19ef21, org.onap.sdc.toscaparser.api.parameters.Input@232b7dfb, org.onap.sdc.toscaparser.api.parameters.Input@32870d49, org.onap.sdc.toscaparser.api.parameters.Input@e5a0757]
2022-05-11T05:38:25.833Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.834Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.834Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-11T05:38:25.834Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fdcbaff9-874a-4b98-bee7-5e52e1c846bc
2022-05-11T05:38:25.834Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fdcbaff9-874a-4b98-bee7-5e52e1c846bc matches Tosca VF Customization UUID: fdcbaff9-874a-4b98-bee7-5e52e1c846bc
2022-05-11T05:38:25.835Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fdcbaff9-874a-4b98-bee7-5e52e1c846bc  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-05-11T05:38:25.837Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.837Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.838Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fdcbaff9-874a-4b98-bee7-5e52e1c846bc: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-11T05:38:25.838Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59c4471f
2022-05-11T05:38:25.838Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.838Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:38:25.839Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6306094c-8d5c-4452-9a8f-c791f0d4c6a6
2022-05-11T05:38:25.839Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6306094c-8d5c-4452-9a8f-c791f0d4c6a6
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-05-11T05:38:25.841Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.842Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:25.842Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:38:25.842Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.843Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:25.843Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:38:25.843Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.843Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is not matching search criteria
2022-05-11T05:38:25.844Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-11T05:38:25.844Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-11T05:38:25.844Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=025d7ef8-88f9-4691-b285-1a3819f97876
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-05-11T05:38:25.846Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.846Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:25.847Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:38:25.847Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.847Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:25.847Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=fdcbaff9-874a-4b98-bee7-5e52e1c846bc
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-05-11T05:38:25.849Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.849Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.850Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35: basic_onboard_YLEpKk
2022-05-11T05:38:25.850Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.850Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.850Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.851Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.851Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.851Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.851Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.852Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.852Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:38:25.852Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.852Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_YLEpKk 
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-05-11T05:38:25.933Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YLEpKk b1e2fb32-6db1-4481-98af-6c8d864d619e 1 ASDC deployResourceStructure
2022-05-11T05:38:25.933Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json ASDC sendASDCNotification
2022-05-11T05:38:25.934Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json
2022-05-11T05:38:25.934Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:38:25.934Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:25.936Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:25.937Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247505933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:38:26.036Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:38:26.037Z||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-05-11T05:38:26.038Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:26.050Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:26.051Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:26.938Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-11T05:38:26.938Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml
2022-05-11T05:38:26.938Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:38:26.939Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:26.941Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:26.941Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247506938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T05:38:27.041Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:27.042Z||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-05-11T05:38:27.043Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:27.056Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:27.056Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:27.942Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-11T05:38:27.943Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env
2022-05-11T05:38:27.943Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:38:27.945Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:27.948Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:27.948Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247507942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-11T05:38:28.048Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:28.049Z||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-05-11T05:38:28.050Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:28.064Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:28.066Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:28.950Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar ASDC sendASDCNotification
2022-05-11T05:38:28.950Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:28.950Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:38:28.951Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:28.953Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:28.953Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247508949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:38:29.053Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:38:29.055Z||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-05-11T05:38:29.055Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:29.067Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:38:29.067Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:29.954Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:38:29.965Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:38:29.967Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:38:29.968Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:38:29.968Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:38:59.968Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:38:59.979Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:38:59.981Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:38:59.981Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:38:59.981Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:39:04.940Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:39:04.941Z||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-05-11T05:39:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:39:04.964Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:39:04.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:39:04.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247423333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:39:04.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:39:29.982Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:39:29.995Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:39:29.997Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:39:29.997Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:39:29.998Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:39:59.998Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:40:00.010Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:40:00.012Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:40:00.012Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:40:00.012Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:40:04.940Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:40:04.941Z||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-05-11T05:40:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:40:04.963Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:40:04.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "aai-ml",
  "timestamp": 1652247425293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:40:04.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:04.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "policy-id",
  "timestamp": 1652247422144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "cds",
  "timestamp": 1652247425618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-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-05-11T05:40:04.976Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 409db4a0-fbbc-4cb8-b46e-23297e7fb309
2022-05-11T05:40:04.976Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:40:04.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247423333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "policy-id",
  "timestamp": 1652247422144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247423333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "policy-id",
  "timestamp": 1652247422144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247423333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "policy-id",
  "timestamp": 1652247422144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247423333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "policy-id",
  "timestamp": 1652247430038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247423333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "policy-id",
  "timestamp": 1652247431043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:40:04.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:04.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247431108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:40:04.991Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:04.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "policy-id",
  "timestamp": 1652247432047,
  "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-05-11T05:40:04.996Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 409db4a0-fbbc-4cb8-b46e-23297e7fb309
2022-05-11T05:40:04.996Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:40:05.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "aai-ml",
  "timestamp": 1652247432176,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:40:05.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247432175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247432940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.005Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "aai-ml",
  "timestamp": 1652247433181,
  "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-05-11T05:40:05.010Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 409db4a0-fbbc-4cb8-b46e-23297e7fb309
2022-05-11T05:40:05.010Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:40:05.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247433220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247434244,
  "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-05-11T05:40:05.024Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 409db4a0-fbbc-4cb8-b46e-23297e7fb309
2022-05-11T05:40:05.024Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:40:05.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "clamp",
  "timestamp": 1652247434296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247433945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:05.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:05.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652247435249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:40:05.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "clamp",
  "timestamp": 1652247435317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:40:05.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247433945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:05.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:05.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "clamp",
  "timestamp": 1652247436330,
  "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-05-11T05:40:05.043Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 409db4a0-fbbc-4cb8-b46e-23297e7fb309
2022-05-11T05:40:05.043Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:40:05.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247433945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:05.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:05.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247438226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247433945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:05.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247439513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247433945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247433945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247440723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247433945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:40:05.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:40:05.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247442092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:40:05.056Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247441826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.056Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247443095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247444099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247445104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247444286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652247445291,
  "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-05-11T05:40:05.065Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 409db4a0-fbbc-4cb8-b46e-23297e7fb309
2022-05-11T05:40:05.065Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:40:30.012Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:40:30.024Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:40:30.029Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:40:30.029Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-11T05:40:30.035Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-11T05:41:00.035Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:41:00.043Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309 and serviceModelVersionId: 8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35
2022-05-11T05:41:00.044Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6cec6b28-44af-42ac-80ee-8284a86a454b
2022-05-11T05:41:00.045Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6cec6b28-44af-42ac-80ee-8284a86a454b/model-vers/model-ver/8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35?depth=0
2022-05-11T05:41:00.050Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-11T05:41:00.110Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cec6b28-44af-42ac-80ee-8284a86a454b/model-vers/model-ver/8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35?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-05-11T05:41:00.112Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cec6b28-44af-42ac-80ee-8284a86a454b/model-vers/model-ver/8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35?depth=0|INFO|500||Invoke
2022-05-11T05:41:00.148Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cec6b28-44af-42ac-80ee-8284a86a454b/model-vers/model-ver/8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-11T05:41:00.464Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cec6b28-44af-42ac-80ee-8284a86a454b/model-vers/model-ver/8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35?depth=0|INFO|500||InvokeReturn
2022-05-11T05:41:00.465Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cec6b28-44af-42ac-80ee-8284a86a454b/model-vers/model-ver/8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220511-05:40:59:357-92174], vertex-id=[180400], Content-Length=[0], Date=[Wed, 11 May 2022 05:40:59 GMT], Content-Type=[application/json]}
2022-05-11T05:41:00.465Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-05-11T05:41:00.466Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-11T05:41:00.466Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-11T05:41:00.471Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-11T05:41:00.471Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 409db4a0-fbbc-4cb8-b46e-23297e7fb309 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-11T05:41:00.471Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-11T05:41:00.472Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:41:00.474Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:41:00.474Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247660471,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:41:00.574Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:41:00.575Z||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-05-11T05:41:00.576Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:41:00.592Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:41:00.593Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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-05-11T05:41:01.486Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:41:01.486Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|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-05-11T05:41:01.486Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:41:04.940Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:41:04.941Z||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-05-11T05:41:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:41:04.962Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:41:04.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247491686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:41:04.964Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:41:04.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:41:04.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:41:04.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:41:04.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:41:04.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:41:04.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:41:04.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:41:04.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-11T05:41:04.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:41:04.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:41:04.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:41:04.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247424938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:41:04.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:41:04.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247499924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:41:04.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247502437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:41:04.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247503539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:41:04.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247504811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:41:04.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247505933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:41:04.973Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247506938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T05:41:04.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247507942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-11T05:41:04.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247508949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:41:04.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:11.701Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:41:11.702Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:41:11.703Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|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-05-11T05:41:11.703Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:41:21.249Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:41:21.250Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:41:21.250Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|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-05-11T05:41:21.251Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:41:30.784Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:41:30.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:41:30.786Z||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-05-11T05:41:30.787Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:41:40.321Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:42:04.938Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:42:04.940Z||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-05-11T05:42:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:42:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:42:04.941Z||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-05-11T05:42:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:42:05.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:42:05.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:42:05.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652247660471,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:42:05.469Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:42:14.486Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:43:04.938Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:43:04.939Z||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-05-11T05:43:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:43:04.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:43:04.941Z||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-05-11T05:43:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:43:14.482Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:43:14.484Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:44:04.938Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:44:04.940Z||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-05-11T05:44:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:44:04.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:44:04.941Z||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-05-11T05:44:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:44:14.481Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:44:14.481Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:45:04.938Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:45:04.939Z||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-05-11T05:45:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:45:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:45:04.940Z||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-05-11T05:45:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:45:14.490Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:45:14.492Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:46:04.938Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:46:04.939Z||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-05-11T05:46:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:46:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:46:04.941Z||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-05-11T05:46:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:46:14.488Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:46:14.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:47:04.938Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:47:04.939Z||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-05-11T05:47:04.939Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:47:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:47:04.940Z||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-05-11T05:47:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:47:14.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:47:14.479Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:48:04.938Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:48:04.940Z||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-05-11T05:48:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:48:04.940Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:48:04.941Z||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-05-11T05:48:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:48:14.487Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:48:14.494Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:49:04.938Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:49:04.940Z||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-05-11T05:49:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:49:04.940Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:49:04.941Z||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-05-11T05:49:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:49:05.221Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:49:05.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248130354,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:49:05.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248123944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "clamp",
  "timestamp": 1652248129547,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248130354,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "clamp",
  "timestamp": 1652248129547,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248123944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248136370,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "cds",
  "timestamp": 1652248136147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "aai-ml",
  "timestamp": 1652248137243,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "cds",
  "timestamp": 1652248136147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248138087,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "aai-ml",
  "timestamp": 1652248137243,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "cds",
  "timestamp": 1652248139053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:49:05.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:49:05.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248139094,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:49:05.250Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c06b62e1-a9fd-4337-b77a-74cc1f943082
2022-05-11T05:49:05.250Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c06b62e1-a9fd-4337-b77a-74cc1f943082 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-05-11T05:49:05.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "aai-ml",
  "timestamp": 1652248140223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:49:05.257Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:49:05.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "cds",
  "timestamp": 1652248140059,
  "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-05-11T05:49:05.262Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c06b62e1-a9fd-4337-b77a-74cc1f943082
2022-05-11T05:49:05.262Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c06b62e1-a9fd-4337-b77a-74cc1f943082 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-05-11T05:49:05.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "policy-id",
  "timestamp": 1652248142144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:49:05.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "policy-id",
  "timestamp": 1652248142144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:49:05.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:49:05.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248143333,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:49:05.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:49:05.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c06b62e1-a9fd-4337-b77a-74cc1f943082","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"71211d3e-3c51-4f6d-b228-6881f8bee4ba","serviceDescription":"service","serviceInvariantUUID":"e12ed086-92de-4333-b93e-b8005897ccde","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b88caa98-fc4b-498e-bee8-ee0e21cd9819","resourceInvariantUUID":"6e23e734-e315-4fce-a9f6-1bb28023c008","resourceCustomizationUUID":"74b54fbf-a013-4797-abfe-8a1be73313a1","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":"OWE3NGRhYjY3ZjQ3M2ZhZTAwY2RkN2U0YTliMzAyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4602da3f-8a53-4e8a-9a5c-825a8c76b774","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjIzNDdmNWQ4ZThkNjA3YTVmNDBlYzljYWI2MGUzYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3d9242d-65c2-40d2-85f1-63b93f7510f3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-11T05:49:05.570Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:49:05.571Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:49:05.576Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:49:05.576Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248144938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.676Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:49:05.677Z||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-05-11T05:49:05.678Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:49:05.691Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:49:05.691Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:49:06.577Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:49:06.578Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:49:06.580Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:49:06.581Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248144938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:49:06.681Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:49:06.682Z||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-05-11T05:49:06.682Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:49:06.705Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:49:06.706Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:49:07.581Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "71211d3e-3c51-4f6d-b228-6881f8bee4ba",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e12ed086-92de-4333-b93e-b8005897ccde",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "74b54fbf-a013-4797-abfe-8a1be73313a1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "b88caa98-fc4b-498e-bee8-ee0e21cd9819",
      "resourceInvariantUUID": "6e23e734-e315-4fce-a9f6-1bb28023c008",
      "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": "MjIzNDdmNWQ4ZThkNjA3YTVmNDBlYzljYWI2MGUzYzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c3d9242d-65c2-40d2-85f1-63b93f7510f3"
    }
  ],
  "workloadContext": "Production"
}
2022-05-11T05:49:07.582Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-11T05:49:07.583Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 71211d3e-3c51-4f6d-b228-6881f8bee4ba ASDC
2022-05-11T05:49:07.583Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c06b62e1-a9fd-4337-b77a-74cc1f943082
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:71211d3e-3c51-4f6d-b228-6881f8bee4ba
ServiceInvariantUUID:e12ed086-92de-4333-b93e-b8005897ccde
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:c3d9242d-65c2-40d2-85f1-63b93f7510f3
ArtifactChecksum:MjIzNDdmNWQ4ZThkNjA3YTVmNDBlYzljYWI2MGUzYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:74b54fbf-a013-4797-abfe-8a1be73313a1
ResourceInvariantUUID:6e23e734-e315-4fce-a9f6-1bb28023c008
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b88caa98-fc4b-498e-bee8-ee0e21cd9819
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-11T05:49:07.584Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71211d3e-3c51-4f6d-b228-6881f8bee4ba 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-05-11T05:49:07.614Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:49:07.615Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:49:07.615Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:49:07.615Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c3d9242d-65c2-40d2-85f1-63b93f7510f3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-11T05:49:07.616Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:49:07.616Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-11T05:49:08.028Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:49:08.032Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c3d9242d-65c2-40d2-85f1-63b93f7510f3 52504
2022-05-11T05:49:08.032Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-11T05:49:08.032Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-11T05:49:08.032Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:49:08.033Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:49:08.035Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:49:08.035Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248148032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:49:08.135Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:49:08.136Z||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-05-11T05:49:08.136Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:49:08.149Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:49:08.150Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:49:09.036Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:49:09.037Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:49:09.037Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c3d9242d-65c2-40d2-85f1-63b93f7510f3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.038Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-11T05:49:09.038Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.038Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.204Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12371522588152550293/Definitions/service-BasicNetwork-template.yml
2022-05-11T05:49:09.704Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-11T05:49:09.705Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:49:09.705Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.705Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-11T05:49:09.705Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||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-05-11T05:49:09.705Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||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-05-11T05:49:09.705Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||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-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||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-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||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-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||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-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||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-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.707Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.707Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-11T05:49:09.707Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:49:09.707Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:49:09.707Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.709Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.709Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.709Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.709Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.709Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.709Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.710Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.710Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:71211d3e-3c51-4f6d-b228-6881f8bee4ba
Model Version:NULL
Model InvariantUuid:e12ed086-92de-4333-b93e-b8005897ccde
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6e23e734-e315-4fce-a9f6-1bb28023c008
Model UUID:7920bd66-edaa-4993-aa4e-f0bc54caac64
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:74b54fbf-a013-4797-abfe-8a1be73313a1
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-05-11T05:49:09.716Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: b88caa98-fc4b-498e-bee8-ee0e21cd9819
2022-05-11T05:49:09.716Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||No resources found for Service: 71211d3e-3c51-4f6d-b228-6881f8bee4ba
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-05-11T05:49:09.721Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||
2022-05-11T05:49:09.721Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-11T05:49:09.722Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 71211d3e-3c51-4f6d-b228-6881f8bee4ba
2022-05-11T05:49:09.722Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 71211d3e-3c51-4f6d-b228-6881f8bee4ba
2022-05-11T05:49:09.722Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-11T05:49:09.723Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||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-05-11T05:49:09.728Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b1b3368, org.onap.sdc.toscaparser.api.parameters.Input@260976e1, org.onap.sdc.toscaparser.api.parameters.Input@1dcd3915, org.onap.sdc.toscaparser.api.parameters.Input@3099afee, org.onap.sdc.toscaparser.api.parameters.Input@426b4ae6]
2022-05-11T05:49:09.729Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.730Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.730Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.730Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.730Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 71211d3e-3c51-4f6d-b228-6881f8bee4ba: Generic NeutronNet
2022-05-11T05:49:09.730Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.730Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.731Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.731Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||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-05-11T05:49:09.773Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.773Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.773Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.773Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.774Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:49:09.774Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.774Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||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-05-11T05:49:09.829Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-11T05:49:09.829Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-11T05:49:09.829Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.829Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:49:09.830Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:49:09.831Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:49:09.831Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248149829,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:49:09.932Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:49:09.933Z||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-05-11T05:49:09.933Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:49:09.944Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:49:09.944Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:49:10.833Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:49:10.845Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:49:10.847Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:49:10.848Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:49:10.848Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:49:40.848Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:49:40.867Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:49:40.870Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:49:40.870Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:49:40.871Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:50:04.941Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:50:04.944Z||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-05-11T05:50:04.944Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:50:04.979Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:50:04.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:50:04.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "policy-id",
  "timestamp": 1652248145066,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:50:04.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:50:10.871Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:50:10.886Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:50:10.888Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:50:10.888Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:50:10.889Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:50:40.889Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:50:40.901Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:50:40.903Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:50:40.903Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:50:40.904Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:51:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:51:04.941Z||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-05-11T05:51:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:51:04.959Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:51:04.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:51:04.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248144938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:51:04.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:51:10.904Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:51:10.917Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:51:10.925Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:51:10.925Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:51:10.925Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:51:40.925Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:51:40.935Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:51:40.937Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:51:40.940Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:51:40.940Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:52:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:52:04.942Z||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-05-11T05:52:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:04.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:52:04.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248143333,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:52:04.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:52:04.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "aai-ml",
  "timestamp": 1652248145425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:52:04.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:52:04.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "policy-id",
  "timestamp": 1652248146072,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "clamp",
  "timestamp": 1652248145409,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248144938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "aai-ml",
  "timestamp": 1652248146429,
  "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-05-11T05:52:04.974Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c06b62e1-a9fd-4337-b77a-74cc1f943082
2022-05-11T05:52:04.974Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c06b62e1-a9fd-4337-b77a-74cc1f943082 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-05-11T05:52:04.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "policy-id",
  "timestamp": 1652248147075,
  "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-05-11T05:52:04.987Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c06b62e1-a9fd-4337-b77a-74cc1f943082
2022-05-11T05:52:04.988Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c06b62e1-a9fd-4337-b77a-74cc1f943082 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-05-11T05:52:04.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248148032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:52:04.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:52:04.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "clamp",
  "timestamp": 1652248147419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:52:04.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:52:04.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "clamp",
  "timestamp": 1652248148422,
  "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-05-11T05:52:05.000Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c06b62e1-a9fd-4337-b77a-74cc1f943082
2022-05-11T05:52:05.000Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c06b62e1-a9fd-4337-b77a-74cc1f943082 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-05-11T05:52:05.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:05.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248149829,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:52:05.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:52:05.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:05.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "aai-ml",
  "timestamp": 1652248197243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:52:05.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:52:05.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "policy-id",
  "timestamp": 1652248202144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "cds",
  "timestamp": 1652248196147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248203333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:52:10.940Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:52:10.952Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:52:10.955Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:52:10.955Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-11T05:52:10.955Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-11T05:52:10.955Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||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-05-11T05:52:10.961Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-11T05:52:40.962Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082 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-05-11T05:52:40.969Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c06b62e1-a9fd-4337-b77a-74cc1f943082 and serviceModelVersionId: 71211d3e-3c51-4f6d-b228-6881f8bee4ba
2022-05-11T05:52:40.970Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e12ed086-92de-4333-b93e-b8005897ccde
2022-05-11T05:52:40.971Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0
2022-05-11T05:52:40.978Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-11T05:52:41.040Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0|INFO|500||Invoke
2022-05-11T05:52:41.041Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c06b62e1-a9fd-4337-b77a-74cc1f943082], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cd6b231a-8c69-4db8-9152-2807dbb1167c], X-ECOMP-RequestID=[c06b62e1-a9fd-4337-b77a-74cc1f943082], X-TransactionId=[], X-ONAP-RequestID=[c06b62e1-a9fd-4337-b77a-74cc1f943082], Content-Type=[application/merge-patch+json]}
2022-05-11T05:52:41.072Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-11T05:52:41.154Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?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/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220511-05:52:40:295-55941], vertex-id=[184408], Content-Length=[0], Date=[Wed, 11 May 2022 05:52:40 GMT], Content-Type=[application/json]}
2022-05-11T05:52:41.155Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-11T05:52:41.156Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0|INFO|500||InvokeReturn
2022-05-11T05:52:41.157Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-11T05:52:41.157Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||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-05-11T05:52:41.162Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||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-05-11T05:52:41.163Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c06b62e1-a9fd-4337-b77a-74cc1f943082 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-11T05:52:41.163Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-11T05:52:41.164Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:41.170Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:41.170Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248361163,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:52:41.268Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-11T05:52:41.269Z||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-05-11T05:52:41.269Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:41.295Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:52:41.295Z||pool-39-thread-1|||||INFO|500||cambria reply ok (27 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-05-11T05:52:42.184Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:52:42.185Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|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-05-11T05:52:42.185Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:46.521Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:52:46.523Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-11T05:52:46.523Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"399d105a-711d-4314-9c14-47144967a788","serviceName":"Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5","serviceVersion":"1.0","serviceUUID":"13d407c9-527e-4bfb-8f29-70a39f20e1a5","serviceDescription":"catalog service description","serviceInvariantUUID":"d245fe2c-55cf-4b54-bcdd-b180f5f5469c","resources":[{"resourceInstanceName":"pNF f736180c-f223 0","resourceName":"pNF f736180c-f223","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380","resourceInvariantUUID":"80301e65-cd6c-4858-b76c-1f9c6a70fd47","resourceCustomizationUUID":"043521dc-72af-497a-b742-6a90f178bb36","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml","artifactChecksum":"YmRjNjY0NDQzOGNjN2YwODE1NDZiMTQ5OTBlNDgxZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fd70768-ea80-4e32-8b79-61833ecd1a12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/pNF.csar","artifactChecksum":"YjQwMmVmYjJjZTMwY2QzYmEwZTJjMTBlOGI1ZGJmZjE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c67fc69e-862a-4696-bcfd-188de773911b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2c8d7f9-cfcb-4c17-a9f5-99927c93df2d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vendor-license-model.xml","artifactChecksum":"OTA3YzI1YjBhMDQzNjAxMTc5NTFhZjU0MWJmMmI0YjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7edb37a3-77fc-4098-bc1b-18e03d05a646","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3352f39d-1ce6-4126-8d82-73e29047713d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc08774d-dc99-4174-8062-092b0e197f9f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml","artifactChecksum":"ZWU2ZTE5ZDBlMzQ3MTcxODJiMmY0M2FhY2ExYWYyOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c52120a-ac37-49e7-9afa-b8bdbd852a9a","artifactVersion":"1"},{"artifactName":"service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar","artifactChecksum":"MjAzNTA0YWYwODhjMDY2OWJkYWEzYjZiMDY3MmUwODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e95967f-c399-4c50-bb0c-7db82f8a5a50","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-11T05:52:46.526Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:46.526Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:46.528Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:46.528Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:52:46.628Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:46.629Z||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-05-11T05:52:46.629Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:46.642Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:52:46.642Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:47.530Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:47.531Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:47.533Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:47.533Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:52:47.634Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:52:47.635Z||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-05-11T05:52:47.635Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:47.650Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:52:47.651Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:48.534Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:48.535Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:48.537Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:48.537Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:52:48.637Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:48.638Z||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-05-11T05:52:48.638Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:48.676Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:52:48.677Z||pool-42-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:52:49.538Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:49.539Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:49.542Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:49.542Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:52:49.642Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:49.643Z||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-05-11T05:52:49.643Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:49.655Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:52:49.655Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:50.543Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:50.544Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:50.546Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:50.546Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:52:50.647Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:50.648Z||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-05-11T05:52:50.648Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:50.661Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:52:50.661Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:51.547Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:51.548Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:51.550Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:51.550Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:52:51.650Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:51.651Z||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-05-11T05:52:51.651Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:51.663Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:52:51.663Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:52.551Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:52.552Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:52.554Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:52.554Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:52:52.654Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:52.655Z||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-05-11T05:52:52.655Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:52.667Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:52:52.668Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:53.555Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:53.555Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:53.557Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:53.557Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:52:53.657Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:53.658Z||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-05-11T05:52:53.659Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:53.670Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:52:53.670Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:54.558Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "serviceName": "Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5",
  "serviceVersion": "1.0",
  "serviceUUID": "13d407c9-527e-4bfb-8f29-70a39f20e1a5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d245fe2c-55cf-4b54-bcdd-b180f5f5469c",
  "resources": [
    {
      "resourceInstanceName": "pNF f736180c-f223 0",
      "resourceCustomizationUUID": "043521dc-72af-497a-b742-6a90f178bb36",
      "resourceName": "pNF f736180c-f223",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380",
      "resourceInvariantUUID": "80301e65-cd6c-4858-b76c-1f9c6a70fd47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
      "artifactChecksum": "MjAzNTA0YWYwODhjMDY2OWJkYWEzYjZiMDY3MmUwODI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e95967f-c399-4c50-bb0c-7db82f8a5a50"
    }
  ],
  "workloadContext": "Production"
}
2022-05-11T05:52:54.559Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-11T05:52:54.559Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13d407c9-527e-4bfb-8f29-70a39f20e1a5 ASDC
2022-05-11T05:52:54.560Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:399d105a-711d-4314-9c14-47144967a788
ServiceName:Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5
ServiceVersion:1.0
ServiceUUID:13d407c9-527e-4bfb-8f29-70a39f20e1a5
ServiceInvariantUUID:d245fe2c-55cf-4b54-bcdd-b180f5f5469c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
ArtifactUUID:1e95967f-c399-4c50-bb0c-7db82f8a5a50
ArtifactChecksum:MjAzNTA0YWYwODhjMDY2OWJkYWEzYjZiMDY3MmUwODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f736180c-f223 0
ResourceCustomizationUUID:043521dc-72af-497a-b742-6a90f178bb36
ResourceInvariantUUID:80301e65-cd6c-4858-b76c-1f9c6a70fd47
ResourceName:pNF f736180c-f223
ResourceType:PNF
ResourceUUID:1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-11T05:52:54.560Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13d407c9-527e-4bfb-8f29-70a39f20e1a5 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-05-11T05:52:54.587Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:52:54.587Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:52:54.587Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:52:54.587Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1e95967f-c399-4c50-bb0c-7db82f8a5a50 from URL: /sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:54.587Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:52:54.588Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:54.751Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:52:54.755Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar 1e95967f-c399-4c50-bb0c-7db82f8a5a50 82659
2022-05-11T05:52:54.756Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar ASDC sendASDCNotification
2022-05-11T05:52:54.756Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:54.756Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:52:54.756Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:54.759Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:54.759Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248374756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:52:54.859Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:54.860Z||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-05-11T05:52:54.861Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:54.872Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:52:54.873Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:55.760Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:52:55.761Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:52:55.761Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1e95967f-c399-4c50-bb0c-7db82f8a5a50, URL: /sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar to file: /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:55.761Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:55.762Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:55.762Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:55.978Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP737446024443555291/Definitions/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml
2022-05-11T05:52:56.795Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||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-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||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-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.797Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f736180c-f223 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-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.797Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.797Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:52:56.797Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:52:56.797Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.797Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Node template pNF f736180c-f223 0 is matching search criteria
2022-05-11T05:52:56.798Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:52:56.798Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f736180c-f223 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:52:56.798Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:52:56.798Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.798Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Node template pNF f736180c-f223 0 is matching search criteria
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f736180c-f223 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:52:56.800Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.800Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:52:56.800Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.800Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:52:56.800Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.800Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5
Description:catalog service description
Model UUID:13d407c9-527e-4bfb-8f29-70a39f20e1a5
Model Version:NULL
Model InvariantUuid:d245fe2c-55cf-4b54-bcdd-b180f5f5469c
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-05-11T05:52:56.807Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380
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-05-11T05:52:56.810Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||pNF f736180c-f223 0
2022-05-11T05:52:56.810Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380
2022-05-11T05:52:56.810Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 13d407c9-527e-4bfb-8f29-70a39f20e1a5
2022-05-11T05:52:56.810Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 13d407c9-527e-4bfb-8f29-70a39f20e1a5
2022-05-11T05:52:56.810Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f736180c-f223 0 1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380 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-05-11T05:52:56.815Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@744baedb, org.onap.sdc.toscaparser.api.parameters.Input@3d4621ca, org.onap.sdc.toscaparser.api.parameters.Input@6fde543, org.onap.sdc.toscaparser.api.parameters.Input@76e3a718, org.onap.sdc.toscaparser.api.parameters.Input@5ff7f269]
2022-05-11T05:52:56.815Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:52:56.815Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.815Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 13d407c9-527e-4bfb-8f29-70a39f20e1a5: pNF f736180c-f223
2022-05-11T05:52:56.816Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||Processing PNF resource: 1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380
2022-05-11T05:52:56.816Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:52:56.816Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.816Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||Resource customization UUID: 043521dc-72af-497a-b742-6a90f178bb36 is the same as notified resource customizationUUID: 043521dc-72af-497a-b742-6a90f178bb36
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-05-11T05:52:56.862Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f736180c-f223 1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380 0 ASDC deployResourceStructure
2022-05-11T05:52:56.863Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar ASDC sendASDCNotification
2022-05-11T05:52:56.863Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.863Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:52:56.863Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:56.865Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:56.865Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248376863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:52:56.966Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:56.967Z||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-05-11T05:52:56.967Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:56.979Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:52:56.980Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:57.867Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 399d105a-711d-4314-9c14-47144967a788
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:52:57.876Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 399d105a-711d-4314-9c14-47144967a788
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:52:57.878Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:52:57.878Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:52:57.879Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:53:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:53:04.941Z||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-05-11T05:53:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:53:04.959Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:53:04.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "aai-ml",
  "timestamp": 1652248197243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "cds",
  "timestamp": 1652248196147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248203333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "policy-id",
  "timestamp": 1652248202144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "aai-ml",
  "timestamp": 1652248197243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248203333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "cds",
  "timestamp": 1652248196147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "policy-id",
  "timestamp": 1652248202144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "aai-ml",
  "timestamp": 1652248197243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "policy-id",
  "timestamp": 1652248202144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248203333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "cds",
  "timestamp": 1652248196147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "aai-ml",
  "timestamp": 1652248197243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "cds",
  "timestamp": 1652248196147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248203333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "policy-id",
  "timestamp": 1652248202144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "aai-ml",
  "timestamp": 1652248197243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248203333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "cds",
  "timestamp": 1652248196147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "policy-id",
  "timestamp": 1652248202144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "aai-ml",
  "timestamp": 1652248197243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "policy-id",
  "timestamp": 1652248202144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248203333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "cds",
  "timestamp": 1652248196147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "aai-ml",
  "timestamp": 1652248197243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:53:04.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248210352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "policy-id",
  "timestamp": 1652248202144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:53:04.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "cds",
  "timestamp": 1652248196147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:53:04.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248203333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:53:04.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248210352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "cds",
  "timestamp": 1652248212242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:53:04.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:04.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "aai-ml",
  "timestamp": 1652248212511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:53:04.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:04.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "policy-id",
  "timestamp": 1652248212956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:53:04.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:04.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248210352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "cds",
  "timestamp": 1652248213249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-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-05-11T05:53:04.987Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 399d105a-711d-4314-9c14-47144967a788
2022-05-11T05:53:04.988Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 399d105a-711d-4314-9c14-47144967a788 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-05-11T05:53:04.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "policy-id",
  "timestamp": 1652248213959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:53:04.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:04.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248210352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:04.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:04.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:04.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "policy-id",
  "timestamp": 1652248214962,
  "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-05-11T05:53:05.001Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 399d105a-711d-4314-9c14-47144967a788
2022-05-11T05:53:05.001Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 399d105a-711d-4314-9c14-47144967a788 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-05-11T05:53:05.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248213946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248210352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248213946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248210352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:53:05.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248213946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248210352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248213946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248210352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "aai-ml",
  "timestamp": 1652248218373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:53:05.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:05.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248213946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "aai-ml",
  "timestamp": 1652248219377,
  "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-05-11T05:53:05.018Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 399d105a-711d-4314-9c14-47144967a788
2022-05-11T05:53:05.018Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 399d105a-711d-4314-9c14-47144967a788 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-05-11T05:53:05.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248219222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:53:05.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:05.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248213946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248220355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T05:53:05.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:05.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "clamp",
  "timestamp": 1652248219547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248213946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248221359,
  "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-05-11T05:53:05.032Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 399d105a-711d-4314-9c14-47144967a788
2022-05-11T05:53:05.032Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 399d105a-711d-4314-9c14-47144967a788 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-05-11T05:53:05.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "clamp",
  "timestamp": 1652248219547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248213946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:53:05.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "clamp",
  "timestamp": 1652248219547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248222840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:53:05.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:05.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "clamp",
  "timestamp": 1652248219547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "clamp",
  "timestamp": 1652248219547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248224814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:53:05.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:05.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "clamp",
  "timestamp": 1652248219547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248225821,
  "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-05-11T05:53:05.047Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 399d105a-711d-4314-9c14-47144967a788
2022-05-11T05:53:05.047Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 399d105a-711d-4314-9c14-47144967a788 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-05-11T05:53:05.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "clamp",
  "timestamp": 1652248219547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "clamp",
  "timestamp": 1652248219547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:53:05.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "clamp",
  "timestamp": 1652248235421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:53:05.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:05.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "clamp",
  "timestamp": 1652248238424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:53:05.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:05.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "clamp",
  "timestamp": 1652248239431,
  "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-05-11T05:53:05.064Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 399d105a-711d-4314-9c14-47144967a788
2022-05-11T05:53:05.065Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 399d105a-711d-4314-9c14-47144967a788 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-05-11T05:53:05.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248243333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248243945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248250354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "clamp",
  "timestamp": 1652248249548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248250354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248243333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:53:05.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "clamp",
  "timestamp": 1652248249548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:53:05.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248243945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248250354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248243333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:53:05.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "clamp",
  "timestamp": 1652248249548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248243945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248250354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "clamp",
  "timestamp": 1652248249548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248243945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248243333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248250354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "clamp",
  "timestamp": 1652248249548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248243333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-11T05:53:05.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248243945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248250354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "clamp",
  "timestamp": 1652248249548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248243945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248243333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248250354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "clamp",
  "timestamp": 1652248249548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:53:05.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248243333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:53:05.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248243945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:53:05.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248260946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:53:05.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:05.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248260569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:53:05.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:05.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248262224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:53:05.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:53:05.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:05.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248262924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:53:05.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:05.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248263425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:53:05.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:53:05.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:53:05.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:05.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:53:05.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:53:05.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:53:27.879Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 399d105a-711d-4314-9c14-47144967a788
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:53:27.888Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 399d105a-711d-4314-9c14-47144967a788
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:53:27.891Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:53:27.891Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-11T05:53:27.891Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-11T05:53:27.891Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-11T05:53:27.891Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:53:27.891Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:53:27.892Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:53:27.892Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:53:27.892Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:53:27.892Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:53:27.892Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:53:27.892Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||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-05-11T05:53:27.896Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-11T05:53:57.897Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 399d105a-711d-4314-9c14-47144967a788 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-05-11T05:53:57.902Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 399d105a-711d-4314-9c14-47144967a788 and serviceModelVersionId: 13d407c9-527e-4bfb-8f29-70a39f20e1a5
2022-05-11T05:53:57.902Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d245fe2c-55cf-4b54-bcdd-b180f5f5469c
2022-05-11T05:53:57.903Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d245fe2c-55cf-4b54-bcdd-b180f5f5469c/model-vers/model-ver/13d407c9-527e-4bfb-8f29-70a39f20e1a5?depth=0
2022-05-11T05:53:57.906Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-11T05:53:57.971Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d245fe2c-55cf-4b54-bcdd-b180f5f5469c/model-vers/model-ver/13d407c9-527e-4bfb-8f29-70a39f20e1a5?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-05-11T05:53:57.973Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d245fe2c-55cf-4b54-bcdd-b180f5f5469c/model-vers/model-ver/13d407c9-527e-4bfb-8f29-70a39f20e1a5?depth=0|INFO|500||Invoke
2022-05-11T05:53:57.995Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d245fe2c-55cf-4b54-bcdd-b180f5f5469c/model-vers/model-ver/13d407c9-527e-4bfb-8f29-70a39f20e1a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-11T05:53:58.282Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d245fe2c-55cf-4b54-bcdd-b180f5f5469c/model-vers/model-ver/13d407c9-527e-4bfb-8f29-70a39f20e1a5?depth=0|INFO|500||InvokeReturn
2022-05-11T05:53:58.283Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d245fe2c-55cf-4b54-bcdd-b180f5f5469c/model-vers/model-ver/13d407c9-527e-4bfb-8f29-70a39f20e1a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220511-05:53:57:221-72075], vertex-id=[168008], Content-Length=[0], Date=[Wed, 11 May 2022 05:53:57 GMT], Content-Type=[application/json]}
2022-05-11T05:53:58.283Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-11T05:53:58.284Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-11T05:53:58.284Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||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-05-11T05:53:58.289Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||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-05-11T05:53:58.289Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 399d105a-711d-4314-9c14-47144967a788 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-11T05:53:58.290Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-11T05:53:58.290Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:53:58.292Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:53:58.292Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248438289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:53:58.392Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:53:58.393Z||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-05-11T05:53:58.393Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:53:58.409Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:53:58.409Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-11T05:53:59.303Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-11T05:53:59.303Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4930fc0-bd34-44cd-a6dc-75f25ae0334a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0d37a824-8ca9-4e04-8525-0e21f4aaff30","serviceDescription":"service","serviceInvariantUUID":"8748f82a-81f5-44e0-a982-da54373ebba9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22ba3194-7dbb-4108-b151-8715f171baf8","resourceInvariantUUID":"7080a439-bc50-41f6-a404-e0491995ab6d","resourceCustomizationUUID":"c26979d9-5b03-48c7-ae01-560675fb3d31","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":"ZWFkZWVhMzdhMzQyOGE4Zjc4MmZmOTdkMGY1OTg1MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38ef0a66-7af7-4af1-be5e-690ca54bd5e6","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":"OTEyYzEyMmZmZjIxYzQ4ZWIxZjZmYTEyZTM0ZDY3MDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c3c327a-b480-4aaa-a1aa-3f17c718b1ae","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":"e27c0f7e-148c-4769-be0d-3bf4abcaad3c","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":"5ab7f645-0ee7-45e2-af3c-2ab2988a23b8","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":"12699fb6-16d6-4096-82f1-97f4b9aa65dd","artifactVersion":"2","generatedFromUUID":"e27c0f7e-148c-4769-be0d-3bf4abcaad3c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTkyOTkyMTAwYTI5NThhZDcwNWI4MDUwZWQ1MTI4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43963ae0-dd5f-4ef7-888e-2338092ac489","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2Q3ZDczMWQ3NDNkZjc4OWVmMWM2M2U0MzBjOGRiYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"116759cb-5758-4111-9868-5edd4e593362","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-11T05:53:59.303Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:53:59.304Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:53:59.307Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:53:59.307Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:53:59.406Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:53:59.407Z||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-05-11T05:53:59.407Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:53:59.422Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:53:59.423Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:54:00.308Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:00.309Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:00.310Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:00.311Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:54:00.411Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:00.411Z||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-05-11T05:54:00.412Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:00.429Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:00.430Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:01.311Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:01.312Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:01.314Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:01.314Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:54:01.415Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:01.415Z||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-05-11T05:54:01.416Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:01.429Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:01.429Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:02.315Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:02.316Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:02.318Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:02.318Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:02.418Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:02.419Z||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-05-11T05:54:02.419Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:02.448Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:02.448Z||pool-54-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:03.319Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:03.320Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:03.321Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:03.321Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-11T05:54:03.422Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:54:03.422Z||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-05-11T05:54:03.423Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:03.441Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:03.442Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:04.322Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:04.323Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:04.325Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:04.325Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:04.428Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:04.434Z||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-05-11T05:54:04.435Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:04.447Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:04.448Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:54:04.941Z||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-05-11T05:54:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:04.964Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:04.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:04.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "cds",
  "timestamp": 1652248264238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:04.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:04.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:04.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248263929,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:54:05.001Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4930fc0-bd34-44cd-a6dc-75f25ae0334a
2022-05-11T05:54:05.001Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4930fc0-bd34-44cd-a6dc-75f25ae0334a 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-05-11T05:54:05.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248264454,
  "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-05-11T05:54:05.014Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4930fc0-bd34-44cd-a6dc-75f25ae0334a
2022-05-11T05:54:05.014Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4930fc0-bd34-44cd-a6dc-75f25ae0334a 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-05-11T05:54:05.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "clamp",
  "timestamp": 1652248264425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "aai-ml",
  "timestamp": 1652248265316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.021Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "cds",
  "timestamp": 1652248265283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-11T05:54:05.025Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4930fc0-bd34-44cd-a6dc-75f25ae0334a
2022-05-11T05:54:05.025Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4930fc0-bd34-44cd-a6dc-75f25ae0334a 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-05-11T05:54:05.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248265460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.032Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248266465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "clamp",
  "timestamp": 1652248267462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.035Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248266465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "clamp",
  "timestamp": 1652248268472,
  "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-05-11T05:54:05.040Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4930fc0-bd34-44cd-a6dc-75f25ae0334a
2022-05-11T05:54:05.041Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4930fc0-bd34-44cd-a6dc-75f25ae0334a 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-05-11T05:54:05.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248266465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "policy-id",
  "timestamp": 1652248270143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248266465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "policy-id",
  "timestamp": 1652248271147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.054Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248270352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.054Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248266465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "policy-id",
  "timestamp": 1652248272150,
  "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-05-11T05:54:05.061Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4930fc0-bd34-44cd-a6dc-75f25ae0334a
2022-05-11T05:54:05.061Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4930fc0-bd34-44cd-a6dc-75f25ae0334a 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-05-11T05:54:05.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248270352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248266465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "aai-ml",
  "timestamp": 1652248273033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248270352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248266465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "aai-ml",
  "timestamp": 1652248274039,
  "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-05-11T05:54:05.076Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4930fc0-bd34-44cd-a6dc-75f25ae0334a
2022-05-11T05:54:05.076Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4930fc0-bd34-44cd-a6dc-75f25ae0334a 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-05-11T05:54:05.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248270352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248266465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "cds",
  "timestamp": 1652248256147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248273944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248270352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248266465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "cds",
  "timestamp": 1652248275520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248273944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248270352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248276306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.087Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "cds",
  "timestamp": 1652248276524,
  "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-05-11T05:54:05.099Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f407f28-9327-4cff-8a66-b1355b14bfa2
2022-05-11T05:54:05.099Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f407f28-9327-4cff-8a66-b1355b14bfa2 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-05-11T05:54:05.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248273944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248270352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248277692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248273944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248270352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248273944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248278994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248270352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248273944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248280293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "clamp",
  "timestamp": 1652248279547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "policy-id",
  "timestamp": 1652248262144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248273944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248281356,
  "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-05-11T05:54:05.121Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f407f28-9327-4cff-8a66-b1355b14bfa2
2022-05-11T05:54:05.121Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f407f28-9327-4cff-8a66-b1355b14bfa2 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-05-11T05:54:05.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "clamp",
  "timestamp": 1652248279547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "policy-id",
  "timestamp": 1652248282331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248273944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248282359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "clamp",
  "timestamp": 1652248279547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "policy-id",
  "timestamp": 1652248283335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "aai-ml",
  "timestamp": 1652248257243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248273944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "clamp",
  "timestamp": 1652248279547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "policy-id",
  "timestamp": 1652248284338,
  "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-05-11T05:54:05.137Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f407f28-9327-4cff-8a66-b1355b14bfa2
2022-05-11T05:54:05.137Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f407f28-9327-4cff-8a66-b1355b14bfa2 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-05-11T05:54:05.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248283934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "aai-ml",
  "timestamp": 1652248284573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "clamp",
  "timestamp": 1652248279547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248283367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "cds",
  "timestamp": 1652248277528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "policy-id",
  "timestamp": 1652248285342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "clamp",
  "timestamp": 1652248279547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "cds",
  "timestamp": 1652248277528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248283367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "policy-id",
  "timestamp": 1652248285342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "clamp",
  "timestamp": 1652248279547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248286504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248283367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "cds",
  "timestamp": 1652248277528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "policy-id",
  "timestamp": 1652248285342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "clamp",
  "timestamp": 1652248279547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248287508,
  "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-05-11T05:54:05.154Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f407f28-9327-4cff-8a66-b1355b14bfa2
2022-05-11T05:54:05.154Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f407f28-9327-4cff-8a66-b1355b14bfa2 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-05-11T05:54:05.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248283367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "cds",
  "timestamp": 1652248277528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "policy-id",
  "timestamp": 1652248285342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "clamp",
  "timestamp": 1652248279547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248283367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "cds",
  "timestamp": 1652248277528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "policy-id",
  "timestamp": 1652248285342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "cds",
  "timestamp": 1652248277528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248283367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "policy-id",
  "timestamp": 1652248285342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248283367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "cds",
  "timestamp": 1652248277528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "policy-id",
  "timestamp": 1652248285342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248283367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "cds",
  "timestamp": 1652248277528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "policy-id",
  "timestamp": 1652248285342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248283367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "cds",
  "timestamp": 1652248277528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "policy-id",
  "timestamp": 1652248285342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "clamp",
  "timestamp": 1652248293430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "aai-ml",
  "timestamp": 1652248294610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248283367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "policy-id",
  "timestamp": 1652248285342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "cds",
  "timestamp": 1652248277528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "aai-ml",
  "timestamp": 1652248295613,
  "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-05-11T05:54:05.178Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f407f28-9327-4cff-8a66-b1355b14bfa2
2022-05-11T05:54:05.178Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f407f28-9327-4cff-8a66-b1355b14bfa2 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-05-11T05:54:05.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "clamp",
  "timestamp": 1652248295441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.186Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248296018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "cds",
  "timestamp": 1652248296045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "policy-id",
  "timestamp": 1652248296650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "clamp",
  "timestamp": 1652248296446,
  "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-05-11T05:54:05.191Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f407f28-9327-4cff-8a66-b1355b14bfa2
2022-05-11T05:54:05.192Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f407f28-9327-4cff-8a66-b1355b14bfa2 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-05-11T05:54:05.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "policy-id",
  "timestamp": 1652248297653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248297219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "cds",
  "timestamp": 1652248297859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-11T05:54:05.211Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1faef219-7f21-4b3f-8dae-6814e4a65064
2022-05-11T05:54:05.212Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1faef219-7f21-4b3f-8dae-6814e4a65064 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-05-11T05:54:05.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "policy-id",
  "timestamp": 1652248298656,
  "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-05-11T05:54:05.224Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1faef219-7f21-4b3f-8dae-6814e4a65064
2022-05-11T05:54:05.224Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1faef219-7f21-4b3f-8dae-6814e4a65064 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-05-11T05:54:05.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248298423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248299717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248300776,
  "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-05-11T05:54:05.238Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1faef219-7f21-4b3f-8dae-6814e4a65064
2022-05-11T05:54:05.238Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1faef219-7f21-4b3f-8dae-6814e4a65064 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-05-11T05:54:05.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248301779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.245Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "aai-ml",
  "timestamp": 1652248307505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "cds",
  "timestamp": 1652248309006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248290356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "cds",
  "timestamp": 1652248310136,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-11T05:54:05.266Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 390b17b9-3fa7-4246-b727-e56942dd6860
2022-05-11T05:54:05.266Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390b17b9-3fa7-4246-b727-e56942dd6860 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-05-11T05:54:05.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248310614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.275Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "policy-id",
  "timestamp": 1652248312024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248311648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "policy-id",
  "timestamp": 1652248313029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248312656,
  "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-05-11T05:54:05.284Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 390b17b9-3fa7-4246-b727-e56942dd6860
2022-05-11T05:54:05.284Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390b17b9-3fa7-4246-b727-e56942dd6860 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-05-11T05:54:05.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "policy-id",
  "timestamp": 1652248314033,
  "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-05-11T05:54:05.298Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 390b17b9-3fa7-4246-b727-e56942dd6860
2022-05-11T05:54:05.298Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390b17b9-3fa7-4246-b727-e56942dd6860 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-05-11T05:54:05.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248313662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248313662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248315184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248313662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "aai-ml",
  "timestamp": 1652248317415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248313662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248317479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "cds",
  "timestamp": 1652248298862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "aai-ml",
  "timestamp": 1652248318419,
  "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-05-11T05:54:05.316Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1faef219-7f21-4b3f-8dae-6814e4a65064
2022-05-11T05:54:05.317Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1faef219-7f21-4b3f-8dae-6814e4a65064 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-05-11T05:54:05.326Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:05.327Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:05.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248313662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.329Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:05.329Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248318483,
  "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-05-11T05:54:05.336Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1faef219-7f21-4b3f-8dae-6814e4a65064
2022-05-11T05:54:05.336Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1faef219-7f21-4b3f-8dae-6814e4a65064 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-05-11T05:54:05.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248313662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "cds",
  "timestamp": 1652248319652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248303333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248313662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "cds",
  "timestamp": 1652248320789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-11T05:54:05.363Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 043c69de-a362-442e-831c-37409817f447
2022-05-11T05:54:05.364Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043c69de-a362-442e-831c-37409817f447 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-05-11T05:54:05.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248321234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.373Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652248313662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "policy-id",
  "timestamp": 1652248302144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:05.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248322827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.377Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "policy-id",
  "timestamp": 1652248323740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:05.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:05.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:54:05.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:54:05.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "policy-id",
  "timestamp": 1652248324744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:05.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:54:05.429Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:05.430Z||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-05-11T05:54:05.430Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:05.474Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:05.475Z||pool-57-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:06.331Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0d37a824-8ca9-4e04-8525-0e21f4aaff30",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8748f82a-81f5-44e0-a982-da54373ebba9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c26979d9-5b03-48c7-ae01-560675fb3d31",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22ba3194-7dbb-4108-b151-8715f171baf8",
      "resourceInvariantUUID": "7080a439-bc50-41f6-a404-e0491995ab6d",
      "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": "OTEyYzEyMmZmZjIxYzQ4ZWIxZjZmYTEyZTM0ZDY3MDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7c3c327a-b480-4aaa-a1aa-3f17c718b1ae",
          "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": "e27c0f7e-148c-4769-be0d-3bf4abcaad3c",
          "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": "12699fb6-16d6-4096-82f1-97f4b9aa65dd",
            "generatedFromUUID": "e27c0f7e-148c-4769-be0d-3bf4abcaad3c"
          },
          "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": "12699fb6-16d6-4096-82f1-97f4b9aa65dd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "N2Q3ZDczMWQ3NDNkZjc4OWVmMWM2M2U0MzBjOGRiYzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "116759cb-5758-4111-9868-5edd4e593362"
    }
  ],
  "workloadContext": "Production"
}
2022-05-11T05:54:06.332Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-11T05:54:06.332Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d37a824-8ca9-4e04-8525-0e21f4aaff30 ASDC
2022-05-11T05:54:06.333Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b4930fc0-bd34-44cd-a6dc-75f25ae0334a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0d37a824-8ca9-4e04-8525-0e21f4aaff30
ServiceInvariantUUID:8748f82a-81f5-44e0-a982-da54373ebba9
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:116759cb-5758-4111-9868-5edd4e593362
ArtifactChecksum:N2Q3ZDczMWQ3NDNkZjc4OWVmMWM2M2U0MzBjOGRiYzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c26979d9-5b03-48c7-ae01-560675fb3d31
ResourceInvariantUUID:7080a439-bc50-41f6-a404-e0491995ab6d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:22ba3194-7dbb-4108-b151-8715f171baf8
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:7c3c327a-b480-4aaa-a1aa-3f17c718b1ae
ArtifactChecksum:OTEyYzEyMmZmZjIxYzQ4ZWIxZjZmYTEyZTM0ZDY3MDc=
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:e27c0f7e-148c-4769-be0d-3bf4abcaad3c
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:12699fb6-16d6-4096-82f1-97f4b9aa65dd
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:12699fb6-16d6-4096-82f1-97f4b9aa65dd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-11T05:54:06.334Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d37a824-8ca9-4e04-8525-0e21f4aaff30 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-05-11T05:54:06.363Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:54:06.364Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:54:06.365Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:54:06.365Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 116759cb-5758-4111-9868-5edd4e593362 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-11T05:54:06.365Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:54:06.366Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-11T05:54:06.957Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:54:06.961Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 116759cb-5758-4111-9868-5edd4e593362 71066
2022-05-11T05:54:06.961Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-11T05:54:06.961Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-11T05:54:06.961Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:54:06.962Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:06.964Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:06.964Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248446961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:07.064Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:07.065Z||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-05-11T05:54:07.065Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:07.076Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:07.077Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:07.964Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:54:07.966Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:54:07.966Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 116759cb-5758-4111-9868-5edd4e593362, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-11T05:54:07.966Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-11T05:54:07.967Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-11T05:54:07.967Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-11T05:54:08.078Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15323341327109935093/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-11T05:54:09.198Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-11T05:54:09.199Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:54:09.199Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-11T05:54:09.199Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-11T05:54:09.200Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-11T05:54:09.200Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-11T05:54:09.200Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-11T05:54:09.201Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-11T05:54:09.201Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-11T05:54:09.201Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:09.201Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-11T05:54:09.201Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-11T05:54:09.202Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-11T05:54:09.202Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:54:09.202Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:09.202Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:09.203Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-11T05:54:09.203Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:54:09.203Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:54:09.204Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:09.204Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:09.204Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-11T05:54:09.204Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:54:09.205Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:54:09.205Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:09.205Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:09.206Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:09.206Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-11T05:54:09.206Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-11T05:54:09.206Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-11T05:54:09.207Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-11T05:54:09.207Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-11T05:54:09.207Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-11T05:54:09.208Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:09.208Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:54:09.208Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:09.209Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-11T05:54:09.209Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:54:09.209Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:09.210Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-11T05:54:09.210Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:54:09.210Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:09.211Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-11T05:54:09.211Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:54:09.211Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:09.211Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-11T05:54:09.212Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-11T05:54:09.212Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-11T05:54:09.212Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=032cae8e-296c-4150-af10-620ec687d82a
2022-05-11T05:54:09.213Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:09.213Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:09.213Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:09.213Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:09.214Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:09.214Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:09.214Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:09.214Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:09.214Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0d37a824-8ca9-4e04-8525-0e21f4aaff30
Model Version:NULL
Model InvariantUuid:8748f82a-81f5-44e0-a982-da54373ebba9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a5e010f1-06f3-4c2b-897a-282acaf60464
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7080a439-bc50-41f6-a404-e0491995ab6d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c26979d9-5b03-48c7-ae01-560675fb3d31
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f62f8467-cf9a-49a3-9d39-0260ba17989d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:b93bcd72-b3c9-4160-9d78-cca177af8cc9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:032cae8e-296c-4150-af10-620ec687d82a
ModelInvariantUuid:92cd5e7b-0c6b-46b3-8339-e2bb3516cf31
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a2047801-8d51-410c-99bb-a480347d6f07
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e5c2d1ec-cd5b-4188-a181-1d2dfe738af8
ModelInvariantUuid:ab39fcd5-35e3-40a1-8161-71633f8e2449
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:feffbfed-f046-41cb-bd3e-88e413f9f1c6
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-05-11T05:54:09.220Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 22ba3194-7dbb-4108-b151-8715f171baf8
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-05-11T05:54:09.222Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-05-11T05:54:09.222Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22ba3194-7dbb-4108-b151-8715f171baf8
2022-05-11T05:54:09.222Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7c3c327a-b480-4aaa-a1aa-3f17c718b1ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-11T05:54:09.222Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:54:09.222Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:09.350Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:54:09.351Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7c3c327a-b480-4aaa-a1aa-3f17c718b1ae 787
2022-05-11T05:54:09.351Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:09.351Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:09.351Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:54:09.351Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:09.353Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:09.353Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248449351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:09.454Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:09.455Z||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-05-11T05:54:09.455Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:09.465Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:09.466Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:10.354Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f62f8467-cf9a-49a3-9d39-0260ba17989d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b93bcd72-b3c9-4160-9d78-cca177af8cc9",
    "vfModuleModelCustomizationUUID": "be068fd1-f52a-4d80-9c17-d17a940d7e3e",
    "isBase": true,
    "artifacts": [
      "e27c0f7e-148c-4769-be0d-3bf4abcaad3c",
      "12699fb6-16d6-4096-82f1-97f4b9aa65dd"
    ],
    "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-05-11T05:54:10.359Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b93bcd72-b3c9-4160-9d78-cca177af8cc9
VfModuleModelInvariantUUID:f62f8467-cf9a-49a3-9d39-0260ba17989d
VfModuleModelDescription:NULL
Artifacts UUID List:{
e27c0f7e-148c-4769-be0d-3bf4abcaad3c
,
12699fb6-16d6-4096-82f1-97f4b9aa65dd

}
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-05-11T05:54:10.361Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f62f8467-cf9a-49a3-9d39-0260ba17989d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b93bcd72-b3c9-4160-9d78-cca177af8cc9",
    "vfModuleModelCustomizationUUID": "be068fd1-f52a-4d80-9c17-d17a940d7e3e",
    "isBase": true,
    "artifacts": [
      "e27c0f7e-148c-4769-be0d-3bf4abcaad3c",
      "12699fb6-16d6-4096-82f1-97f4b9aa65dd"
    ],
    "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-05-11T05:54:10.361Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b93bcd72-b3c9-4160-9d78-cca177af8cc9
VfModuleModelInvariantUUID:f62f8467-cf9a-49a3-9d39-0260ba17989d
VfModuleModelDescription:NULL
Artifacts UUID List:{
e27c0f7e-148c-4769-be0d-3bf4abcaad3c
,
12699fb6-16d6-4096-82f1-97f4b9aa65dd

}
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-05-11T05:54:10.361Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e27c0f7e-148c-4769-be0d-3bf4abcaad3c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-11T05:54:10.361Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:54:10.361Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:10.411Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:54:10.411Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e27c0f7e-148c-4769-be0d-3bf4abcaad3c 5033
2022-05-11T05:54:10.411Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:10.411Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:10.412Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:54:10.412Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:10.414Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:10.414Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248450411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:10.518Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-05-11T05:54:10.519Z||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-05-11T05:54:10.519Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:10.545Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:10.545Z||pool-60-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:11.415Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 12699fb6-16d6-4096-82f1-97f4b9aa65dd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-11T05:54:11.416Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:54:11.416Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:11.459Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:54:11.460Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 12699fb6-16d6-4096-82f1-97f4b9aa65dd 903
2022-05-11T05:54:11.460Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:11.460Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:11.460Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:54:11.461Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:11.462Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:11.463Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248451460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:11.563Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:11.565Z||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-05-11T05:54:11.566Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:11.578Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:11.578Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:12.463Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0d37a824-8ca9-4e04-8525-0e21f4aaff30
2022-05-11T05:54:12.464Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 22ba3194-7dbb-4108-b151-8715f171baf8 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-05-11T05:54:12.476Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3357eb46, org.onap.sdc.toscaparser.api.parameters.Input@4074a0ff, org.onap.sdc.toscaparser.api.parameters.Input@44a47239, org.onap.sdc.toscaparser.api.parameters.Input@4bdf405f, org.onap.sdc.toscaparser.api.parameters.Input@47de8fb9]
2022-05-11T05:54:12.477Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.477Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:12.478Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-11T05:54:12.478Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c26979d9-5b03-48c7-ae01-560675fb3d31
2022-05-11T05:54:12.478Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c26979d9-5b03-48c7-ae01-560675fb3d31 matches Tosca VF Customization UUID: c26979d9-5b03-48c7-ae01-560675fb3d31
2022-05-11T05:54:12.478Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c26979d9-5b03-48c7-ae01-560675fb3d31  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-05-11T05:54:12.480Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.480Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:12.481Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c26979d9-5b03-48c7-ae01-560675fb3d31: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-05-11T05:54:12.481Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74765a6b
2022-05-11T05:54:12.481Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.481Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:54:12.481Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : be068fd1-f52a-4d80-9c17-d17a940d7e3e
2022-05-11T05:54:12.481Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID be068fd1-f52a-4d80-9c17-d17a940d7e3e
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-05-11T05:54:12.484Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.484Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-11T05:54:12.484Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:54:12.484Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.485Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-11T05:54:12.485Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:54:12.485Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.485Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-11T05:54:12.485Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-11T05:54:12.485Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-11T05:54:12.485Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=032cae8e-296c-4150-af10-620ec687d82a
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-05-11T05:54:12.488Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.488Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-11T05:54:12.488Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:54:12.488Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.488Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-11T05:54:12.489Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c26979d9-5b03-48c7-ae01-560675fb3d31
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-05-11T05:54:12.490Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.490Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:12.490Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0d37a824-8ca9-4e04-8525-0e21f4aaff30: basic_vm
2022-05-11T05:54:12.490Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.490Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:12.491Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.491Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:12.491Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.491Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:12.491Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.491Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:12.491Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:54:12.492Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:54:12.492Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:12.573Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 22ba3194-7dbb-4108-b151-8715f171baf8 1 ASDC deployResourceStructure
2022-05-11T05:54:12.573Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:12.574Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:12.574Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:54:12.575Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:12.577Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:12.577Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248452573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:12.677Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:12.678Z||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-05-11T05:54:12.678Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:12.690Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:12.691Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:13.579Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:13.579Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:13.580Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:54:13.580Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:13.582Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:13.582Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248453579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:13.682Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:13.683Z||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-05-11T05:54:13.683Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:13.695Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:13.709Z||pool-63-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:14.583Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:14.583Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:14.583Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:54:14.584Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:14.586Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:14.586Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248454582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:14.686Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-11T05:54:14.687Z||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-05-11T05:54:14.687Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:14.699Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:14.699Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:54:15.588Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-11T05:54:15.589Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-11T05:54:15.590Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:54:15.590Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:15.597Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:15.597Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248455588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:54:15.692Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-05-11T05:54:15.693Z||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-05-11T05:54:15.693Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:15.708Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:15.709Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:16.598Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4930fc0-bd34-44cd-a6dc-75f25ae0334a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:54:16.609Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4930fc0-bd34-44cd-a6dc-75f25ae0334a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:54:16.612Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:54:16.612Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-11T05:54:16.613Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-11T05:54:16.613Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-11T05:54:16.613Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:54:16.613Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:54:16.614Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:54:16.614Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:54:16.614Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:54:16.615Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:54:16.615Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:16.620Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-11T05:54:46.620Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4930fc0-bd34-44cd-a6dc-75f25ae0334a 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-05-11T05:54:46.627Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4930fc0-bd34-44cd-a6dc-75f25ae0334a and serviceModelVersionId: 0d37a824-8ca9-4e04-8525-0e21f4aaff30
2022-05-11T05:54:46.628Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8748f82a-81f5-44e0-a982-da54373ebba9
2022-05-11T05:54:46.628Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8748f82a-81f5-44e0-a982-da54373ebba9/model-vers/model-ver/0d37a824-8ca9-4e04-8525-0e21f4aaff30?depth=0
2022-05-11T05:54:46.632Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-11T05:54:46.678Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8748f82a-81f5-44e0-a982-da54373ebba9/model-vers/model-ver/0d37a824-8ca9-4e04-8525-0e21f4aaff30?depth=0|INFO|500||Invoke
2022-05-11T05:54:46.678Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8748f82a-81f5-44e0-a982-da54373ebba9/model-vers/model-ver/0d37a824-8ca9-4e04-8525-0e21f4aaff30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8748f82a-81f5-44e0-a982-da54373ebba9/model-vers/model-ver/0d37a824-8ca9-4e04-8525-0e21f4aaff30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4930fc0-bd34-44cd-a6dc-75f25ae0334a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89a605d0-4903-4cb4-bd68-b2f977da88cc], X-ECOMP-RequestID=[b4930fc0-bd34-44cd-a6dc-75f25ae0334a], X-TransactionId=[], X-ONAP-RequestID=[b4930fc0-bd34-44cd-a6dc-75f25ae0334a], Content-Type=[application/merge-patch+json]}
2022-05-11T05:54:46.698Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8748f82a-81f5-44e0-a982-da54373ebba9/model-vers/model-ver/0d37a824-8ca9-4e04-8525-0e21f4aaff30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-11T05:54:46.946Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8748f82a-81f5-44e0-a982-da54373ebba9/model-vers/model-ver/0d37a824-8ca9-4e04-8525-0e21f4aaff30?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/8748f82a-81f5-44e0-a982-da54373ebba9/model-vers/model-ver/0d37a824-8ca9-4e04-8525-0e21f4aaff30?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220511-05:54:45:925-2695], vertex-id=[180352], Content-Length=[0], Date=[Wed, 11 May 2022 05:54:45 GMT], Content-Type=[application/json]}
2022-05-11T05:54:46.946Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8748f82a-81f5-44e0-a982-da54373ebba9/model-vers/model-ver/0d37a824-8ca9-4e04-8525-0e21f4aaff30?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-11T05:54:46.947Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8748f82a-81f5-44e0-a982-da54373ebba9/model-vers/model-ver/0d37a824-8ca9-4e04-8525-0e21f4aaff30?depth=0|INFO|500||InvokeReturn
2022-05-11T05:54:46.948Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-11T05:54:46.948Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:46.952Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||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-05-11T05:54:46.953Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4930fc0-bd34-44cd-a6dc-75f25ae0334a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-11T05:54:46.953Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-11T05:54:46.953Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:46.954Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:46.955Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248486953,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:54:47.055Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:47.056Z||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-05-11T05:54:47.056Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:47.071Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:47.071Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-11T05:54:47.967Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-11T05:54:47.967Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f407f28-9327-4cff-8a66-b1355b14bfa2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9d70f340-d564-4d6e-8f04-d3b8a5b6b36d","serviceDescription":"service","serviceInvariantUUID":"f3235225-386c-40ee-bb1e-8c231bd82f10","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae691f3e-7042-4b86-8118-ec0bd48c3384","resourceInvariantUUID":"cd4a8980-a2f5-49fc-b0b4-14f62ecf53b3","resourceCustomizationUUID":"4828e7f9-9806-4310-adea-f87e431c4349","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":"YjI4MDZiYzA4ZTliZDQ5MWEwNTUwMmZmMWY0MmJmZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df05ce45-90af-48c6-942f-162124313224","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":"282a87af-76dd-4c57-8366-a69371ba7da5","artifactVersion":"2","generatedFromUUID":"91d7f519-9e55-43ec-ab38-0ae72fbbb520"},{"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":"91d7f519-9e55-43ec-ab38-0ae72fbbb520","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":"ODc1MjIzNTYyNTNmYmY5MTAyMGQ3MDM3NzUxNjZkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2d542cb6-c669-49d3-9b74-66c942d50bfe","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":"402d5600-f81a-4692-a144-33c6a1ec6b15","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":"265fcff4-1463-4277-b3f5-30a68901dab3","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":"bd378385-736e-4579-9cd9-de8ebafb22f0","artifactVersion":"2","generatedFromUUID":"402d5600-f81a-4692-a144-33c6a1ec6b15"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjYxNmQ1ZDM5MTRmNmUyODczOTY4MjQyODM0MzVkYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"059fb2f7-80d0-44fa-910c-468f674f1086","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWFhZmJmYzc2NjFkYTY2OWNiZDBkNTY0MzQxMzlkNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"346bac5c-5c77-46c2-9409-6394a5319dc5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-11T05:54:47.968Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:47.968Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:47.970Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:47.970Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:48.070Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:48.071Z||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-05-11T05:54:48.071Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:48.085Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:48.085Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:48.971Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:48.972Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:48.974Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:48.974Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-11T05:54:49.074Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:49.075Z||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-05-11T05:54:49.075Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:49.086Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:49.086Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:49.974Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:49.975Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:49.977Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:49.977Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-11T05:54:50.077Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:50.078Z||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-05-11T05:54:50.078Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:50.090Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:50.090Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:54:50.978Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:50.978Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:50.980Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:50.981Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:54:51.081Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:51.081Z||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-05-11T05:54:51.082Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:51.094Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:51.094Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:51.981Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:51.982Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:51.983Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:51.983Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:54:52.084Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:54:52.084Z||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-05-11T05:54:52.084Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:52.095Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:52.095Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:52.984Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:52.985Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:52.986Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:52.986Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:53.087Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-11T05:54:53.089Z||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-05-11T05:54:53.089Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:53.103Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:53.103Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:53.987Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:53.988Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:53.990Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:53.990Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-11T05:54:54.090Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:54.091Z||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-05-11T05:54:54.091Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:54.103Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:54.103Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:54.991Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:54.991Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:54.994Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:54.994Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:54:55.094Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:55.095Z||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-05-11T05:54:55.095Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:55.108Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:55.108Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:55.995Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:54:55.995Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:55.997Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:55.997Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:54:56.097Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:54:56.099Z||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-05-11T05:54:56.099Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:56.112Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:56.112Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:56.998Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "9d70f340-d564-4d6e-8f04-d3b8a5b6b36d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f3235225-386c-40ee-bb1e-8c231bd82f10",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "4828e7f9-9806-4310-adea-f87e431c4349",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ae691f3e-7042-4b86-8118-ec0bd48c3384",
      "resourceInvariantUUID": "cd4a8980-a2f5-49fc-b0b4-14f62ecf53b3",
      "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": "282a87af-76dd-4c57-8366-a69371ba7da5",
          "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": "91d7f519-9e55-43ec-ab38-0ae72fbbb520",
          "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": "ODc1MjIzNTYyNTNmYmY5MTAyMGQ3MDM3NzUxNjZkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2d542cb6-c669-49d3-9b74-66c942d50bfe",
          "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": "402d5600-f81a-4692-a144-33c6a1ec6b15",
          "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": "bd378385-736e-4579-9cd9-de8ebafb22f0",
            "generatedFromUUID": "402d5600-f81a-4692-a144-33c6a1ec6b15"
          },
          "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": "bd378385-736e-4579-9cd9-de8ebafb22f0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YWFhZmJmYzc2NjFkYTY2OWNiZDBkNTY0MzQxMzlkNzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "346bac5c-5c77-46c2-9409-6394a5319dc5"
    }
  ],
  "workloadContext": "Production"
}
2022-05-11T05:54:56.999Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-11T05:54:56.999Z|b4930fc0-bd34-44cd-a6dc-75f25ae0334a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9d70f340-d564-4d6e-8f04-d3b8a5b6b36d ASDC
2022-05-11T05:54:56.999Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:4f407f28-9327-4cff-8a66-b1355b14bfa2
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9d70f340-d564-4d6e-8f04-d3b8a5b6b36d
ServiceInvariantUUID:f3235225-386c-40ee-bb1e-8c231bd82f10
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:346bac5c-5c77-46c2-9409-6394a5319dc5
ArtifactChecksum:YWFhZmJmYzc2NjFkYTY2OWNiZDBkNTY0MzQxMzlkNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:4828e7f9-9806-4310-adea-f87e431c4349
ResourceInvariantUUID:cd4a8980-a2f5-49fc-b0b4-14f62ecf53b3
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ae691f3e-7042-4b86-8118-ec0bd48c3384
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:282a87af-76dd-4c57-8366-a69371ba7da5
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:91d7f519-9e55-43ec-ab38-0ae72fbbb520
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:2d542cb6-c669-49d3-9b74-66c942d50bfe
ArtifactChecksum:ODc1MjIzNTYyNTNmYmY5MTAyMGQ3MDM3NzUxNjZkYTM=
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:402d5600-f81a-4692-a144-33c6a1ec6b15
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:bd378385-736e-4579-9cd9-de8ebafb22f0
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:bd378385-736e-4579-9cd9-de8ebafb22f0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-11T05:54:57.000Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d70f340-d564-4d6e-8f04-d3b8a5b6b36d 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-05-11T05:54:57.037Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:54:57.038Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:54:57.038Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:54:57.038Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 346bac5c-5c77-46c2-9409-6394a5319dc5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-11T05:54:57.039Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:54:57.039Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-11T05:54:57.857Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:54:57.863Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 346bac5c-5c77-46c2-9409-6394a5319dc5 68950
2022-05-11T05:54:57.863Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-11T05:54:57.863Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-11T05:54:57.863Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:54:57.863Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:54:57.865Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:54:57.865Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248497863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:54:57.965Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:54:57.966Z||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-05-11T05:54:57.966Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:54:57.979Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:54:57.979Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:54:58.866Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:54:58.867Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:54:58.868Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 346bac5c-5c77-46c2-9409-6394a5319dc5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-11T05:54:58.868Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-11T05:54:58.869Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-11T05:54:58.869Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-11T05:54:58.976Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17962726421082522963/Definitions/service-BasicCnf-template.yml
2022-05-11T05:55:00.091Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-11T05:55:00.092Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:55:00.092Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-11T05:55:00.092Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-11T05:55:00.093Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:00.093Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:00.093Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-11T05:55:00.093Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-11T05:55:00.094Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:55:00.094Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:00.094Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:00.095Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-11T05:55:00.095Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:55:00.095Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:55:00.096Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:00.096Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:00.096Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-11T05:55:00.096Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:55:00.097Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:55:00.097Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:00.097Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:00.098Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:00.098Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-11T05:55:00.098Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-11T05:55:00.099Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-11T05:55:00.099Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-11T05:55:00.099Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:00.100Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:55:00.100Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:00.100Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-11T05:55:00.101Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:55:00.101Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:00.101Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-11T05:55:00.102Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:55:00.102Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:00.102Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-11T05:55:00.102Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:55:00.103Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:00.103Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-11T05:55:00.103Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-11T05:55:00.104Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d1965d9f-fb7e-4de2-a7e8-b4e769039730
2022-05-11T05:55:00.104Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:00.104Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:00.105Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:00.105Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:00.105Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:00.105Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:00.106Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:00.106Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:00.106Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9d70f340-d564-4d6e-8f04-d3b8a5b6b36d
Model Version:NULL
Model InvariantUuid:f3235225-386c-40ee-bb1e-8c231bd82f10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:be1867ca-1e85-40d8-b4b0-07e3bc1465e1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cd4a8980-a2f5-49fc-b0b4-14f62ecf53b3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4828e7f9-9806-4310-adea-f87e431c4349
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e778b981-f964-4090-8458-a8710f6f3eb0
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6098fbe9-f3da-468f-8862-4eadb1dc8983
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1965d9f-fb7e-4de2-a7e8-b4e769039730
ModelInvariantUuid:83ca7237-df60-44ec-b8e7-cb75fb5ced66
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a6c99b3e-aee0-448d-8a73-c67e8df4d84c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:49461962-a677-4042-a369-6e24c3194200
ModelInvariantUuid:96cd552a-8064-42de-882e-ea3fb0193676
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:53231d98-e186-494e-8891-49c93a284e19
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-05-11T05:55:00.119Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ae691f3e-7042-4b86-8118-ec0bd48c3384
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-05-11T05:55:00.123Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-05-11T05:55:00.123Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae691f3e-7042-4b86-8118-ec0bd48c3384
2022-05-11T05:55:00.123Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 282a87af-76dd-4c57-8366-a69371ba7da5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-11T05:55:00.123Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:55:00.124Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:00.256Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:55:00.256Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 282a87af-76dd-4c57-8366-a69371ba7da5 12
2022-05-11T05:55:00.257Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:00.257Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:00.257Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:55:00.257Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:00.259Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:00.259Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248500257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:00.360Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:55:00.360Z||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-05-11T05:55:00.360Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:00.374Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:00.375Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:55:01.260Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 91d7f519-9e55-43ec-ab38-0ae72fbbb520 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-11T05:55:01.260Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:55:01.261Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:01.368Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:55:01.370Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 91d7f519-9e55-43ec-ab38-0ae72fbbb520 2688
2022-05-11T05:55:01.371Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:01.371Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:01.371Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:55:01.371Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:01.373Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:01.374Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248501371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:01.473Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:55:01.474Z||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-05-11T05:55:01.474Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:01.486Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:01.486Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:55:02.375Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2d542cb6-c669-49d3-9b74-66c942d50bfe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-11T05:55:02.376Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:55:02.376Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:02.633Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:55:02.634Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2d542cb6-c669-49d3-9b74-66c942d50bfe 828
2022-05-11T05:55:02.634Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:02.634Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:02.634Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:55:02.635Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:02.637Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:02.637Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248502634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:02.737Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:02.738Z||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-05-11T05:55:02.738Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:02.752Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:02.752Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:03.638Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e778b981-f964-4090-8458-a8710f6f3eb0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6098fbe9-f3da-468f-8862-4eadb1dc8983",
    "vfModuleModelCustomizationUUID": "737cfb35-3de7-4c90-b403-7d60c49719b1",
    "isBase": true,
    "artifacts": [
      "91d7f519-9e55-43ec-ab38-0ae72fbbb520",
      "402d5600-f81a-4692-a144-33c6a1ec6b15",
      "bd378385-736e-4579-9cd9-de8ebafb22f0"
    ],
    "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-05-11T05:55:03.641Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6098fbe9-f3da-468f-8862-4eadb1dc8983
VfModuleModelInvariantUUID:e778b981-f964-4090-8458-a8710f6f3eb0
VfModuleModelDescription:NULL
Artifacts UUID List:{
91d7f519-9e55-43ec-ab38-0ae72fbbb520
,
402d5600-f81a-4692-a144-33c6a1ec6b15
,
bd378385-736e-4579-9cd9-de8ebafb22f0

}
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-05-11T05:55:03.643Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e778b981-f964-4090-8458-a8710f6f3eb0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6098fbe9-f3da-468f-8862-4eadb1dc8983",
    "vfModuleModelCustomizationUUID": "737cfb35-3de7-4c90-b403-7d60c49719b1",
    "isBase": true,
    "artifacts": [
      "91d7f519-9e55-43ec-ab38-0ae72fbbb520",
      "402d5600-f81a-4692-a144-33c6a1ec6b15",
      "bd378385-736e-4579-9cd9-de8ebafb22f0"
    ],
    "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-05-11T05:55:03.643Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6098fbe9-f3da-468f-8862-4eadb1dc8983
VfModuleModelInvariantUUID:e778b981-f964-4090-8458-a8710f6f3eb0
VfModuleModelDescription:NULL
Artifacts UUID List:{
91d7f519-9e55-43ec-ab38-0ae72fbbb520
,
402d5600-f81a-4692-a144-33c6a1ec6b15
,
bd378385-736e-4579-9cd9-de8ebafb22f0

}
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-05-11T05:55:03.644Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 402d5600-f81a-4692-a144-33c6a1ec6b15 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-11T05:55:03.644Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:55:03.644Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:03.944Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:55:03.945Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 402d5600-f81a-4692-a144-33c6a1ec6b15 1164
2022-05-11T05:55:03.945Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:03.945Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:03.946Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:55:03.946Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:03.950Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:03.950Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248503945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:04.050Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:55:04.051Z||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-05-11T05:55:04.051Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:04.061Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:04.061Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:55:04.941Z||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-05-11T05:55:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:04.951Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bd378385-736e-4579-9cd9-de8ebafb22f0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-11T05:55:04.951Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:55:04.951Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:04.971Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:04.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:04.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:04.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:04.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:04.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248324323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:04.974Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:04.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:04.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:04.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:04.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:04.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "policy-id",
  "timestamp": 1652248325746,
  "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-05-11T05:55:04.982Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 043c69de-a362-442e-831c-37409817f447
2022-05-11T05:55:04.982Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043c69de-a362-442e-831c-37409817f447 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-05-11T05:55:04.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:04.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:04.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:04.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:04.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248325391,
  "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-05-11T05:55:04.994Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 043c69de-a362-442e-831c-37409817f447
2022-05-11T05:55:04.994Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043c69de-a362-442e-831c-37409817f447 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-05-11T05:55:04.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652248326397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:55:05.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:55:05.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:55:05.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "aai-ml",
  "timestamp": 1652248328605,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:05.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248328766,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:05.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "clamp",
  "timestamp": 1652248329661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:05.002Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248330723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:55:05.002Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248331730,
  "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-05-11T05:55:05.006Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 390b17b9-3fa7-4246-b727-e56942dd6860
2022-05-11T05:55:05.006Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390b17b9-3fa7-4246-b727-e56942dd6860 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-05-11T05:55:05.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "aai-ml",
  "timestamp": 1652248333147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:55:05.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "clamp",
  "timestamp": 1652248333443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:55:05.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "aai-ml",
  "timestamp": 1652248334150,
  "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-05-11T05:55:05.017Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 390b17b9-3fa7-4246-b727-e56942dd6860
2022-05-11T05:55:05.017Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390b17b9-3fa7-4246-b727-e56942dd6860 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-05-11T05:55:05.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "clamp",
  "timestamp": 1652248334448,
  "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-05-11T05:55:05.028Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1faef219-7f21-4b3f-8dae-6814e4a65064
2022-05-11T05:55:05.029Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1faef219-7f21-4b3f-8dae-6814e4a65064 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-05-11T05:55:05.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248303945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:55:05.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248341030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:05.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "aai-ml",
  "timestamp": 1652248296617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:55:05.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "aai-ml",
  "timestamp": 1652248343316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:05.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248343355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:55:05.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:55:05.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652248344360,
  "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-05-11T05:55:05.056Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 043c69de-a362-442e-831c-37409817f447
2022-05-11T05:55:05.057Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043c69de-a362-442e-831c-37409817f447 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-05-11T05:55:05.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "clamp",
  "timestamp": 1652248350442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:05.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "clamp",
  "timestamp": 1652248351463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:55:05.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "clamp",
  "timestamp": 1652248352467,
  "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-05-11T05:55:05.071Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 390b17b9-3fa7-4246-b727-e56942dd6860
2022-05-11T05:55:05.071Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 390b17b9-3fa7-4246-b727-e56942dd6860 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-05-11T05:55:05.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "aai-ml",
  "timestamp": 1652248353450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:55:05.081Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "aai-ml",
  "timestamp": 1652248354453,
  "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-05-11T05:55:05.086Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 043c69de-a362-442e-831c-37409817f447
2022-05-11T05:55:05.086Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043c69de-a362-442e-831c-37409817f447 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-05-11T05:55:05.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:55:05.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248361163,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:55:05.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "clamp",
  "timestamp": 1652248309547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:55:05.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "clamp",
  "timestamp": 1652248364831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:05.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "clamp",
  "timestamp": 1652248367447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:55:05.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "clamp",
  "timestamp": 1652248368455,
  "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-05-11T05:55:05.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 043c69de-a362-442e-831c-37409817f447
2022-05-11T05:55:05.106Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043c69de-a362-442e-831c-37409817f447 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-05-11T05:55:05.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:05.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:55:05.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:55:05.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248374756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:05.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:55:05.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248376863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:55:05.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:55:05.137Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:55:05.137Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bd378385-736e-4579-9cd9-de8ebafb22f0 200
2022-05-11T05:55:05.137Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:05.137Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:05.137Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:55:05.138Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:05.140Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:05.140Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248505137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:05.240Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:05.241Z||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-05-11T05:55:05.241Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:05.255Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:05.255Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:55:06.140Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 9d70f340-d564-4d6e-8f04-d3b8a5b6b36d
2022-05-11T05:55:06.141Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ae691f3e-7042-4b86-8118-ec0bd48c3384 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-05-11T05:55:06.159Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:06.162Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a0f57e, org.onap.sdc.toscaparser.api.parameters.Input@5f5ea662, org.onap.sdc.toscaparser.api.parameters.Input@25d51a63, org.onap.sdc.toscaparser.api.parameters.Input@11c55a4d, org.onap.sdc.toscaparser.api.parameters.Input@1649560e]
2022-05-11T05:55:06.163Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.164Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:06.164Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-11T05:55:06.164Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4828e7f9-9806-4310-adea-f87e431c4349
2022-05-11T05:55:06.164Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4828e7f9-9806-4310-adea-f87e431c4349 matches Tosca VF Customization UUID: 4828e7f9-9806-4310-adea-f87e431c4349
2022-05-11T05:55:06.164Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4828e7f9-9806-4310-adea-f87e431c4349  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-05-11T05:55:06.166Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.166Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:06.166Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4828e7f9-9806-4310-adea-f87e431c4349: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-05-11T05:55:06.167Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a29bfac
2022-05-11T05:55:06.167Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.167Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:55:06.167Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 737cfb35-3de7-4c90-b403-7d60c49719b1
2022-05-11T05:55:06.167Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 737cfb35-3de7-4c90-b403-7d60c49719b1
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-05-11T05:55:06.169Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.169Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-11T05:55:06.169Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:55:06.169Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.170Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-11T05:55:06.170Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:55:06.170Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.170Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-11T05:55:06.170Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-11T05:55:06.170Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d1965d9f-fb7e-4de2-a7e8-b4e769039730
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-05-11T05:55:06.172Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.172Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-11T05:55:06.172Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:55:06.173Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.173Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-11T05:55:06.173Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4828e7f9-9806-4310-adea-f87e431c4349
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-05-11T05:55:06.174Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.175Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:06.175Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 9d70f340-d564-4d6e-8f04-d3b8a5b6b36d: basic_cnf
2022-05-11T05:55:06.175Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.175Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:06.175Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.175Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:06.175Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.176Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:06.176Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.176Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:06.176Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:06.176Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:06.176Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:06.244Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ae691f3e-7042-4b86-8118-ec0bd48c3384 1 ASDC deployResourceStructure
2022-05-11T05:55:06.245Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:06.245Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:06.245Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-11T05:55:06.245Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:06.247Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:06.247Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248506244,
  "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-05-11T05:55:06.347Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:06.348Z||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-05-11T05:55:06.348Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:06.359Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:06.359Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:07.248Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:07.248Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:07.248Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-11T05:55:07.249Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:07.250Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:07.250Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248507247,
  "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-05-11T05:55:07.351Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:07.352Z||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-05-11T05:55:07.352Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:07.364Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:07.365Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:55:08.252Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:08.252Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:08.252Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:55:08.252Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:08.254Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:08.255Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248508252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:55:08.355Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:08.356Z||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-05-11T05:55:08.356Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:08.367Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:08.367Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:09.256Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:09.257Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:09.257Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:55:09.258Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:09.260Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:09.260Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248509255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T05:55:09.361Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-11T05:55:09.362Z||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-05-11T05:55:09.362Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:09.376Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:09.377Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:10.261Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:10.262Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:10.262Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:55:10.262Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:10.264Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:10.265Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248510261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-11T05:55:10.365Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:10.366Z||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-05-11T05:55:10.366Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:10.380Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:10.381Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:11.265Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-11T05:55:11.265Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-11T05:55:11.266Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:55:11.266Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:11.268Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:11.268Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248511265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:55:11.368Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:11.370Z||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-05-11T05:55:11.370Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:11.382Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:11.383Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:55:12.268Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f407f28-9327-4cff-8a66-b1355b14bfa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:55:12.280Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f407f28-9327-4cff-8a66-b1355b14bfa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:55:12.283Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:55:12.283Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-11T05:55:12.283Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-11T05:55:12.283Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-11T05:55:12.283Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:55:12.283Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:55:12.284Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:55:12.284Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:55:12.284Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:55:12.284Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:55:12.284Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:12.289Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-11T05:55:42.289Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f407f28-9327-4cff-8a66-b1355b14bfa2 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-05-11T05:55:42.298Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f407f28-9327-4cff-8a66-b1355b14bfa2 and serviceModelVersionId: 9d70f340-d564-4d6e-8f04-d3b8a5b6b36d
2022-05-11T05:55:42.298Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3235225-386c-40ee-bb1e-8c231bd82f10
2022-05-11T05:55:42.298Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3235225-386c-40ee-bb1e-8c231bd82f10/model-vers/model-ver/9d70f340-d564-4d6e-8f04-d3b8a5b6b36d?depth=0
2022-05-11T05:55:42.302Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-11T05:55:42.349Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3235225-386c-40ee-bb1e-8c231bd82f10/model-vers/model-ver/9d70f340-d564-4d6e-8f04-d3b8a5b6b36d?depth=0|INFO|500||Invoke
2022-05-11T05:55:42.350Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3235225-386c-40ee-bb1e-8c231bd82f10/model-vers/model-ver/9d70f340-d564-4d6e-8f04-d3b8a5b6b36d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3235225-386c-40ee-bb1e-8c231bd82f10/model-vers/model-ver/9d70f340-d564-4d6e-8f04-d3b8a5b6b36d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f407f28-9327-4cff-8a66-b1355b14bfa2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8e9c483e-2554-4e8c-89ab-081130de2477], X-ECOMP-RequestID=[4f407f28-9327-4cff-8a66-b1355b14bfa2], X-TransactionId=[], X-ONAP-RequestID=[4f407f28-9327-4cff-8a66-b1355b14bfa2], Content-Type=[application/merge-patch+json]}
2022-05-11T05:55:42.370Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3235225-386c-40ee-bb1e-8c231bd82f10/model-vers/model-ver/9d70f340-d564-4d6e-8f04-d3b8a5b6b36d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-11T05:55:42.469Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3235225-386c-40ee-bb1e-8c231bd82f10/model-vers/model-ver/9d70f340-d564-4d6e-8f04-d3b8a5b6b36d?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/f3235225-386c-40ee-bb1e-8c231bd82f10/model-vers/model-ver/9d70f340-d564-4d6e-8f04-d3b8a5b6b36d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220511-05:55:41:596-36512], vertex-id=[241904], Content-Length=[0], Date=[Wed, 11 May 2022 05:55:41 GMT], Content-Type=[application/json]}
2022-05-11T05:55:42.470Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3235225-386c-40ee-bb1e-8c231bd82f10/model-vers/model-ver/9d70f340-d564-4d6e-8f04-d3b8a5b6b36d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-11T05:55:42.471Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3235225-386c-40ee-bb1e-8c231bd82f10/model-vers/model-ver/9d70f340-d564-4d6e-8f04-d3b8a5b6b36d?depth=0|INFO|500||InvokeReturn
2022-05-11T05:55:42.471Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-11T05:55:42.471Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:42.477Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||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-05-11T05:55:42.477Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f407f28-9327-4cff-8a66-b1355b14bfa2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-11T05:55:42.478Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-11T05:55:42.478Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:42.480Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:42.480Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248542478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:55:42.580Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:42.581Z||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-05-11T05:55:42.582Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:42.597Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:42.597Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-11T05:55:43.492Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-11T05:55:43.492Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1faef219-7f21-4b3f-8dae-6814e4a65064","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"89e12045-1604-4318-8eda-1ecf410f9d0b","serviceDescription":"service","serviceInvariantUUID":"4a355125-6ac6-44ad-b978-3385e2584eb4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3b6ec620-653b-46e1-86c2-739947947122","resourceInvariantUUID":"488f7bc0-866d-47d9-b7ae-47fc22f0a58b","resourceCustomizationUUID":"f5992dd3-7258-4d53-86d1-9e4d6474fe2e","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":"NTE2NzY0ZTk2OWQ3ZjU4YmRhMjdmNzhjNThiZTM4YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90672ee2-7219-40ad-b27c-8b5b4bd28633","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":"ZjAyYWI0ODcwZTNkZjBlZGFiNGNmYjg2N2M3YWJiNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57aa28eb-9523-40ff-bb2c-6995e9eb22e6","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":"e1f2e38b-7118-404f-8819-74f9c644de30","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":"91465c5e-0cda-45f1-8a70-4324aed5220a","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":"91ea4588-56a7-475c-acb6-c70b1f21a988","artifactVersion":"2","generatedFromUUID":"2ff5d3b3-197e-4b5d-a257-7a5b587beb60"},{"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":"4b43b433-d868-4b50-9e8d-23374b807ee3","artifactVersion":"2","generatedFromUUID":"e1f2e38b-7118-404f-8819-74f9c644de30"},{"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":"2ff5d3b3-197e-4b5d-a257-7a5b587beb60","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":"a559c716-e065-4d15-9654-5f9b96c43797","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":"YzEzMTg1NThkNDU1MDJkZTJjYTcwOTlmYmQ2NzE4NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ba7beb4-7a6a-47c6-a488-f034f88bf95c","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWYzMzY1MWE0YWYzMmIyZjdlMjkxMWMxMGIxYTliMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2dcc4be-8e73-468d-ba70-c71e51355ef8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-11T05:55:43.493Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:55:43.493Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:43.495Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:43.495Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:43.595Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:43.596Z||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-05-11T05:55:43.596Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:43.611Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:43.612Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:44.496Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:55:44.497Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:44.499Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:44.499Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:55:44.599Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:44.600Z||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-05-11T05:55:44.600Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:44.612Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:44.612Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:45.499Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:55:45.500Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:45.503Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:45.503Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:55:45.603Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:45.604Z||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-05-11T05:55:45.604Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:45.616Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:45.616Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:46.503Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:55:46.504Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:46.506Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:46.506Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:46.615Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-05-11T05:55:46.616Z||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-05-11T05:55:46.617Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:46.627Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:46.627Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:47.509Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:55:47.509Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:47.512Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:47.512Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-11T05:55:47.612Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:47.613Z||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-05-11T05:55:47.613Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:47.624Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:47.625Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:55:48.512Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:55:48.513Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:48.515Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:48.515Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-11T05:55:48.615Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:48.616Z||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-05-11T05:55:48.616Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:48.630Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:48.631Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:49.515Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:55:49.516Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:49.518Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:49.518Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-11T05:55:49.620Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-11T05:55:49.621Z||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-05-11T05:55:49.621Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:49.634Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:49.635Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:55:50.519Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:55:50.520Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:50.522Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:50.522Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:50.622Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:50.623Z||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-05-11T05:55:50.623Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:50.639Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:50.639Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:51.523Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:55:51.523Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:51.526Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:51.526Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:55:51.626Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:51.627Z||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-05-11T05:55:51.627Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:51.641Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:51.641Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:52.526Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:55:52.527Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:52.529Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:52.529Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:55:52.629Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:52.630Z||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-05-11T05:55:52.630Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:52.646Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:52.647Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:55:53.530Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "89e12045-1604-4318-8eda-1ecf410f9d0b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4a355125-6ac6-44ad-b978-3385e2584eb4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f5992dd3-7258-4d53-86d1-9e4d6474fe2e",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3b6ec620-653b-46e1-86c2-739947947122",
      "resourceInvariantUUID": "488f7bc0-866d-47d9-b7ae-47fc22f0a58b",
      "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": "ZjAyYWI0ODcwZTNkZjBlZGFiNGNmYjg2N2M3YWJiNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "57aa28eb-9523-40ff-bb2c-6995e9eb22e6",
          "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": "e1f2e38b-7118-404f-8819-74f9c644de30",
          "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": "4b43b433-d868-4b50-9e8d-23374b807ee3",
            "generatedFromUUID": "e1f2e38b-7118-404f-8819-74f9c644de30"
          },
          "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": "91ea4588-56a7-475c-acb6-c70b1f21a988",
          "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": "4b43b433-d868-4b50-9e8d-23374b807ee3",
          "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": "2ff5d3b3-197e-4b5d-a257-7a5b587beb60",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWYzMzY1MWE0YWYzMmIyZjdlMjkxMWMxMGIxYTliMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b2dcc4be-8e73-468d-ba70-c71e51355ef8"
    }
  ],
  "workloadContext": "Production"
}
2022-05-11T05:55:53.530Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-11T05:55:53.530Z|4f407f28-9327-4cff-8a66-b1355b14bfa2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 89e12045-1604-4318-8eda-1ecf410f9d0b ASDC
2022-05-11T05:55:53.531Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1faef219-7f21-4b3f-8dae-6814e4a65064
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:89e12045-1604-4318-8eda-1ecf410f9d0b
ServiceInvariantUUID:4a355125-6ac6-44ad-b978-3385e2584eb4
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:b2dcc4be-8e73-468d-ba70-c71e51355ef8
ArtifactChecksum:NWYzMzY1MWE0YWYzMmIyZjdlMjkxMWMxMGIxYTliMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f5992dd3-7258-4d53-86d1-9e4d6474fe2e
ResourceInvariantUUID:488f7bc0-866d-47d9-b7ae-47fc22f0a58b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:3b6ec620-653b-46e1-86c2-739947947122
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:57aa28eb-9523-40ff-bb2c-6995e9eb22e6
ArtifactChecksum:ZjAyYWI0ODcwZTNkZjBlZGFiNGNmYjg2N2M3YWJiNWI=
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:e1f2e38b-7118-404f-8819-74f9c644de30
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:4b43b433-d868-4b50-9e8d-23374b807ee3
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:91ea4588-56a7-475c-acb6-c70b1f21a988
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:4b43b433-d868-4b50-9e8d-23374b807ee3
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:2ff5d3b3-197e-4b5d-a257-7a5b587beb60
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-11T05:55:53.531Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89e12045-1604-4318-8eda-1ecf410f9d0b 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-05-11T05:55:53.562Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:55:53.563Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:55:53.563Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:55:53.563Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b2dcc4be-8e73-468d-ba70-c71e51355ef8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-11T05:55:53.563Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:55:53.563Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-11T05:55:54.025Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:55:54.032Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b2dcc4be-8e73-468d-ba70-c71e51355ef8 158209
2022-05-11T05:55:54.032Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-11T05:55:54.033Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-11T05:55:54.033Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:55:54.035Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:54.037Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:54.037Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248554032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:54.137Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:54.138Z||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-05-11T05:55:54.138Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:54.150Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:54.150Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:55.038Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:55:55.038Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:55:55.039Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b2dcc4be-8e73-468d-ba70-c71e51355ef8, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-11T05:55:55.039Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-11T05:55:55.039Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-11T05:55:55.040Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-11T05:55:55.150Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2626531199772457036/Definitions/service-BasicCnfMacro-template.yml
2022-05-11T05:55:56.225Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-11T05:55:56.225Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:55:56.225Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-11T05:55:56.225Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-11T05:55:56.225Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-11T05:55:56.225Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:55:56.225Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:55:56.225Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-11T05:55:56.225Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:55:56.226Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.226Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:56.226Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-11T05:55:56.226Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:55:56.226Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:55:56.226Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.226Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:56.227Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-11T05:55:56.227Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:55:56.227Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:55:56.227Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.227Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:56.227Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.227Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-11T05:55:56.228Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-11T05:55:56.228Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-11T05:55:56.228Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-11T05:55:56.228Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.228Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:55:56.229Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.229Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-11T05:55:56.229Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:55:56.229Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.229Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-11T05:55:56.230Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:55:56.230Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.230Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-11T05:55:56.230Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:55:56.230Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.230Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-11T05:55:56.230Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:55:56.231Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.231Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-11T05:55:56.231Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-11T05:55:56.231Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=ee189233-83fa-46cf-882a-e16e2a875d49
2022-05-11T05:55:56.232Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.232Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:56.232Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.232Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:56.232Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.232Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:56.233Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:55:56.233Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:55:56.233Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:89e12045-1604-4318-8eda-1ecf410f9d0b
Model Version:NULL
Model InvariantUuid:4a355125-6ac6-44ad-b978-3385e2584eb4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:d22fe28b-d985-4d95-9c0a-db3db6e33c8f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:488f7bc0-866d-47d9-b7ae-47fc22f0a58b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f5992dd3-7258-4d53-86d1-9e4d6474fe2e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:99c9e3b0-7383-4481-b1b6-580f5f923431
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ef024700-bf82-4489-93bd-98b118da812c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:51d15dc2-0757-4a38-a9f6-dfa29563cb5a
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:308c8804-f7fa-4106-88aa-2febe1efc0b4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ee189233-83fa-46cf-882a-e16e2a875d49
ModelInvariantUuid:ad4748ed-1d94-4a4c-984f-2c120d72bbf1
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:0e14131e-e9ba-4958-86d4-a2de2245c43e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c15e8896-0b59-42f5-b143-eae0ff50b08d
ModelInvariantUuid:6d9d0dd1-e8bb-464c-9c18-f9d306a8b33a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:67310e89-c129-467f-9170-73b6c092e39c
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-05-11T05:55:56.242Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3b6ec620-653b-46e1-86c2-739947947122
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-05-11T05:55:56.244Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-05-11T05:55:56.244Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3b6ec620-653b-46e1-86c2-739947947122
2022-05-11T05:55:56.244Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 57aa28eb-9523-40ff-bb2c-6995e9eb22e6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-11T05:55:56.244Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:55:56.245Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:55:56.548Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:55:56.548Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 57aa28eb-9523-40ff-bb2c-6995e9eb22e6 1565
2022-05-11T05:55:56.549Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:55:56.549Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:55:56.549Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:55:56.549Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:56.551Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:56.551Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248556549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:56.651Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:56.652Z||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-05-11T05:55:56.652Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:56.665Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:56.666Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:57.551Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "51d15dc2-0757-4a38-a9f6-dfa29563cb5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "308c8804-f7fa-4106-88aa-2febe1efc0b4",
    "vfModuleModelCustomizationUUID": "897af01c-31a3-47f1-898b-f98dd1e88d0f",
    "isBase": true,
    "artifacts": [
      "e1f2e38b-7118-404f-8819-74f9c644de30",
      "4b43b433-d868-4b50-9e8d-23374b807ee3"
    ],
    "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": "99c9e3b0-7383-4481-b1b6-580f5f923431",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ef024700-bf82-4489-93bd-98b118da812c",
    "vfModuleModelCustomizationUUID": "2a6a7f3e-da1b-4f29-8c12-4178041a6dbe",
    "isBase": false,
    "artifacts": [
      "2ff5d3b3-197e-4b5d-a257-7a5b587beb60"
    ],
    "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-05-11T05:55:57.559Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:308c8804-f7fa-4106-88aa-2febe1efc0b4
VfModuleModelInvariantUUID:51d15dc2-0757-4a38-a9f6-dfa29563cb5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1f2e38b-7118-404f-8819-74f9c644de30
,
4b43b433-d868-4b50-9e8d-23374b807ee3

}
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:ef024700-bf82-4489-93bd-98b118da812c
VfModuleModelInvariantUUID:99c9e3b0-7383-4481-b1b6-580f5f923431
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ff5d3b3-197e-4b5d-a257-7a5b587beb60

}
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-05-11T05:55:57.562Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "51d15dc2-0757-4a38-a9f6-dfa29563cb5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "308c8804-f7fa-4106-88aa-2febe1efc0b4",
    "vfModuleModelCustomizationUUID": "897af01c-31a3-47f1-898b-f98dd1e88d0f",
    "isBase": true,
    "artifacts": [
      "e1f2e38b-7118-404f-8819-74f9c644de30",
      "4b43b433-d868-4b50-9e8d-23374b807ee3"
    ],
    "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": "99c9e3b0-7383-4481-b1b6-580f5f923431",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ef024700-bf82-4489-93bd-98b118da812c",
    "vfModuleModelCustomizationUUID": "2a6a7f3e-da1b-4f29-8c12-4178041a6dbe",
    "isBase": false,
    "artifacts": [
      "2ff5d3b3-197e-4b5d-a257-7a5b587beb60"
    ],
    "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-05-11T05:55:57.563Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:308c8804-f7fa-4106-88aa-2febe1efc0b4
VfModuleModelInvariantUUID:51d15dc2-0757-4a38-a9f6-dfa29563cb5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1f2e38b-7118-404f-8819-74f9c644de30
,
4b43b433-d868-4b50-9e8d-23374b807ee3

}
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:ef024700-bf82-4489-93bd-98b118da812c
VfModuleModelInvariantUUID:99c9e3b0-7383-4481-b1b6-580f5f923431
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ff5d3b3-197e-4b5d-a257-7a5b587beb60

}
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-05-11T05:55:57.563Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e1f2e38b-7118-404f-8819-74f9c644de30 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-11T05:55:57.563Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:55:57.563Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:55:57.852Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:55:57.853Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e1f2e38b-7118-404f-8819-74f9c644de30 914
2022-05-11T05:55:57.853Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:55:57.853Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:55:57.853Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:55:57.853Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:57.855Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:57.855Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248557853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:57.955Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:57.956Z||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-05-11T05:55:57.957Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:57.971Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:57.971Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:55:58.855Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 91ea4588-56a7-475c-acb6-c70b1f21a988 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-11T05:55:58.856Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:55:58.856Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:55:59.051Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:55:59.051Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 91ea4588-56a7-475c-acb6-c70b1f21a988 12
2022-05-11T05:55:59.051Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:55:59.051Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:55:59.051Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:55:59.052Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:55:59.054Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:55:59.054Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248559051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:55:59.154Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:55:59.155Z||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-05-11T05:55:59.155Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:55:59.168Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:55:59.169Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:56:00.055Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4b43b433-d868-4b50-9e8d-23374b807ee3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-11T05:56:00.055Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:56:00.055Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:00.164Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:56:00.164Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 4b43b433-d868-4b50-9e8d-23374b807ee3 96
2022-05-11T05:56:00.165Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:00.165Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:00.165Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:56:00.165Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:00.167Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:00.167Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248560165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:56:00.268Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:00.269Z||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-05-11T05:56:00.269Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:00.283Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:00.284Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:56:01.168Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2ff5d3b3-197e-4b5d-a257-7a5b587beb60 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-11T05:56:01.169Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:56:01.169Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:01.254Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:56:01.254Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2ff5d3b3-197e-4b5d-a257-7a5b587beb60 20206
2022-05-11T05:56:01.255Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:01.255Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:01.255Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:56:01.255Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:01.257Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:01.257Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248561255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:56:01.358Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:56:01.359Z||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-05-11T05:56:01.359Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:01.372Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:01.373Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:56:02.261Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 89e12045-1604-4318-8eda-1ecf410f9d0b
2022-05-11T05:56:02.262Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 3b6ec620-653b-46e1-86c2-739947947122 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-05-11T05:56:02.271Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c6d8dc, org.onap.sdc.toscaparser.api.parameters.Input@405fe137, org.onap.sdc.toscaparser.api.parameters.Input@673f421c, org.onap.sdc.toscaparser.api.parameters.Input@427510e8, org.onap.sdc.toscaparser.api.parameters.Input@74432042]
2022-05-11T05:56:02.272Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:02.272Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:02.272Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-11T05:56:02.272Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f5992dd3-7258-4d53-86d1-9e4d6474fe2e
2022-05-11T05:56:02.273Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f5992dd3-7258-4d53-86d1-9e4d6474fe2e matches Tosca VF Customization UUID: f5992dd3-7258-4d53-86d1-9e4d6474fe2e
2022-05-11T05:56:02.273Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f5992dd3-7258-4d53-86d1-9e4d6474fe2e  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-05-11T05:56:02.275Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:02.275Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:02.275Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f5992dd3-7258-4d53-86d1-9e4d6474fe2e: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-05-11T05:56:02.275Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c001d14
2022-05-11T05:56:02.276Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:02.276Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:56:02.276Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2a6a7f3e-da1b-4f29-8c12-4178041a6dbe
2022-05-11T05:56:02.276Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2a6a7f3e-da1b-4f29-8c12-4178041a6dbe
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-05-11T05:56:02.278Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:02.278Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-11T05:56:02.278Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:56:02.278Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:02.279Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-11T05:56:02.279Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:56:02.279Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:02.279Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-11T05:56:02.279Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f5992dd3-7258-4d53-86d1-9e4d6474fe2e
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-05-11T05:56:02.281Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:02.281Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:02.281Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 89e12045-1604-4318-8eda-1ecf410f9d0b: basic_cnf_macro
2022-05-11T05:56:02.281Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:02.281Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:02.281Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:02.282Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:02.282Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:02.282Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:02.282Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:02.282Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:02.282Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:02.282Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:02.283Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:02.314Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 3b6ec620-653b-46e1-86c2-739947947122 2 ASDC deployResourceStructure
2022-05-11T05:56:02.314Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:02.314Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:02.314Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:56:02.315Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:02.316Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:02.316Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248562314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:56:02.416Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:02.417Z||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-05-11T05:56:02.417Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:02.430Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:02.431Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:56:03.317Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:03.317Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:03.317Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:56:03.318Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:03.320Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:03.320Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248563317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T05:56:03.420Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:03.421Z||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-05-11T05:56:03.422Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:03.450Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:03.451Z||pool-106-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:56:04.321Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:04.322Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:04.322Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-11T05:56:04.323Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:04.325Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:04.325Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248564320,
  "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-05-11T05:56:04.426Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:04.427Z||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-05-11T05:56:04.427Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:04.452Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:04.453Z||pool-107-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:56:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:56:04.941Z||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-05-11T05:56:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:04.957Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:04.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:56:04.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "399d105a-711d-4314-9c14-47144967a788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248438289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:56:04.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-11T05:56:04.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:56:04.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:56:04.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:56:04.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:56:05.327Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:05.327Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:05.327Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:56:05.327Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:05.329Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:05.329Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248565326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-11T05:56:05.429Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:05.430Z||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-05-11T05:56:05.430Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:05.444Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:05.444Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:56:06.330Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:06.330Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:06.331Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-11T05:56:06.331Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:06.333Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:06.333Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248566330,
  "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-05-11T05:56:06.433Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:06.434Z||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-05-11T05:56:06.434Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:06.445Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:06.445Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:56:07.334Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-11T05:56:07.334Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-11T05:56:07.334Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:56:07.334Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:07.336Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:07.336Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248567334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:56:07.440Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:07.441Z||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-05-11T05:56:07.441Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:07.456Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:07.457Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:56:08.339Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1faef219-7f21-4b3f-8dae-6814e4a65064
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:56:08.347Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1faef219-7f21-4b3f-8dae-6814e4a65064
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:56:08.350Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:56:08.350Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-11T05:56:08.350Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-11T05:56:08.350Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-11T05:56:08.350Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:56:08.351Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:56:08.351Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:56:08.351Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:56:08.351Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:56:08.352Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:56:08.352Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:08.356Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-11T05:56:38.357Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1faef219-7f21-4b3f-8dae-6814e4a65064 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-05-11T05:56:38.370Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1faef219-7f21-4b3f-8dae-6814e4a65064 and serviceModelVersionId: 89e12045-1604-4318-8eda-1ecf410f9d0b
2022-05-11T05:56:38.370Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a355125-6ac6-44ad-b978-3385e2584eb4
2022-05-11T05:56:38.371Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a355125-6ac6-44ad-b978-3385e2584eb4/model-vers/model-ver/89e12045-1604-4318-8eda-1ecf410f9d0b?depth=0
2022-05-11T05:56:38.375Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-11T05:56:38.413Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a355125-6ac6-44ad-b978-3385e2584eb4/model-vers/model-ver/89e12045-1604-4318-8eda-1ecf410f9d0b?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-05-11T05:56:38.415Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a355125-6ac6-44ad-b978-3385e2584eb4/model-vers/model-ver/89e12045-1604-4318-8eda-1ecf410f9d0b?depth=0|INFO|500||Invoke
2022-05-11T05:56:38.433Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a355125-6ac6-44ad-b978-3385e2584eb4/model-vers/model-ver/89e12045-1604-4318-8eda-1ecf410f9d0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-11T05:56:38.851Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a355125-6ac6-44ad-b978-3385e2584eb4/model-vers/model-ver/89e12045-1604-4318-8eda-1ecf410f9d0b?depth=0|INFO|500||InvokeReturn
2022-05-11T05:56:38.852Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a355125-6ac6-44ad-b978-3385e2584eb4/model-vers/model-ver/89e12045-1604-4318-8eda-1ecf410f9d0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220511-05:56:37:659-58389], vertex-id=[262160], Content-Length=[0], Date=[Wed, 11 May 2022 05:56:37 GMT], Content-Type=[application/json]}
2022-05-11T05:56:38.853Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-11T05:56:38.853Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-11T05:56:38.853Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:38.858Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||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-05-11T05:56:38.858Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1faef219-7f21-4b3f-8dae-6814e4a65064 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-11T05:56:38.858Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-11T05:56:38.859Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:38.860Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:38.861Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248598858,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:56:38.961Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:38.962Z||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-05-11T05:56:38.962Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:38.976Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:38.977Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-11T05:56:39.872Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-11T05:56:39.872Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"390b17b9-3fa7-4246-b727-e56942dd6860","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"2487957a-d2e9-40cd-b8fb-469d842be08e","serviceDescription":"service","serviceInvariantUUID":"a797d8a4-18f2-4f29-8424-5dcb80915dae","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8754111a-f65d-43e5-b1e9-198faaf49fdb","resourceInvariantUUID":"5a4445a3-f3f5-4774-8ad2-879854b67a09","resourceCustomizationUUID":"33374ba1-fd57-40f8-ab86-1acb72f06b7b","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":"MWQ3NGRmODk0NjUzYjg4NjQ2MTAyNDZmMTZmN2Y1NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ee1139b-e7a3-4ff1-a423-c7efad1fe528","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":"8a132a46-d0b0-4495-b8bf-6c72b607aec7","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":"53e4a019-4b08-4777-ba35-7ff784db3c38","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":"YmMwZGU1YjZkNDNmZDE5MWExZTMyNGU0MWY0MjRkZjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"621e98cd-1a58-4d20-8bec-3d35a8f59b57","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":"4518fe4c-7286-4c1b-ace6-1948cb380683","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":"8fa302eb-d22a-428d-8322-e4cc4742aa69","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":"b505ffec-ea78-4679-ad38-7d96f4ab3642","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":"OWFmOGIzMGY5MDk5NzJlN2QyZjM5YzE1Y2JiMzhlODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1d3adf9-fd0e-4af0-b679-7c045f9262b6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzM4MGQwZTA4NGQ0YjUwM2ViZDE5NGUzMzdiMWM5MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7447a7c-b40e-47f9-9f4d-2b1bb975c7b6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-11T05:56:39.873Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:56:39.873Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:39.875Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:39.875Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:56:39.975Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:39.976Z||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-05-11T05:56:39.976Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:39.988Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:39.989Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:56:40.876Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:56:40.883Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:40.887Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:40.887Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:56:40.986Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:56:40.988Z||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-05-11T05:56:40.988Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:41.000Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:41.001Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:56:41.888Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:56:41.889Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:41.890Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:41.890Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:56:41.991Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:41.992Z||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-05-11T05:56:41.992Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:42.006Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:42.007Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:56:42.891Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:56:42.892Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:42.895Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:42.895Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:56:42.995Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:42.996Z||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-05-11T05:56:42.996Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:43.010Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:43.010Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:56:43.896Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:56:43.897Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:43.899Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:43.899Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:56:43.999Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:56:44.000Z||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-05-11T05:56:44.001Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:44.011Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:44.012Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:56:44.900Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:56:44.902Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:44.904Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:44.904Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:56:45.005Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:45.005Z||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-05-11T05:56:45.006Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:45.018Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:45.019Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:56:45.905Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:56:45.906Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:45.908Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:45.908Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:56:46.008Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:46.009Z||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-05-11T05:56:46.009Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:46.020Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:46.020Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:56:46.909Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:56:46.909Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:46.911Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:46.912Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:56:47.012Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:47.013Z||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-05-11T05:56:47.013Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:47.025Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:47.025Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:56:47.912Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:56:47.913Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:47.916Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:47.916Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:56:48.017Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:56:48.018Z||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-05-11T05:56:48.018Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:48.032Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:48.032Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:56:48.918Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2487957a-d2e9-40cd-b8fb-469d842be08e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a797d8a4-18f2-4f29-8424-5dcb80915dae",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "33374ba1-fd57-40f8-ab86-1acb72f06b7b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8754111a-f65d-43e5-b1e9-198faaf49fdb",
      "resourceInvariantUUID": "5a4445a3-f3f5-4774-8ad2-879854b67a09",
      "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": "NzM4MGQwZTA4NGQ0YjUwM2ViZDE5NGUzMzdiMWM5MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f7447a7c-b40e-47f9-9f4d-2b1bb975c7b6"
    }
  ],
  "workloadContext": "Production"
}
2022-05-11T05:56:48.918Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-11T05:56:48.918Z|1faef219-7f21-4b3f-8dae-6814e4a65064|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2487957a-d2e9-40cd-b8fb-469d842be08e ASDC
2022-05-11T05:56:48.919Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:390b17b9-3fa7-4246-b727-e56942dd6860
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:2487957a-d2e9-40cd-b8fb-469d842be08e
ServiceInvariantUUID:a797d8a4-18f2-4f29-8424-5dcb80915dae
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:f7447a7c-b40e-47f9-9f4d-2b1bb975c7b6
ArtifactChecksum:NzM4MGQwZTA4NGQ0YjUwM2ViZDE5NGUzMzdiMWM5MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:33374ba1-fd57-40f8-ab86-1acb72f06b7b
ResourceInvariantUUID:5a4445a3-f3f5-4774-8ad2-879854b67a09
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:8754111a-f65d-43e5-b1e9-198faaf49fdb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-11T05:56:48.920Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2487957a-d2e9-40cd-b8fb-469d842be08e 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-05-11T05:56:48.953Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:56:48.954Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:56:48.954Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:56:48.954Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f7447a7c-b40e-47f9-9f4d-2b1bb975c7b6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-11T05:56:48.955Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:56:48.955Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-11T05:56:49.510Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:56:49.515Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f7447a7c-b40e-47f9-9f4d-2b1bb975c7b6 105657
2022-05-11T05:56:49.516Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-11T05:56:49.516Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-11T05:56:49.516Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:56:49.516Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:49.518Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:49.518Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248609515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:56:49.618Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:56:49.619Z||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-05-11T05:56:49.619Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:49.633Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:49.633Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:56:50.519Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:56:50.520Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:56:50.520Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f7447a7c-b40e-47f9-9f4d-2b1bb975c7b6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-11T05:56:50.521Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-11T05:56:50.521Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-11T05:56:50.521Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-11T05:56:50.621Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3494364327524201305/Definitions/service-TestPnfMacro-template.yml
2022-05-11T05:56:51.346Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-11T05:56:51.346Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:56:51.347Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-11T05:56:51.347Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-11T05:56:51.347Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||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-05-11T05:56:51.347Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||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-05-11T05:56:51.347Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||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-05-11T05:56:51.347Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||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-05-11T05:56:51.348Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-11T05:56:51.348Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-11T05:56:51.348Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-11T05:56:51.348Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:56:51.348Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:51.349Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:51.349Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-11T05:56:51.349Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:56:51.350Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:56:51.350Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:51.350Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:51.350Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-11T05:56:51.350Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:56:51.350Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:56:51.351Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:51.351Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:51.351Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:51.351Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:51.351Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:51.352Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:51.352Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:51.352Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:51.352Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:51.352Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:51.353Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:2487957a-d2e9-40cd-b8fb-469d842be08e
Model Version:NULL
Model InvariantUuid:a797d8a4-18f2-4f29-8424-5dcb80915dae
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-05-11T05:56:51.358Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8754111a-f65d-43e5-b1e9-198faaf49fdb
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-05-11T05:56:51.363Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-05-11T05:56:51.364Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8754111a-f65d-43e5-b1e9-198faaf49fdb
2022-05-11T05:56:51.364Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 2487957a-d2e9-40cd-b8fb-469d842be08e
2022-05-11T05:56:51.364Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2487957a-d2e9-40cd-b8fb-469d842be08e
2022-05-11T05:56:51.364Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8754111a-f65d-43e5-b1e9-198faaf49fdb 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-05-11T05:56:51.370Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a3e4389, org.onap.sdc.toscaparser.api.parameters.Input@3482ca4e, org.onap.sdc.toscaparser.api.parameters.Input@b324758, org.onap.sdc.toscaparser.api.parameters.Input@41e375c6, org.onap.sdc.toscaparser.api.parameters.Input@29a94478]
2022-05-11T05:56:51.372Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:51.372Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:51.372Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2487957a-d2e9-40cd-b8fb-469d842be08e: test-pnf
2022-05-11T05:56:51.372Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||Processing PNF resource: 8754111a-f65d-43e5-b1e9-198faaf49fdb
2022-05-11T05:56:51.373Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:56:51.373Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:56:51.373Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||Resource customization UUID: 33374ba1-fd57-40f8-ab86-1acb72f06b7b is the same as notified resource customizationUUID: 33374ba1-fd57-40f8-ab86-1acb72f06b7b
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-05-11T05:56:51.403Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8754111a-f65d-43e5-b1e9-198faaf49fdb 0 ASDC deployResourceStructure
2022-05-11T05:56:51.404Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-11T05:56:51.404Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-11T05:56:51.405Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:56:51.405Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:56:51.407Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:56:51.407Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248611404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:56:51.507Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:56:51.508Z||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-05-11T05:56:51.508Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:56:51.523Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:56:51.524Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:56:52.408Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 390b17b9-3fa7-4246-b727-e56942dd6860
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:56:52.419Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 390b17b9-3fa7-4246-b727-e56942dd6860
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:56:52.421Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:56:52.421Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-11T05:56:52.421Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-11T05:56:52.422Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-11T05:56:52.422Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:56:52.422Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:56:52.422Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:56:52.422Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:56:52.422Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:56:52.422Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:56:52.422Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:56:52.422Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||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-05-11T05:56:52.427Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-11T05:57:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:57:04.942Z||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-05-11T05:57:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:04.969Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:04.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:57:04.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:57:04.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248446961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:57:04.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:04.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248449351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:57:04.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:04.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248450411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:57:04.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:04.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248451460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:57:04.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:04.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248452573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:57:04.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:04.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248453579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T05:57:04.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:04.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248454582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-11T05:57:04.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:04.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248455588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:57:04.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:04.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4930fc0-bd34-44cd-a6dc-75f25ae0334a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248486953,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:57:04.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:04.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:57:04.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:57:04.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-11T05:57:04.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:57:04.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-11T05:57:04.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:57:04.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:57:04.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:57:04.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:57:04.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:57:04.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:57:04.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:57:04.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-11T05:57:04.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:57:04.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:57:04.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:57:04.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:57:04.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:57:04.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248497863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:57:04.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:04.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248500257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:57:04.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:04.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248501371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:57:04.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:04.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248502634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:57:04.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:04.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:57:04.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248503945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:57:04.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:57:22.428Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 390b17b9-3fa7-4246-b727-e56942dd6860 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-05-11T05:57:22.438Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 390b17b9-3fa7-4246-b727-e56942dd6860 and serviceModelVersionId: 2487957a-d2e9-40cd-b8fb-469d842be08e
2022-05-11T05:57:22.438Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a797d8a4-18f2-4f29-8424-5dcb80915dae
2022-05-11T05:57:22.440Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a797d8a4-18f2-4f29-8424-5dcb80915dae/model-vers/model-ver/2487957a-d2e9-40cd-b8fb-469d842be08e?depth=0
2022-05-11T05:57:22.446Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-11T05:57:22.511Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a797d8a4-18f2-4f29-8424-5dcb80915dae/model-vers/model-ver/2487957a-d2e9-40cd-b8fb-469d842be08e?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-05-11T05:57:22.513Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a797d8a4-18f2-4f29-8424-5dcb80915dae/model-vers/model-ver/2487957a-d2e9-40cd-b8fb-469d842be08e?depth=0|INFO|500||Invoke
2022-05-11T05:57:22.534Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a797d8a4-18f2-4f29-8424-5dcb80915dae/model-vers/model-ver/2487957a-d2e9-40cd-b8fb-469d842be08e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-11T05:57:22.728Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a797d8a4-18f2-4f29-8424-5dcb80915dae/model-vers/model-ver/2487957a-d2e9-40cd-b8fb-469d842be08e?depth=0|INFO|500||InvokeReturn
2022-05-11T05:57:22.729Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a797d8a4-18f2-4f29-8424-5dcb80915dae/model-vers/model-ver/2487957a-d2e9-40cd-b8fb-469d842be08e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220511-05:57:21:764-84186], vertex-id=[274448], Content-Length=[0], Date=[Wed, 11 May 2022 05:57:21 GMT], Content-Type=[application/json]}
2022-05-11T05:57:22.730Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-11T05:57:22.730Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-11T05:57:22.730Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||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-05-11T05:57:22.736Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||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-05-11T05:57:22.737Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 390b17b9-3fa7-4246-b727-e56942dd6860 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-11T05:57:22.737Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-11T05:57:22.738Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:22.740Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:22.741Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248642737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:57:22.841Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:57:22.842Z||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-05-11T05:57:22.842Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:22.865Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:22.865Z||pool-123-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-11T05:57:23.755Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-11T05:57:23.755Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"043c69de-a362-442e-831c-37409817f447","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a1b9ac5d-c425-4c28-aff4-f723f09e7c52","serviceDescription":"service","serviceInvariantUUID":"8405a672-1518-445d-b603-a9163091b2ce","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1794fddb-8f11-4b63-ad60-a98771e6e139","resourceInvariantUUID":"c216f32e-9b3f-448c-9961-a2953f1cb8ce","resourceCustomizationUUID":"d262256b-2a65-4626-923e-b1eba38d2459","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":"NjhmZWM5NmNkMTIxNWI4YTFjOTYyNDNiMWVjZjQxZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"845988ba-0a2b-458b-a00b-6611b35610de","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":"M2ZlNjU4YzNmOGIxNzMwNTkwODFlODM5ZDEwNWQ1NWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f979b15a-f5ba-4b77-845a-eefeb73b0159","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":"0f7105d3-bfc6-4582-820e-c54e413ec078","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":"2ea2b8c8-554c-4d69-9fca-bb181acbdc59","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":"007b9efb-e173-4e83-8bc9-f7042d2e7cda","artifactVersion":"2","generatedFromUUID":"0f7105d3-bfc6-4582-820e-c54e413ec078"},{"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":"NGUxOGRmYzY3ODQ5MGNjMjFjMmYwNGI4ZDUxODliYTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10b15526-887d-4042-91a4-a4300da266b1","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":"MzZkYjA2OTQ1NTUyY2M1OGFhZmNlN2M2OWUwN2U1MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d16a6ceb-45da-4c5a-81d8-1941a821d973","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzI0ZjQwMWM5NzQ2NGZkNmE2YWY5OGJhYTg1MDAyZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d689228-197a-4f42-8253-26e4cfb7fada","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-11T05:57:23.756Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:57:23.756Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:23.758Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:23.758Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:57:23.858Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:23.859Z||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-05-11T05:57:23.859Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:23.874Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:23.874Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:57:24.759Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:57:24.759Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:24.761Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:24.761Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:57:24.861Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:24.862Z||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-05-11T05:57:24.862Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:24.874Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:24.875Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:57:25.762Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:57:25.762Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:25.765Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:25.765Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:57:25.865Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:25.866Z||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-05-11T05:57:25.867Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:25.879Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:25.879Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:57:26.766Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:57:26.767Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:26.769Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:26.769Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:57:26.869Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:26.870Z||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-05-11T05:57:26.870Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:26.882Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:26.882Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:57:27.770Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:57:27.771Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:27.774Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:27.774Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-11T05:57:27.874Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:27.876Z||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-05-11T05:57:27.876Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:27.888Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:27.889Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:57:28.774Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:57:28.777Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:28.778Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:28.779Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:57:28.879Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:28.880Z||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-05-11T05:57:28.880Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:28.890Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:28.890Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:57:29.779Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:57:29.780Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:29.782Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:29.782Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:57:29.883Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:29.884Z||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-05-11T05:57:29.884Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:29.904Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:29.905Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:57:30.783Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:57:30.784Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:30.786Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:30.786Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:57:30.886Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:30.887Z||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-05-11T05:57:30.887Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:30.901Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:30.902Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:57:31.787Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a1b9ac5d-c425-4c28-aff4-f723f09e7c52",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8405a672-1518-445d-b603-a9163091b2ce",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d262256b-2a65-4626-923e-b1eba38d2459",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1794fddb-8f11-4b63-ad60-a98771e6e139",
      "resourceInvariantUUID": "c216f32e-9b3f-448c-9961-a2953f1cb8ce",
      "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": "M2ZlNjU4YzNmOGIxNzMwNTkwODFlODM5ZDEwNWQ1NWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f979b15a-f5ba-4b77-845a-eefeb73b0159",
          "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": "0f7105d3-bfc6-4582-820e-c54e413ec078",
          "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": "007b9efb-e173-4e83-8bc9-f7042d2e7cda",
            "generatedFromUUID": "0f7105d3-bfc6-4582-820e-c54e413ec078"
          },
          "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": "007b9efb-e173-4e83-8bc9-f7042d2e7cda",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YzI0ZjQwMWM5NzQ2NGZkNmE2YWY5OGJhYTg1MDAyZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1d689228-197a-4f42-8253-26e4cfb7fada"
    }
  ],
  "workloadContext": "Production"
}
2022-05-11T05:57:31.787Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-11T05:57:31.787Z|390b17b9-3fa7-4246-b727-e56942dd6860|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1b9ac5d-c425-4c28-aff4-f723f09e7c52 ASDC
2022-05-11T05:57:31.788Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:043c69de-a362-442e-831c-37409817f447
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a1b9ac5d-c425-4c28-aff4-f723f09e7c52
ServiceInvariantUUID:8405a672-1518-445d-b603-a9163091b2ce
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:1d689228-197a-4f42-8253-26e4cfb7fada
ArtifactChecksum:YzI0ZjQwMWM5NzQ2NGZkNmE2YWY5OGJhYTg1MDAyZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d262256b-2a65-4626-923e-b1eba38d2459
ResourceInvariantUUID:c216f32e-9b3f-448c-9961-a2953f1cb8ce
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1794fddb-8f11-4b63-ad60-a98771e6e139
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:f979b15a-f5ba-4b77-845a-eefeb73b0159
ArtifactChecksum:M2ZlNjU4YzNmOGIxNzMwNTkwODFlODM5ZDEwNWQ1NWI=
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:0f7105d3-bfc6-4582-820e-c54e413ec078
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:007b9efb-e173-4e83-8bc9-f7042d2e7cda
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:007b9efb-e173-4e83-8bc9-f7042d2e7cda
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-11T05:57:31.788Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1b9ac5d-c425-4c28-aff4-f723f09e7c52 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-05-11T05:57:31.820Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:57:31.821Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:57:31.821Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:57:31.821Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1d689228-197a-4f42-8253-26e4cfb7fada from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-11T05:57:31.821Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:57:31.822Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-11T05:57:32.554Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:57:32.558Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 1d689228-197a-4f42-8253-26e4cfb7fada 78815
2022-05-11T05:57:32.558Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-11T05:57:32.558Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-11T05:57:32.558Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:57:32.559Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:32.561Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:32.561Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248652558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:57:32.661Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:32.662Z||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-05-11T05:57:32.662Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:32.675Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:32.675Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:57:33.561Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:57:33.562Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:57:33.563Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1d689228-197a-4f42-8253-26e4cfb7fada, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-11T05:57:33.563Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-11T05:57:33.563Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-11T05:57:33.564Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-11T05:57:33.717Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17754744526614655176/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-11T05:57:34.911Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-11T05:57:34.911Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:57:34.911Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-11T05:57:34.911Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-11T05:57:34.912Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-11T05:57:34.912Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-11T05:57:34.912Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-11T05:57:34.912Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-11T05:57:34.912Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-11T05:57:34.912Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:34.913Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-11T05:57:34.913Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-11T05:57:34.913Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-11T05:57:34.913Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:57:34.913Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:34.913Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:34.914Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-11T05:57:34.914Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:57:34.914Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:57:34.915Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:34.915Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:34.915Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-11T05:57:34.915Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:57:34.915Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:57:34.916Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:34.916Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:34.916Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:34.916Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-11T05:57:34.916Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-11T05:57:34.917Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-11T05:57:34.917Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-11T05:57:34.917Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-11T05:57:34.917Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-11T05:57:34.917Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:34.918Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:57:34.918Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:34.918Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-11T05:57:34.918Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:57:34.919Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:34.919Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-11T05:57:34.919Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:57:34.919Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:34.920Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-11T05:57:34.920Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:57:34.920Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:34.920Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-11T05:57:34.920Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-11T05:57:34.921Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-11T05:57:34.921Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=88d89cd4-d0f8-49d1-9560-145bfe52ad2f
2022-05-11T05:57:34.921Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:34.921Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:34.921Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:34.922Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:34.922Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:34.922Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:34.922Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:34.922Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:34.923Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a1b9ac5d-c425-4c28-aff4-f723f09e7c52
Model Version:NULL
Model InvariantUuid:8405a672-1518-445d-b603-a9163091b2ce
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:175630ab-d318-431a-b885-e93605f944b6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c216f32e-9b3f-448c-9961-a2953f1cb8ce
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d262256b-2a65-4626-923e-b1eba38d2459
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ad468530-53f5-4e4f-aac3-565fb073fa0f
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:46c53f4c-5b24-482f-b8f3-f9334c6b15e8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:88d89cd4-d0f8-49d1-9560-145bfe52ad2f
ModelInvariantUuid:45fe173f-636e-40f8-befc-ffa04160fa96
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:d08e2232-20bf-440a-a1cd-6201743dc163
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:38f7ae32-d74b-4f53-ae90-9ad15cee42f6
ModelInvariantUuid:af373a84-56b3-4a32-a2d2-5ec3444fe9f3
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:7ae8ac7d-b57b-4382-ad02-8d5c4e68e7a9
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-05-11T05:57:34.929Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1794fddb-8f11-4b63-ad60-a98771e6e139
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-05-11T05:57:34.932Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2022-05-11T05:57:34.932Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1794fddb-8f11-4b63-ad60-a98771e6e139
2022-05-11T05:57:34.932Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f979b15a-f5ba-4b77-845a-eefeb73b0159 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-11T05:57:34.932Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:57:34.933Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:35.148Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:57:35.148Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f979b15a-f5ba-4b77-845a-eefeb73b0159 792
2022-05-11T05:57:35.148Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:35.149Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:35.149Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:57:35.149Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:35.150Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:35.151Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248655148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:57:35.251Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:35.252Z||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-05-11T05:57:35.252Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:35.265Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:35.266Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:57:36.151Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ad468530-53f5-4e4f-aac3-565fb073fa0f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "46c53f4c-5b24-482f-b8f3-f9334c6b15e8",
    "vfModuleModelCustomizationUUID": "32ed2e8c-8b51-4af9-a1df-8e30840ed7ad",
    "isBase": true,
    "artifacts": [
      "0f7105d3-bfc6-4582-820e-c54e413ec078",
      "007b9efb-e173-4e83-8bc9-f7042d2e7cda"
    ],
    "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-05-11T05:57:36.156Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:46c53f4c-5b24-482f-b8f3-f9334c6b15e8
VfModuleModelInvariantUUID:ad468530-53f5-4e4f-aac3-565fb073fa0f
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f7105d3-bfc6-4582-820e-c54e413ec078
,
007b9efb-e173-4e83-8bc9-f7042d2e7cda

}
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-05-11T05:57:36.157Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ad468530-53f5-4e4f-aac3-565fb073fa0f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "46c53f4c-5b24-482f-b8f3-f9334c6b15e8",
    "vfModuleModelCustomizationUUID": "32ed2e8c-8b51-4af9-a1df-8e30840ed7ad",
    "isBase": true,
    "artifacts": [
      "0f7105d3-bfc6-4582-820e-c54e413ec078",
      "007b9efb-e173-4e83-8bc9-f7042d2e7cda"
    ],
    "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-05-11T05:57:36.158Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:46c53f4c-5b24-482f-b8f3-f9334c6b15e8
VfModuleModelInvariantUUID:ad468530-53f5-4e4f-aac3-565fb073fa0f
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f7105d3-bfc6-4582-820e-c54e413ec078
,
007b9efb-e173-4e83-8bc9-f7042d2e7cda

}
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-05-11T05:57:36.158Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0f7105d3-bfc6-4582-820e-c54e413ec078 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-11T05:57:36.158Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:57:36.158Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:36.436Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:57:36.436Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0f7105d3-bfc6-4582-820e-c54e413ec078 5033
2022-05-11T05:57:36.437Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:36.437Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:36.437Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:57:36.437Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:36.439Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:36.439Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248656437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:57:36.539Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:36.540Z||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-05-11T05:57:36.540Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:36.552Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:36.552Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:57:37.440Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 007b9efb-e173-4e83-8bc9-f7042d2e7cda from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-11T05:57:37.440Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:57:37.440Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:37.557Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:57:37.558Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 007b9efb-e173-4e83-8bc9-f7042d2e7cda 903
2022-05-11T05:57:37.558Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:37.558Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:37.558Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:57:37.558Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:37.560Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:37.560Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248657558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:57:37.660Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:37.661Z||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-05-11T05:57:37.661Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:37.676Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:37.676Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:57:38.560Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a1b9ac5d-c425-4c28-aff4-f723f09e7c52
2022-05-11T05:57:38.561Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1794fddb-8f11-4b63-ad60-a98771e6e139 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-05-11T05:57:38.574Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c67e115, org.onap.sdc.toscaparser.api.parameters.Input@3475b9d5, org.onap.sdc.toscaparser.api.parameters.Input@5422f5d5, org.onap.sdc.toscaparser.api.parameters.Input@4c83d573, org.onap.sdc.toscaparser.api.parameters.Input@fafeabf]
2022-05-11T05:57:38.576Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.576Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:38.576Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-11T05:57:38.576Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d262256b-2a65-4626-923e-b1eba38d2459
2022-05-11T05:57:38.576Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d262256b-2a65-4626-923e-b1eba38d2459 matches Tosca VF Customization UUID: d262256b-2a65-4626-923e-b1eba38d2459
2022-05-11T05:57:38.576Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d262256b-2a65-4626-923e-b1eba38d2459  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-05-11T05:57:38.579Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.579Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:38.579Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d262256b-2a65-4626-923e-b1eba38d2459: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-05-11T05:57:38.579Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b8fd51
2022-05-11T05:57:38.579Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.580Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:57:38.580Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 32ed2e8c-8b51-4af9-a1df-8e30840ed7ad
2022-05-11T05:57:38.580Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 32ed2e8c-8b51-4af9-a1df-8e30840ed7ad
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-05-11T05:57:38.582Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.582Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-11T05:57:38.582Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:57:38.582Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.583Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-11T05:57:38.583Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:57:38.583Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.583Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-11T05:57:38.583Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-11T05:57:38.583Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-11T05:57:38.584Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=88d89cd4-d0f8-49d1-9560-145bfe52ad2f
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-05-11T05:57:38.586Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.586Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-11T05:57:38.586Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:57:38.586Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.586Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-11T05:57:38.587Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d262256b-2a65-4626-923e-b1eba38d2459
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-05-11T05:57:38.588Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.588Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:38.588Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a1b9ac5d-c425-4c28-aff4-f723f09e7c52: basic_vm_macro
2022-05-11T05:57:38.588Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.588Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:38.589Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.589Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:38.589Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.589Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:38.589Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.589Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:38.590Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-11T05:57:38.590Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:57:38.590Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:38.666Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1794fddb-8f11-4b63-ad60-a98771e6e139 1 ASDC deployResourceStructure
2022-05-11T05:57:38.667Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:38.667Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:38.667Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:57:38.667Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:38.669Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:38.669Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248658667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:57:38.770Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:38.771Z||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-05-11T05:57:38.771Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:38.782Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:38.783Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:57:39.670Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:39.671Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:39.671Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:57:39.671Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:39.672Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:39.672Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248659670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T05:57:39.773Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:39.774Z||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-05-11T05:57:39.774Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:39.786Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:39.787Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:57:40.673Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:40.674Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:40.674Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:57:40.674Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:40.676Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:40.676Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248660673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-11T05:57:40.776Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:40.777Z||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-05-11T05:57:40.777Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:40.794Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:40.795Z||pool-138-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:57:41.676Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-11T05:57:41.677Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-11T05:57:41.677Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:57:41.677Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:57:41.679Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:57:41.679Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248661676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:57:41.779Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:57:41.780Z||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-05-11T05:57:41.780Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:57:41.791Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:57:41.791Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:57:42.680Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 043c69de-a362-442e-831c-37409817f447
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-11T05:57:42.691Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 043c69de-a362-442e-831c-37409817f447
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-11T05:57:42.694Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:57:42.694Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-11T05:57:42.694Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-11T05:57:42.694Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-11T05:57:42.694Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:57:42.695Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:57:42.695Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:57:42.695Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:57:42.695Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:57:42.695Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-11T05:57:42.695Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:57:42.700Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-11T05:58:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:58:04.941Z||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-05-11T05:58:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:58:04.964Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:58:04.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248505137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:58:04.967Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248506244,
  "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-05-11T05:58:04.967Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248507247,
  "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-05-11T05:58:04.967Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248508252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:58:04.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248509255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T05:58:04.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248510261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-11T05:58:04.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248511265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:58:04.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f407f28-9327-4cff-8a66-b1355b14bfa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248542478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:58:04.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:58:04.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:58:04.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T05:58:04.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:58:04.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-11T05:58:04.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:58:04.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:58:04.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:58:04.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-11T05:58:04.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:58:04.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-11T05:58:04.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248554032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248556549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248557853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248559051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248560165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248561255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248562314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T05:58:04.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248563317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T05:58:04.974Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:04.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:58:04.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248564320,
  "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-05-11T05:58:04.974Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:58:12.701Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 043c69de-a362-442e-831c-37409817f447 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-05-11T05:58:12.709Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 043c69de-a362-442e-831c-37409817f447 and serviceModelVersionId: a1b9ac5d-c425-4c28-aff4-f723f09e7c52
2022-05-11T05:58:12.710Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8405a672-1518-445d-b603-a9163091b2ce
2022-05-11T05:58:12.711Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8405a672-1518-445d-b603-a9163091b2ce/model-vers/model-ver/a1b9ac5d-c425-4c28-aff4-f723f09e7c52?depth=0
2022-05-11T05:58:12.716Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-11T05:58:12.769Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8405a672-1518-445d-b603-a9163091b2ce/model-vers/model-ver/a1b9ac5d-c425-4c28-aff4-f723f09e7c52?depth=0|INFO|500||Invoke
2022-05-11T05:58:12.770Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8405a672-1518-445d-b603-a9163091b2ce/model-vers/model-ver/a1b9ac5d-c425-4c28-aff4-f723f09e7c52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8405a672-1518-445d-b603-a9163091b2ce/model-vers/model-ver/a1b9ac5d-c425-4c28-aff4-f723f09e7c52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[043c69de-a362-442e-831c-37409817f447], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a398a8ee-8158-42a1-b021-3afff62ee4bb], X-ECOMP-RequestID=[043c69de-a362-442e-831c-37409817f447], X-TransactionId=[], X-ONAP-RequestID=[043c69de-a362-442e-831c-37409817f447], Content-Type=[application/merge-patch+json]}
2022-05-11T05:58:12.793Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8405a672-1518-445d-b603-a9163091b2ce/model-vers/model-ver/a1b9ac5d-c425-4c28-aff4-f723f09e7c52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-11T05:58:12.885Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8405a672-1518-445d-b603-a9163091b2ce/model-vers/model-ver/a1b9ac5d-c425-4c28-aff4-f723f09e7c52?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/8405a672-1518-445d-b603-a9163091b2ce/model-vers/model-ver/a1b9ac5d-c425-4c28-aff4-f723f09e7c52?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220511-05:58:12:022-50491], vertex-id=[221312], Content-Length=[0], Date=[Wed, 11 May 2022 05:58:12 GMT], Content-Type=[application/json]}
2022-05-11T05:58:12.885Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8405a672-1518-445d-b603-a9163091b2ce/model-vers/model-ver/a1b9ac5d-c425-4c28-aff4-f723f09e7c52?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-11T05:58:12.886Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8405a672-1518-445d-b603-a9163091b2ce/model-vers/model-ver/a1b9ac5d-c425-4c28-aff4-f723f09e7c52?depth=0|INFO|500||InvokeReturn
2022-05-11T05:58:12.886Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-11T05:58:12.887Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:58:12.892Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||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-05-11T05:58:12.893Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 043c69de-a362-442e-831c-37409817f447 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-11T05:58:12.893Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-11T05:58:12.894Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:58:12.895Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:58:12.896Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248692893,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:58:12.996Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:58:12.996Z||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-05-11T05:58:12.997Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:58:13.008Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:58:13.009Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 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-05-11T05:58:13.908Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:58:13.909Z|043c69de-a362-442e-831c-37409817f447|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-05-11T05:58:13.909Z|043c69de-a362-442e-831c-37409817f447|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:58:24.116Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:58:24.117Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:58:24.117Z|043c69de-a362-442e-831c-37409817f447|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-05-11T05:58:24.117Z|043c69de-a362-442e-831c-37409817f447|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:58:33.655Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:58:33.656Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:58:33.657Z|043c69de-a362-442e-831c-37409817f447|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-05-11T05:58:33.657Z|043c69de-a362-442e-831c-37409817f447|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:58:43.209Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:58:43.210Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:58:43.210Z|043c69de-a362-442e-831c-37409817f447|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-05-11T05:58:43.210Z|043c69de-a362-442e-831c-37409817f447|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:58:52.769Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:58:52.770Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:58:52.770Z|043c69de-a362-442e-831c-37409817f447|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-05-11T05:58:52.770Z|043c69de-a362-442e-831c-37409817f447|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:59:02.342Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:59:02.342Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:59:02.343Z|043c69de-a362-442e-831c-37409817f447|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-05-11T05:59:02.343Z|043c69de-a362-442e-831c-37409817f447|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:59:04.940Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:59:04.941Z||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-05-11T05:59:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:59:04.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:59:04.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248565326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-11T05:59:04.974Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:59:04.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248566330,
  "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-05-11T05:59:04.974Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:59:04.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248567334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:59:04.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:59:04.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1faef219-7f21-4b3f-8dae-6814e4a65064",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248598858,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:59:04.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:59:04.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:59:04.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:59:04.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:59:04.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:59:04.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:59:04.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:59:04.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:59:04.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:59:04.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:59:04.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:59:04.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:59:04.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:59:04.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:59:04.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:59:04.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T05:59:04.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:59:04.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T05:59:04.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T05:59:04.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248609515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T05:59:04.979Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:59:04.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:59:04.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248611404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T05:59:04.979Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:59:11.917Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:59:11.918Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:59:11.919Z|043c69de-a362-442e-831c-37409817f447|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-05-11T05:59:11.919Z|043c69de-a362-442e-831c-37409817f447|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:59:21.465Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:59:21.466Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:59:21.467Z|043c69de-a362-442e-831c-37409817f447|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-05-11T05:59:21.467Z|043c69de-a362-442e-831c-37409817f447|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:59:31.013Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T05:59:31.014Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:59:31.015Z|043c69de-a362-442e-831c-37409817f447|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-05-11T05:59:31.015Z|043c69de-a362-442e-831c-37409817f447|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:59:40.564Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:00:04.939Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:00:04.941Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:00:04.942Z||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-05-11T06:00:04.942Z|043c69de-a362-442e-831c-37409817f447|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-05-11T06:00:04.942Z|043c69de-a362-442e-831c-37409817f447|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:00:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:00:04.976Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:00:04.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "390b17b9-3fa7-4246-b727-e56942dd6860",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248642737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T06:00:04.979Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T06:00:04.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T06:00:04.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T06:00:04.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-11T06:00:04.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T06:00:04.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-11T06:00:04.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T06:00:04.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T06:00:04.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T06:00:04.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-11T06:00:04.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T06:00:04.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-11T06:00:04.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T06:00:04.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-11T06:00:04.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T06:00:04.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248362184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-11T06:00:04.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-11T06:00:04.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248652558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-11T06:00:04.986Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T06:00:04.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248655148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-11T06:00:04.987Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T06:00:04.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248656437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-11T06:00:04.987Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T06:00:04.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248657558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-11T06:00:04.988Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T06:00:04.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248658667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-11T06:00:04.989Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T06:00:04.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248659670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-11T06:00:04.989Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T06:00:04.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248660673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-11T06:00:04.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T06:00:04.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:00:04.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248661676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-11T06:00:04.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T06:00:14.491Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:01:04.938Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:01:04.940Z|043c69de-a362-442e-831c-37409817f447|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-05-11T06:01:04.940Z|043c69de-a362-442e-831c-37409817f447|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:01:04.940Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:01:04.940Z||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-05-11T06:01:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:01:05.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:01:05.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T06:01:05.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043c69de-a362-442e-831c-37409817f447",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652248692893,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T06:01:05.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T06:01:14.491Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:02:04.938Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:02:04.940Z||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-05-11T06:02:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:02:04.940Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:02:04.941Z||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-05-11T06:02:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:02:14.488Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:02:14.488Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:03:04.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:03:04.939Z||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-05-11T06:03:04.939Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:03:04.940Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:03:04.941Z||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-05-11T06:03:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:03:14.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:03:14.481Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:04:04.938Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:04:04.939Z||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-05-11T06:04:04.939Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:04:04.940Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:04:04.940Z||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-05-11T06:04:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:04:14.489Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:04:14.491Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:05:04.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:05:04.940Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:05:04.941Z||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-05-11T06:05:04.941Z|043c69de-a362-442e-831c-37409817f447|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-05-11T06:05:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:05:04.941Z|043c69de-a362-442e-831c-37409817f447|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:05:14.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:05:14.484Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:06:04.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:06:04.940Z||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-05-11T06:06:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:06:04.940Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:06:04.940Z|043c69de-a362-442e-831c-37409817f447|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-05-11T06:06:04.941Z|043c69de-a362-442e-831c-37409817f447|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:06:14.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:06:14.484Z|043c69de-a362-442e-831c-37409817f447|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:07:04.938Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:07:04.939Z||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-05-11T06:07:04.939Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:07:04.940Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:07:04.941Z||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-05-11T06:07:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:07:14.479Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:07:14.484Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:08:04.938Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:08:04.939Z||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-05-11T06:08:04.939Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:08:04.940Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:08:04.941Z||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-05-11T06:08:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:08:14.487Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:08:14.487Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:09:04.938Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:09:04.939Z||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-05-11T06:09:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:09:04.940Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:09:04.941Z||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-05-11T06:09:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:09:14.483Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:09:14.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:10:04.938Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:10:04.939Z||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-05-11T06:10:04.939Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:10:04.940Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:10:04.941Z||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-05-11T06:10:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:10:14.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:10:14.475Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:11:04.938Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:11:04.939Z||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-05-11T06:11:04.939Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:11:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T06:11:04.940Z||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-05-11T06:11:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T06:11:14.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-11T06:11:14.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK