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-22T05:22:21.767Z||main|||||INFO|500||The following profiles are active: basic
2022-05-22T05:22:32.396Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-22T05:22:32.396Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-22T05:22:32.480Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-22T05:22:36.093Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-22T05:22:36.549Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-22T05:22:36.908Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-22T05:22:36.914Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-22T05:22:36.993Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-22T05:22:37.169Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-22T05:22:37.610Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-22T05:22:39.143Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-22T05:22:40.842Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-22T05:22:40.893Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-22T05:22:41.507Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-22T05:22:41.656Z||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-22T05:22:42.327Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-22T05:22:43.141Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-22T05:22:43.165Z||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$$2538ded1.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-22T05:22:43.165Z||main|||||WARN|500||The sdc end point is not alive
2022-05-22T05:22:45.182Z||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-22T05:22:47.648Z||main|||||WARN|500||---
2022-05-22T05:22:47.648Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-22T05:22:47.648Z||main|||||WARN|500||---
2022-05-22T05:22:47.982Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-22T05:22:52.935Z||main|||||INFO|500||Started Application in 33.988 seconds (JVM running for 35.761)
2022-05-22T05:22:52.974Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-22T05:22:52.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-22T05:22:53.007Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-22T05:22:53.071Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-22T05:22:53.135Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa7c57f6-1924-478f-a106-188da9d667db url= /sdc/v1/artifactTypes
2022-05-22T05:22:53.136Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-22T05:22:53.399Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-22T05:22:53.428Z||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-22T05:22:53.466Z||scheduling-1|||||DEBUG|500||create keys
2022-05-22T05:22:53.475Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-22T05:22:53.510Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:22:53.532Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9f35de84-fab8-4d0c-a0e5-9cc05d7480a7 url= /sdc/v1/registerForDistribution
2022-05-22T05:22:53.793Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9f35de84-fab8-4d0c-a0e5-9cc05d7480a7 url= /sdc/v1/registerForDistribution
2022-05-22T05:22:53.794Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-22T05:22:53.813Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:22:53.819Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:22:53.826Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-22T05:22:53.835Z||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-22T05:22:53.836Z||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 kfud54K0r616e16l) ...
2022-05-22T05:22:53.836Z||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-22T05:22:53.836Z||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 kfud54K0r616e16l) ...
2022-05-22T05:23:04.160Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:23:04.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:23:53.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:23:53.811Z||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-22T05:23:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:23:53.814Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:23:53.815Z||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-22T05:23:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:24:03.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:24:03.381Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:24:53.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:24:53.811Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T05:24:53.812Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kfud54K0r616e16l) ...
2022-05-22T05:24:53.814Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:24:53.815Z||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-22T05:24:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:25:03.416Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:25:03.416Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:25:53.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:25:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:25:53.814Z||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-22T05:25:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:25:53.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T05:25:53.819Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kfud54K0r616e16l) ...
2022-05-22T05:26:03.383Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:26:03.384Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:26:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:26:53.810Z||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-22T05:26:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:26:53.813Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:26:53.814Z||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-22T05:26:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:27:03.368Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:27:03.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:27:53.810Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:27:53.812Z||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-22T05:27:53.812Z||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 kfud54K0r616e16l) ...
2022-05-22T05:27:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:27:53.814Z||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-22T05:27:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:28:03.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:28:03.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:28:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:28:53.810Z||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-22T05:28:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:28:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:28:53.816Z||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-22T05:28:53.816Z||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 kfud54K0r616e16l) ...
2022-05-22T05:29:03.362Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:29:03.363Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:29:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:29:53.810Z||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-22T05:29:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:29:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:29:53.815Z||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-22T05:29:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:30:03.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:30:03.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:30:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:30:53.811Z||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-22T05:30:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:30:53.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:30:53.817Z||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-22T05:30:53.817Z||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 kfud54K0r616e16l) ...
2022-05-22T05:31:03.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:31:03.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:31:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:31:53.810Z||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-22T05:31:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:31:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:31:53.814Z||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-22T05:31:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:32:03.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:32:03.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:32:34.346Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-22T05:32:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:32:53.811Z||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-22T05:32:53.812Z||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 kfud54K0r616e16l) ...
2022-05-22T05:32:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:32:53.814Z||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-22T05:32:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:33:03.358Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:33:03.358Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:33:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:33:53.810Z||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-22T05:33:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:33:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:33:53.814Z||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-22T05:33:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:34:03.359Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:34:03.362Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:34:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:34:53.810Z||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-22T05:34:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:34:53.813Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:34:53.814Z||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-22T05:34:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:35:03.377Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:35:03.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:35:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:35:53.810Z||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-22T05:35:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:35:53.813Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:35:53.814Z||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-22T05:35:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:36:03.383Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:36:03.390Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:36:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:36:53.810Z||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-22T05:36:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:36:53.813Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:36:53.814Z||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-22T05:36:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:37:03.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:37:03.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:37:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:37:53.810Z||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-22T05:37:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:37:53.813Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:37:53.814Z||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-22T05:37:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:38:03.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:38:03.393Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:38:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:38:53.810Z||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-22T05:38:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:38:53.813Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:38:53.814Z||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-22T05:38:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:39:03.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:39:03.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:39:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:39:53.811Z||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-22T05:39:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:39:53.813Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:39:53.814Z||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-22T05:39:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:40:03.368Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:40:03.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:40:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:40:53.810Z||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-22T05:40:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:40:53.813Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:40:53.814Z||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-22T05:40:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:41:03.360Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:41:03.386Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:41:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:41:53.810Z||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-22T05:41:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:41:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:41:53.814Z||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-22T05:41:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:42:03.390Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:42:03.392Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:42:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:42:53.810Z||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-22T05:42:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:42:53.813Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:42:53.814Z||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-22T05:42:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:43:03.355Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:43:03.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:43:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:43:53.810Z||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-22T05:43:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:43:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:43:53.814Z||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-22T05:43:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:44:03.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:44:03.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:44:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:44:53.810Z||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-22T05:44:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:44:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:44:53.814Z||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-22T05:44:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:45:03.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:45:03.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:45:53.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:45:53.810Z||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-22T05:45:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:45:53.814Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:45:53.814Z||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-22T05:45:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:46:03.403Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:46:03.403Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:46:53.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:46:53.813Z||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-22T05:46:53.813Z||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 kfud54K0r616e16l) ...
2022-05-22T05:46:53.813Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:46:53.814Z||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-22T05:46:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:47:03.370Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:47:03.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:47:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:47:53.810Z||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-22T05:47:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:47:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:47:53.814Z||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-22T05:47:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:48:03.393Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:48:03.392Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:48:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:48:53.810Z||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-22T05:48:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:48:53.813Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:48:53.814Z||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-22T05:48:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:49:03.350Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:49:03.353Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:49:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:49:53.810Z||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-22T05:49:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:49:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:49:53.814Z||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-22T05:49:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:50:03.364Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:50:03.364Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:50:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:50:53.810Z||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-22T05:50:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:50:53.813Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:50:53.814Z||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-22T05:50:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:51:03.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:51:03.384Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:51:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:51:53.810Z||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-22T05:51:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:51:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:51:53.814Z||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-22T05:51:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:51:54.134Z||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-22T05:52:03.387Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:52:03.393Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:52:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:52:53.811Z||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-22T05:52:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:52:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:52:53.814Z||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-22T05:52:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:53:03.362Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:53:03.362Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:53:53.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:53:53.811Z||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-22T05:53:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:53:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:53:53.814Z||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-22T05:53:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:54:03.357Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:54:03.357Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:54:53.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:54:53.811Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T05:54:53.811Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kfud54K0r616e16l) ...
2022-05-22T05:54:53.813Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:54:53.814Z||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-22T05:54:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:55:03.387Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:55:03.387Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:55:53.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:55:53.810Z||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-22T05:55:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:55:53.813Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:55:53.814Z||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-22T05:55:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:56:03.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:56:03.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:56:53.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:56:53.810Z||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-22T05:56:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:56:53.813Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:56:53.814Z||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-22T05:56:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:57:03.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:57:03.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:57:53.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:57:53.810Z||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-22T05:57:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:57:53.813Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:57:53.814Z||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-22T05:57:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:57:54.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:57:54.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e92038c9-ab84-4522-a397-4fae7835b632","serviceName":"vFW 2022-05-22 05-56-17","serviceVersion":"1.0","serviceUUID":"7f7c7542-ebe2-4aa9-9b54-859e41fd3606","serviceDescription":"catalog service description","serviceInvariantUUID":"f77cb44c-457e-40ad-9687-48062407b9d5","resources":[{"resourceInstanceName":"vFW a2211fd3-68f8 0","resourceName":"vFW a2211fd3-68f8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80bb9cc2-66bc-4a00-b16b-3e09fc32113b","resourceInvariantUUID":"ed96cb03-a3dd-4395-ac7f-4c9a89d21d93","resourceCustomizationUUID":"544f8360-48c8-43b1-b530-1027919c88cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml","artifactChecksum":"NTlmYjQ5MThhODAyN2UzOGZiM2E1NmQxZjdmZjdlMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fff25624-7616-44e6-95ec-e85fc7dd60b2","artifactVersion":"1"},{"artifactName":"vfwa2211fd368f80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json","artifactChecksum":"YWIzM2YyMzI5YmU0YzMzMWE4YmEzOWY4OWUzMDJjMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b994fcd-2f69-48a2-99d0-784217fc38a0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml","artifactChecksum":"NmEyZmViYWE1MmRmNWQ2MmU3OWU1ZjNlMDExOGU2ZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df531a9b-bdce-47d4-ad54-4c33bacedb9e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"161dc3ce-d3f6-48c1-98f4-11977948c386","artifactVersion":"2","generatedFromUUID":"d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220522055617-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml","artifactChecksum":"YWQ3NzJlM2U2ZGU4NzBhZjNmMWRkNDY5NDk2OGY3MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1d17dfc-0860-45d9-836b-c51373100763","artifactVersion":"1"},{"artifactName":"service-Vfw20220522055617-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar","artifactChecksum":"NjM5ZGIwZGJlMDc2MTZhNGJjMjRmNzY1MjQ5OWU0ZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36a662d3-043d-4133-b6da-6c4e34e8107d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T05:57:54.443Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:57:54.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.449Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:57:54.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "clamp",
  "timestamp": 1653199048872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.454Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:57:54.463Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:57:54.463Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "cds",
  "timestamp": 1653199057249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "policy-id",
  "timestamp": 1653199058977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "cds",
  "timestamp": 1653199057249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "clamp",
  "timestamp": 1653199048872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "policy-id",
  "timestamp": 1653199058977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "cds",
  "timestamp": 1653199057249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "clamp",
  "timestamp": 1653199048872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "policy-id",
  "timestamp": 1653199058977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "cds",
  "timestamp": 1653199057249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "clamp",
  "timestamp": 1653199048872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "policy-id",
  "timestamp": 1653199058977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "cds",
  "timestamp": 1653199057249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "clamp",
  "timestamp": 1653199048872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "aai-ml",
  "timestamp": 1653199062509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "policy-id",
  "timestamp": 1653199058977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "cds",
  "timestamp": 1653199057249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "clamp",
  "timestamp": 1653199048872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "aai-ml",
  "timestamp": 1653199062509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "policy-id",
  "timestamp": 1653199058977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "cds",
  "timestamp": 1653199057249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "clamp",
  "timestamp": 1653199048872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "aai-ml",
  "timestamp": 1653199062509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "policy-id",
  "timestamp": 1653199058977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199065427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199065771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "aai-ml",
  "timestamp": 1653199062509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199065427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "cds",
  "timestamp": 1653199066858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "policy-id",
  "timestamp": 1653199066920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199065771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "aai-ml",
  "timestamp": 1653199062509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199066924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199065427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "cds",
  "timestamp": 1653199067876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-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-22T05:57:54.564Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-22T05:57:54.567Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T05:57:54.567Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:57:54.584Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:57:54.585Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T05:57:54.624Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e92038c9-ab84-4522-a397-4fae7835b632
2022-05-22T05:57:54.640Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92038c9-ab84-4522-a397-4fae7835b632 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-22T05:57:54.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "policy-id",
  "timestamp": 1653199067933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T05:57:54.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:57:54.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199065771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "aai-ml",
  "timestamp": 1653199062509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199066924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199065427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "policy-id",
  "timestamp": 1653199068939,
  "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-22T05:57:54.682Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e92038c9-ab84-4522-a397-4fae7835b632
2022-05-22T05:57:54.682Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92038c9-ab84-4522-a397-4fae7835b632 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-22T05:57:54.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199065771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "aai-ml",
  "timestamp": 1653199062509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199066924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199065427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199065771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199066924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199065427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "aai-ml",
  "timestamp": 1653199070517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199065771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199066924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199065427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199065771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199066924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199073751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199066924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:57:55.469Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:57:55.470Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:57:55.472Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:57:55.472Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T05:57:55.573Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T05:57:55.574Z||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-22T05:57:55.574Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:57:55.600Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:57:55.601Z||pool-4-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:57:56.473Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:57:56.474Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:57:56.477Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:57:56.477Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-22T05:57:56.577Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:57:56.578Z||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-22T05:57:56.579Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:57:56.597Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:57:56.597Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:57:57.477Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:57:57.478Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:57:57.482Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:57:57.482Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:57.584Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-22T05:57:57.585Z||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-22T05:57:57.586Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:57:57.601Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:57:57.602Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:57:58.483Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:57:58.484Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:57:58.496Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:57:58.496Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-22T05:57:58.592Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-22T05:57:58.595Z||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-22T05:57:58.595Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:57:58.607Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:57:58.608Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:57:59.500Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:57:59.500Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:57:59.502Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:57:59.503Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:57:59.604Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T05:57:59.605Z||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-22T05:57:59.605Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:57:59.616Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:57:59.617Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:58:00.503Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:58:00.504Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:00.507Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:00.507Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:58:00.608Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T05:58:00.609Z||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-22T05:58:00.609Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:00.625Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:58:00.625Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-22T05:58:01.510Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "serviceName": "vFW 2022-05-22 05-56-17",
  "serviceVersion": "1.0",
  "serviceUUID": "7f7c7542-ebe2-4aa9-9b54-859e41fd3606",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f77cb44c-457e-40ad-9687-48062407b9d5",
  "resources": [
    {
      "resourceInstanceName": "vFW a2211fd3-68f8 0",
      "resourceCustomizationUUID": "544f8360-48c8-43b1-b530-1027919c88cf",
      "resourceName": "vFW a2211fd3-68f8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "80bb9cc2-66bc-4a00-b16b-3e09fc32113b",
      "resourceInvariantUUID": "ed96cb03-a3dd-4395-ac7f-4c9a89d21d93",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa2211fd368f80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
          "artifactChecksum": "YWIzM2YyMzI5YmU0YzMzMWE4YmEzOWY4OWUzMDJjMDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6b994fcd-2f69-48a2-99d0-784217fc38a0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "161dc3ce-d3f6-48c1-98f4-11977948c386",
            "generatedFromUUID": "d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "161dc3ce-d3f6-48c1-98f4-11977948c386",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220522055617-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
      "artifactChecksum": "NjM5ZGIwZGJlMDc2MTZhNGJjMjRmNzY1MjQ5OWU0ZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "36a662d3-043d-4133-b6da-6c4e34e8107d"
    }
  ],
  "workloadContext": "Production"
}
2022-05-22T05:58:01.512Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T05:58:01.512Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7f7c7542-ebe2-4aa9-9b54-859e41fd3606 ASDC
2022-05-22T05:58:01.586Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e92038c9-ab84-4522-a397-4fae7835b632
ServiceName:vFW 2022-05-22 05-56-17
ServiceVersion:1.0
ServiceUUID:7f7c7542-ebe2-4aa9-9b54-859e41fd3606
ServiceInvariantUUID:f77cb44c-457e-40ad-9687-48062407b9d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220522055617-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar
ArtifactUUID:36a662d3-043d-4133-b6da-6c4e34e8107d
ArtifactChecksum:NjM5ZGIwZGJlMDc2MTZhNGJjMjRmNzY1MjQ5OWU0ZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a2211fd3-68f8 0
ResourceCustomizationUUID:544f8360-48c8-43b1-b530-1027919c88cf
ResourceInvariantUUID:ed96cb03-a3dd-4395-ac7f-4c9a89d21d93
ResourceName:vFW a2211fd3-68f8
ResourceType:VF
ResourceUUID:80bb9cc2-66bc-4a00-b16b-3e09fc32113b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa2211fd368f80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json
ArtifactUUID:6b994fcd-2f69-48a2-99d0-784217fc38a0
ArtifactChecksum:YWIzM2YyMzI5YmU0YzMzMWE4YmEzOWY4OWUzMDJjMDU=
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/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml
ArtifactUUID:d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4
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/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env
ArtifactUUID:161dc3ce-d3f6-48c1-98f4-11977948c386
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/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env
ArtifactUUID:161dc3ce-d3f6-48c1-98f4-11977948c386
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-22T05:58:01.587Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f7c7542-ebe2-4aa9-9b54-859e41fd3606 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-22T05:58:01.636Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T05:58:01.637Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-22T05:58:01.638Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-22T05:58:01.639Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 36a662d3-043d-4133-b6da-6c4e34e8107d from URL: /sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:01.639Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-22T05:58:01.640Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:01.758Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-22T05:58:01.771Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar 36a662d3-043d-4133-b6da-6c4e34e8107d 99002
2022-05-22T05:58:01.773Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar ASDC sendASDCNotification
2022-05-22T05:58:01.773Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:01.776Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T05:58:01.777Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:01.778Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:01.778Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199081772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:58:01.880Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T05:58:01.881Z||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-22T05:58:01.881Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:01.895Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:58:01.896Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:58:02.779Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T05:58:02.781Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-22T05:58:02.781Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 36a662d3-043d-4133-b6da-6c4e34e8107d, URL: /sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar to file: /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:02.782Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220522055617-csar.csar
2022-05-22T05:58:02.855Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:02.856Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:03.276Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16278318921709374535/Definitions/service-Vfw20220522055617-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-22T05:58:05.107Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T05:58:05.111Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-22T05:58:05.111Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a2211fd3-68f8 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-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-22T05:58:05.117Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.118Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.121Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:05.121Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-22T05:58:05.122Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T05:58:05.123Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.124Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.124Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:05.124Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-22T05:58:05.124Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T05:58:05.124Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.124Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.129Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.129Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-22T05:58:05.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-22T05:58:05.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-22T05:58:05.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T05:58:05.133Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.133Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:05.133Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2d1d93ac-f59a-4b5c-b1cb-bdc61173d9ff
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=79cb9bcf-ed60-45c3-864d-bbf4fb2d8405
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4ca2de3a-90ce-4980-abf0-c6856459d5f8
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.138Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.138Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:05.138Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.138Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-22 05-56-17
Description:catalog service description
Model UUID:7f7c7542-ebe2-4aa9-9b54-859e41fd3606
Model Version:NULL
Model InvariantUuid:f77cb44c-457e-40ad-9687-48062407b9d5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a2211fd3-68f8
Model UUID:ff24ea97-0071-4d21-908a-5a6ef34b9062
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ed96cb03-a3dd-4395-ac7f-4c9a89d21d93
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:544f8360-48c8-43b1-b530-1027919c88cf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bbd7cefc-3ccc-4a2c-878d-fbde22ab8530
ModelName:VfwA2211fd368f8..base_vfw..module-0
ModelUuid:0811158c-1ced-4e61-8019-a19d86377ae9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2d1d93ac-f59a-4b5c-b1cb-bdc61173d9ff
ModelInvariantUuid:48053159-1fe5-40b7-b26c-e83a17cd50d3
ModelName:vFW a2211fd3-68f8-nodes.vfwCvfc
ModelUuid:465ce53a-ad67-445d-b57a-3b58a38aacc3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2be0528a-b58c-43b5-9402-3a65c92d5777
ModelInvariantUuid:f71387e7-8b23-4783-9319-899027f6da54
ModelName:VfwA2211fd368f8.compute.nodes.heat.vfw
ModelUuid:bf2a22ff-655f-454e-9ef0-3e0682c9c7ca
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:79cb9bcf-ed60-45c3-864d-bbf4fb2d8405
ModelInvariantUuid:35ab9134-2990-452b-ba7e-8c226acfa193
ModelName:vFW a2211fd3-68f8-nodes.vsnCvfc
ModelUuid:017e2395-5913-4348-a615-c301371f9e23
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:abd68267-6d59-4d06-9522-8b0cc6483d6a
ModelInvariantUuid:19d70b5f-e4da-41cd-8520-1db8295e9727
ModelName:VfwA2211fd368f8.compute.nodes.heat.vsn
ModelUuid:644f19a8-9ca0-46db-a96e-f6687c8c35d4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4ca2de3a-90ce-4980-abf0-c6856459d5f8
ModelInvariantUuid:62dfc238-d5c1-4d33-b2dc-5aab87898fa4
ModelName:vFW a2211fd3-68f8-nodes.vpgCvfc
ModelUuid:e32a837e-1d9d-47da-a39e-dffb1c3ea9e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4d2cd211-cd29-40c4-88e5-8adcdf565a6d
ModelInvariantUuid:fbdff811-f814-4011-ac9b-238b4d43a082
ModelName:VfwA2211fd368f8.compute.nodes.heat.vpg
ModelUuid:2f751f94-4f09-408c-83b3-d976d6b2af81
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-22T05:58:05.153Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 80bb9cc2-66bc-4a00-b16b-3e09fc32113b
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-22T05:58:05.232Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||vFW a2211fd3-68f8 0
2022-05-22T05:58:05.241Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80bb9cc2-66bc-4a00-b16b-3e09fc32113b
2022-05-22T05:58:05.241Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6b994fcd-2f69-48a2-99d0-784217fc38a0 from URL: /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json
2022-05-22T05:58:05.241Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-22T05:58:05.242Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json
2022-05-22T05:58:05.296Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-22T05:58:05.297Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json 6b994fcd-2f69-48a2-99d0-784217fc38a0 785
2022-05-22T05:58:05.297Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json ASDC sendASDCNotification
2022-05-22T05:58:05.297Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json
2022-05-22T05:58:05.298Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T05:58:05.298Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:05.300Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:05.301Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199085297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:58:05.401Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:58:05.402Z||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-22T05:58:05.402Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:05.418Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:58:05.419Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:58:06.302Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA2211fd368f8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bbd7cefc-3ccc-4a2c-878d-fbde22ab8530",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0811158c-1ced-4e61-8019-a19d86377ae9",
    "vfModuleModelCustomizationUUID": "95ea905e-09c7-418a-bc35-8c017d802606",
    "isBase": true,
    "artifacts": [
      "d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4",
      "161dc3ce-d3f6-48c1-98f4-11977948c386"
    ],
    "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-22T05:58:06.315Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2211fd368f8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0811158c-1ced-4e61-8019-a19d86377ae9
VfModuleModelInvariantUUID:bbd7cefc-3ccc-4a2c-878d-fbde22ab8530
VfModuleModelDescription:NULL
Artifacts UUID List:{
d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4
,
161dc3ce-d3f6-48c1-98f4-11977948c386

}
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-22T05:58:06.317Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA2211fd368f8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bbd7cefc-3ccc-4a2c-878d-fbde22ab8530",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0811158c-1ced-4e61-8019-a19d86377ae9",
    "vfModuleModelCustomizationUUID": "95ea905e-09c7-418a-bc35-8c017d802606",
    "isBase": true,
    "artifacts": [
      "d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4",
      "161dc3ce-d3f6-48c1-98f4-11977948c386"
    ],
    "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-22T05:58:06.318Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2211fd368f8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0811158c-1ced-4e61-8019-a19d86377ae9
VfModuleModelInvariantUUID:bbd7cefc-3ccc-4a2c-878d-fbde22ab8530
VfModuleModelDescription:NULL
Artifacts UUID List:{
d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4
,
161dc3ce-d3f6-48c1-98f4-11977948c386

}
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-22T05:58:06.318Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4 from URL: /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml
2022-05-22T05:58:06.318Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-22T05:58:06.318Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml
2022-05-22T05:58:06.364Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-22T05:58:06.365Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4 20368
2022-05-22T05:58:06.365Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-22T05:58:06.365Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml
2022-05-22T05:58:06.366Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T05:58:06.366Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:06.367Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:06.367Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199086365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:58:06.468Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:58:06.469Z||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-22T05:58:06.469Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:06.482Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:58:06.483Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-22T05:58:07.368Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 161dc3ce-d3f6-48c1-98f4-11977948c386 from URL: /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env
2022-05-22T05:58:07.369Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-22T05:58:07.369Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env
2022-05-22T05:58:07.415Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-22T05:58:07.416Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env 161dc3ce-d3f6-48c1-98f4-11977948c386 2098
2022-05-22T05:58:07.416Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-22T05:58:07.416Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env
2022-05-22T05:58:07.417Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T05:58:07.417Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:07.420Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:07.420Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199087416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:58:07.521Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T05:58:07.523Z||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-22T05:58:07.523Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:07.538Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:58:07.539Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:58:08.421Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7f7c7542-ebe2-4aa9-9b54-859e41fd3606
2022-05-22T05:58:08.422Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a2211fd3-68f8 0 80bb9cc2-66bc-4a00-b16b-3e09fc32113b 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-22T05:58:08.455Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@557344e2, org.onap.sdc.toscaparser.api.parameters.Input@5350a7a, org.onap.sdc.toscaparser.api.parameters.Input@27f79f9, org.onap.sdc.toscaparser.api.parameters.Input@566aa383, org.onap.sdc.toscaparser.api.parameters.Input@19f1b9f8]
2022-05-22T05:58:08.458Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.459Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.459Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-05-22T05:58:08.459Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 544f8360-48c8-43b1-b530-1027919c88cf
2022-05-22T05:58:08.459Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 544f8360-48c8-43b1-b530-1027919c88cf matches Tosca VF Customization UUID: 544f8360-48c8-43b1-b530-1027919c88cf
2022-05-22T05:58:08.459Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 544f8360-48c8-43b1-b530-1027919c88cf  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-22T05:58:08.465Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.465Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.466Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 544f8360-48c8-43b1-b530-1027919c88cf: {\"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-22T05:58:08.467Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@409f3795
2022-05-22T05:58:08.467Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.467Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T05:58:08.467Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 95ea905e-09c7-418a-bc35-8c017d802606
2022-05-22T05:58:08.468Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 95ea905e-09c7-418a-bc35-8c017d802606
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-22T05:58:08.475Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.475Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:08.476Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:08.477Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.477Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:08.478Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:08.478Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.478Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:08.478Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:08.479Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-22T05:58:08.479Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:08.479Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-22T05:58:08.480Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-22T05:58:08.480Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.480Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:08.480Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-22T05:58:08.480Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:08.481Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-22T05:58:08.481Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.481Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2d1d93ac-f59a-4b5c-b1cb-bdc61173d9ff
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-22T05:58:08.493Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.493Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:08.493Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:08.495Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-22T05:58:08.495Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-22T05:58:08.495Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:08.495Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-22T05:58:08.495Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.495Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=79cb9bcf-ed60-45c3-864d-bbf4fb2d8405
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-22T05:58:08.497Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.498Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:08.498Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:08.500Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.500Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:08.500Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:08.500Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4ca2de3a-90ce-4980-abf0-c6856459d5f8
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-22T05:58:08.504Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.504Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:08.504Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:08.505Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.505Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:08.505Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=544f8360-48c8-43b1-b530-1027919c88cf
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-22T05:58:08.507Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.507Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7f7c7542-ebe2-4aa9-9b54-859e41fd3606: vFW a2211fd3-68f8
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.509Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.509Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.509Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T05:58:08.509Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.509Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-05-22 05-56-17 
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-22T05:58:08.733Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a2211fd3-68f8 80bb9cc2-66bc-4a00-b16b-3e09fc32113b 1 ASDC deployResourceStructure
2022-05-22T05:58:08.733Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json ASDC sendASDCNotification
2022-05-22T05:58:08.733Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json
2022-05-22T05:58:08.734Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T05:58:08.734Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:08.737Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:08.737Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199088733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T05:58:08.837Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:58:08.839Z||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-22T05:58:08.839Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:08.853Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:58:08.854Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:58:09.738Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-22T05:58:09.738Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml
2022-05-22T05:58:09.738Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T05:58:09.739Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:09.741Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:09.741Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199089738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T05:58:09.841Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:58:09.842Z||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-22T05:58:09.842Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:09.854Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:58:09.854Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-22T05:58:10.742Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-22T05:58:10.743Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env
2022-05-22T05:58:10.743Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T05:58:10.743Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:10.745Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:10.745Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199090742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-22T05:58:10.845Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:58:10.846Z||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-22T05:58:10.847Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:10.860Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:58:10.860Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:58:11.746Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar ASDC sendASDCNotification
2022-05-22T05:58:11.746Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:11.747Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T05:58:11.747Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:11.749Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:11.749Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199091746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T05:58:11.849Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:58:11.850Z||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-22T05:58:11.851Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:11.864Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:58:11.865Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-22T05:58:12.750Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:58:12.766Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T05:58:12.768Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T05:58:12.768Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T05:58:12.768Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T05:58:42.769Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:58:42.784Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T05:58:42.788Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T05:58:42.789Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T05:58:42.789Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T05:58:53.814Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:58:53.815Z||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-22T05:58:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:58:53.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:58:53.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:58:53.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:58:53.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:12.789Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:59:12.802Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T05:59:12.804Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T05:59:12.805Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T05:59:12.805Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T05:59:42.805Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:59:42.818Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T05:59:42.823Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T05:59:42.823Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T05:59:42.823Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T05:59:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:59:53.814Z||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-22T05:59:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:59:54.340Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T05:59:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199075343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199076750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "clamp",
  "timestamp": 1653199076880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199077753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199078123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199078761,
  "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-22T05:59:54.354Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e92038c9-ab84-4522-a397-4fae7835b632
2022-05-22T05:59:54.355Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92038c9-ab84-4522-a397-4fae7835b632 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-22T05:59:54.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "clamp",
  "timestamp": 1653199078415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199079179,
  "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-22T05:59:54.369Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e92038c9-ab84-4522-a397-4fae7835b632
2022-05-22T05:59:54.369Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92038c9-ab84-4522-a397-4fae7835b632 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-22T05:59:54.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "clamp",
  "timestamp": 1653199079419,
  "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-22T05:59:54.381Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e92038c9-ab84-4522-a397-4fae7835b632
2022-05-22T05:59:54.381Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92038c9-ab84-4522-a397-4fae7835b632 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-22T05:59:54.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199080186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199073809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199081772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "aai-ml",
  "timestamp": 1653199084771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199085297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "aai-ml",
  "timestamp": 1653199085777,
  "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-22T05:59:54.398Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e92038c9-ab84-4522-a397-4fae7835b632
2022-05-22T05:59:54.398Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92038c9-ab84-4522-a397-4fae7835b632 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-22T05:59:54.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199086365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199087416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199086924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199085771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "clamp",
  "timestamp": 1653199080423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "cds",
  "timestamp": 1653199087249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "policy-id",
  "timestamp": 1653199078977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199088733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199086924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199085771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "clamp",
  "timestamp": 1653199080423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "policy-id",
  "timestamp": 1653199078977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "cds",
  "timestamp": 1653199087249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199089738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199086924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "clamp",
  "timestamp": 1653199080423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199085771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "policy-id",
  "timestamp": 1653199078977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "cds",
  "timestamp": 1653199087249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199090742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199086924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "clamp",
  "timestamp": 1653199080423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199085771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "policy-id",
  "timestamp": 1653199078977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "cds",
  "timestamp": 1653199087249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199091746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199086924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "clamp",
  "timestamp": 1653199080423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199085771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "policy-id",
  "timestamp": 1653199078977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "cds",
  "timestamp": 1653199087249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "aai-ml",
  "timestamp": 1653199092509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199086924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "clamp",
  "timestamp": 1653199080423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199085771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "policy-id",
  "timestamp": 1653199078977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "cds",
  "timestamp": 1653199087249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "aai-ml",
  "timestamp": 1653199092509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199086924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "clamp",
  "timestamp": 1653199080423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199085771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "policy-id",
  "timestamp": 1653199078977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "cds",
  "timestamp": 1653199087249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "aai-ml",
  "timestamp": 1653199092509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199095427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "cds",
  "timestamp": 1653199095957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199096041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "policy-id",
  "timestamp": 1653199096107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "aai-ml",
  "timestamp": 1653199092509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199095427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "cds",
  "timestamp": 1653199096964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-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-22T05:59:54.431Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f59630d-adb0-445d-8e08-ee6969893358
2022-05-22T05:59:54.431Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f59630d-adb0-445d-8e08-ee6969893358 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-22T05:59:54.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "policy-id",
  "timestamp": 1653199097113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199097242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "aai-ml",
  "timestamp": 1653199092509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199095427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "policy-id",
  "timestamp": 1653199098116,
  "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-22T05:59:54.443Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f59630d-adb0-445d-8e08-ee6969893358
2022-05-22T05:59:54.443Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f59630d-adb0-445d-8e08-ee6969893358 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-22T05:59:54.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199098370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "aai-ml",
  "timestamp": 1653199092509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199095427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199099391,
  "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-22T05:59:54.457Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f59630d-adb0-445d-8e08-ee6969893358
2022-05-22T05:59:54.457Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f59630d-adb0-445d-8e08-ee6969893358 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-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "aai-ml",
  "timestamp": 1653199092509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199095427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199100396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "aai-ml",
  "timestamp": 1653199100406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199095427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199095427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199103634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "clamp",
  "timestamp": 1653199103402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199105640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T05:59:54.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199106645,
  "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-22T05:59:54.467Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f59630d-adb0-445d-8e08-ee6969893358
2022-05-22T05:59:54.467Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f59630d-adb0-445d-8e08-ee6969893358 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-22T05:59:54.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "clamp",
  "timestamp": 1653199106403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T05:59:54.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "clamp",
  "timestamp": 1653199107407,
  "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-22T05:59:54.480Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f59630d-adb0-445d-8e08-ee6969893358
2022-05-22T05:59:54.480Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f59630d-adb0-445d-8e08-ee6969893358 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-22T05:59:54.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "aai-ml",
  "timestamp": 1653199109592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T05:59:54.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "aai-ml",
  "timestamp": 1653199110596,
  "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-22T05:59:54.492Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f59630d-adb0-445d-8e08-ee6969893358
2022-05-22T05:59:54.492Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f59630d-adb0-445d-8e08-ee6969893358 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-22T06:00:12.823Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:00:12.837Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:00:12.842Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:00:12.842Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:00:12.842Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:00:12.842Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T06:00:12.850Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:00:42.850Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632 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-22T06:00:42.868Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e92038c9-ab84-4522-a397-4fae7835b632 and serviceModelVersionId: 7f7c7542-ebe2-4aa9-9b54-859e41fd3606
2022-05-22T06:00:42.869Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f77cb44c-457e-40ad-9687-48062407b9d5
2022-05-22T06:00:52.624Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0
2022-05-22T06:00:52.718Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:00:53.125Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0|INFO|500||Invoke
2022-05-22T06:00:53.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e92038c9-ab84-4522-a397-4fae7835b632], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c7a7df1a-2f23-4370-a197-c9a617148114], X-ECOMP-RequestID=[e92038c9-ab84-4522-a397-4fae7835b632], X-TransactionId=[], X-ONAP-RequestID=[e92038c9-ab84-4522-a397-4fae7835b632], Content-Type=[application/merge-patch+json]}
2022-05-22T06:00:53.239Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-22T06:00:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:00:53.814Z||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-22T06:00:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T06:00:53.923Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?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/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-06:00:53:562-448], vertex-id=[352416], Content-Length=[0], Date=[Sun, 22 May 2022 06:00:53 GMT], Content-Type=[application/json]}
2022-05-22T06:00:53.925Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:00:53.926Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0|INFO|500||InvokeReturn
2022-05-22T06:00:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:00:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T06:00:53.936Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-22T06:00:53.938Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e92038c9-ab84-4522-a397-4fae7835b632 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:00:53.939Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:00:53.939Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:00:53.942Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:00:53.942Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199253938,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:00:54.042Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:00:54.044Z||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-22T06:00:54.044Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:00:54.060Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:00:54.061Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:00:54.671Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:00:54.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:00:54.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199253938,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:00:54.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-22T06:00:54.956Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:00:54.957Z||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-22T06:00:54.957Z||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 kfud54K0r616e16l) ...
2022-05-22T06:00:59.392Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:00:59.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T06:00:59.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f59630d-adb0-445d-8e08-ee6969893358","serviceName":"basic_onboard_JUdlEv","serviceVersion":"1.0","serviceUUID":"76b3a3dd-024d-45ba-9097-21dab7f1e036","serviceDescription":"service","serviceInvariantUUID":"36e89f46-583b-4b74-a651-bc7479f28711","resources":[{"resourceInstanceName":"basic_onboard_JUdlEv 0","resourceName":"basic_onboard_JUdlEv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"43812e23-b672-4f70-bc7f-fb6dcb1048c4","resourceInvariantUUID":"012e78eb-e864-4d0e-a341-ee5fe8934246","resourceCustomizationUUID":"db5aa83b-5ebd-4bfe-b053-befaf94a0a1d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml","artifactChecksum":"MzZhMzY0NmRjY2Y0MzhhNGQzMjA3MzgwNGZiMDM5Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d1bc9f4c-ca3a-48b2-917a-29a4198e6172","artifactVersion":"1"},{"artifactName":"basic_onboard_judlev0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json","artifactChecksum":"YWE2NTI2Mzg2YjU1ZGRjZmMwNDBmNDIwNjJhZWQ5NTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"65561a72-ae91-4b20-8169-d00e86f10230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c5024b73-c12c-468d-957c-62c2518c4439","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a58e800e-dd98-4ead-b502-528f0d90211c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0a61629c-d12e-4dc1-b664-f2ec6d31b606","artifactVersion":"2","generatedFromUUID":"c5024b73-c12c-468d-957c-62c2518c4439"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJudlev-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml","artifactChecksum":"NjRiZmFlNzA4YWFiYjYxOWQwMzE2MDE2YTc1NjI2Y2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad20c2f5-c04e-47ea-b8bc-97e48847079f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJudlev-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar","artifactChecksum":"MmJmMmMwMTIwNjdjYTZlM2RkN2ZkMmUyZTE1ZjdkMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b57a3ce9-3b7e-425a-adce-31de0963c35a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:00:59.396Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:00:59.396Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:00:59.399Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:00:59.399Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:00:59.500Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:00:59.502Z||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-22T06:00:59.502Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:00:59.520Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:00:59.521Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:01:00.400Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:00.401Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:00.405Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:00.405Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:01:00.505Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:00.506Z||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-22T06:01:00.507Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:00.520Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:00.521Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:01.406Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:01.407Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:01.409Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:01.409Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:01:01.509Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:01.510Z||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-22T06:01:01.511Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:01.523Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:01.524Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:02.410Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:02.411Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:02.413Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:02.413Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:02.514Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:01:02.515Z||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-22T06:01:02.516Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:02.528Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:02.529Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:03.414Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:03.416Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:03.418Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:03.418Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-22T06:01:03.518Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:01:03.520Z||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-22T06:01:03.520Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:03.535Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:03.535Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:04.419Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:04.420Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:04.422Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:04.422Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:04.523Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:01:04.524Z||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-22T06:01:04.524Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:04.541Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:04.541Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:05.423Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:05.423Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:05.426Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:05.426Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:01:05.526Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:05.527Z||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-22T06:01:05.527Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:05.543Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:05.544Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:06.428Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "serviceName": "basic_onboard_JUdlEv",
  "serviceVersion": "1.0",
  "serviceUUID": "76b3a3dd-024d-45ba-9097-21dab7f1e036",
  "serviceDescription": "service",
  "serviceInvariantUUID": "36e89f46-583b-4b74-a651-bc7479f28711",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JUdlEv 0",
      "resourceCustomizationUUID": "db5aa83b-5ebd-4bfe-b053-befaf94a0a1d",
      "resourceName": "basic_onboard_JUdlEv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "43812e23-b672-4f70-bc7f-fb6dcb1048c4",
      "resourceInvariantUUID": "012e78eb-e864-4d0e-a341-ee5fe8934246",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_judlev0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
          "artifactChecksum": "YWE2NTI2Mzg2YjU1ZGRjZmMwNDBmNDIwNjJhZWQ5NTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "65561a72-ae91-4b20-8169-d00e86f10230",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c5024b73-c12c-468d-957c-62c2518c4439",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0a61629c-d12e-4dc1-b664-f2ec6d31b606",
            "generatedFromUUID": "c5024b73-c12c-468d-957c-62c2518c4439"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0a61629c-d12e-4dc1-b664-f2ec6d31b606",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJudlev-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
      "artifactChecksum": "MmJmMmMwMTIwNjdjYTZlM2RkN2ZkMmUyZTE1ZjdkMmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b57a3ce9-3b7e-425a-adce-31de0963c35a"
    }
  ],
  "workloadContext": "Production"
}
2022-05-22T06:01:06.428Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:01:06.428Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 76b3a3dd-024d-45ba-9097-21dab7f1e036 ASDC
2022-05-22T06:01:06.429Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6f59630d-adb0-445d-8e08-ee6969893358
ServiceName:basic_onboard_JUdlEv
ServiceVersion:1.0
ServiceUUID:76b3a3dd-024d-45ba-9097-21dab7f1e036
ServiceInvariantUUID:36e89f46-583b-4b74-a651-bc7479f28711
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJudlev-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar
ArtifactUUID:b57a3ce9-3b7e-425a-adce-31de0963c35a
ArtifactChecksum:MmJmMmMwMTIwNjdjYTZlM2RkN2ZkMmUyZTE1ZjdkMmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JUdlEv 0
ResourceCustomizationUUID:db5aa83b-5ebd-4bfe-b053-befaf94a0a1d
ResourceInvariantUUID:012e78eb-e864-4d0e-a341-ee5fe8934246
ResourceName:basic_onboard_JUdlEv
ResourceType:VF
ResourceUUID:43812e23-b672-4f70-bc7f-fb6dcb1048c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_judlev0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json
ArtifactUUID:65561a72-ae91-4b20-8169-d00e86f10230
ArtifactChecksum:YWE2NTI2Mzg2YjU1ZGRjZmMwNDBmNDIwNjJhZWQ5NTI=
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/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c5024b73-c12c-468d-957c-62c2518c4439
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/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env
ArtifactUUID:0a61629c-d12e-4dc1-b664-f2ec6d31b606
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/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env
ArtifactUUID:0a61629c-d12e-4dc1-b664-f2ec6d31b606
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-22T06:01:06.429Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76b3a3dd-024d-45ba-9097-21dab7f1e036 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-22T06:01:06.458Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:01:06.458Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-22T06:01:06.458Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-22T06:01:06.458Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b57a3ce9-3b7e-425a-adce-31de0963c35a from URL: /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:06.459Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:06.459Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:06.513Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:06.516Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar b57a3ce9-3b7e-425a-adce-31de0963c35a 71585
2022-05-22T06:01:06.516Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar ASDC sendASDCNotification
2022-05-22T06:01:06.516Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:06.516Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:06.516Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:06.518Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:06.518Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199266516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:06.619Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:06.620Z||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-22T06:01:06.620Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:06.634Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:06.635Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:07.519Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:01:07.520Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-22T06:01:07.520Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b57a3ce9-3b7e-425a-adce-31de0963c35a, URL: /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar to file: /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:07.520Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:07.521Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:07.521Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:07.607Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15199509151483800735/Definitions/service-BasicOnboardJudlev-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-22T06:01:08.467Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:01:08.467Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-22T06:01:08.467Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.467Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-22T06:01:08.467Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JUdlEv 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-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||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-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||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-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is not matching search criteria
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is not matching search criteria
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0612b269-88ad-4a8d-b5a3-661088439bbe
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.471Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:08.471Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.471Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:08.471Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.471Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_JUdlEv
Description:service
Model UUID:76b3a3dd-024d-45ba-9097-21dab7f1e036
Model Version:NULL
Model InvariantUuid:36e89f46-583b-4b74-a651-bc7479f28711
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_JUdlEv
Model UUID:9813680d-3480-454f-9eb4-521f7ece07b7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:012e78eb-e864-4d0e-a341-ee5fe8934246
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:db5aa83b-5ebd-4bfe-b053-befaf94a0a1d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:558a04ab-6b11-4284-a0fc-500de84ffc71
ModelName:BasicOnboardJudlev..base_ubuntu18..module-0
ModelUuid:cafba9a1-23ef-4689-ab00-d72ae0d9227a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0612b269-88ad-4a8d-b5a3-661088439bbe
ModelInvariantUuid:30b83d0e-69e2-42d0-b3b9-f3dd4a26dcbb
ModelName:basic_onboard_JUdlEv-nodes.ubuntu18Cvfc
ModelUuid:ced513a3-5487-4b9c-8420-e883c4973412
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:21ab46b4-af7a-47c2-876a-990b0865b77e
ModelInvariantUuid:366a510e-fbf4-416f-af92-b9782f964709
ModelName:BasicOnboardJudlev.compute.nodes.heat.ubuntu18
ModelUuid:5fab4ecb-4d40-4ca7-8803-1ae63d0729ce
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-22T06:01:08.478Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 43812e23-b672-4f70-bc7f-fb6dcb1048c4
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-22T06:01:08.482Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||basic_onboard_JUdlEv 0
2022-05-22T06:01:08.483Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 43812e23-b672-4f70-bc7f-fb6dcb1048c4
2022-05-22T06:01:08.483Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 65561a72-ae91-4b20-8169-d00e86f10230 from URL: /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json
2022-05-22T06:01:08.483Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:08.483Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json
2022-05-22T06:01:08.550Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:08.551Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json 65561a72-ae91-4b20-8169-d00e86f10230 798
2022-05-22T06:01:08.551Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json ASDC sendASDCNotification
2022-05-22T06:01:08.551Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json
2022-05-22T06:01:08.551Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:08.551Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:08.553Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:08.553Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199268551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:08.653Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:08.654Z||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-22T06:01:08.654Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:08.668Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:08.668Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:09.554Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJudlev..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "558a04ab-6b11-4284-a0fc-500de84ffc71",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cafba9a1-23ef-4689-ab00-d72ae0d9227a",
    "vfModuleModelCustomizationUUID": "5a056684-e298-49b3-86e6-cee2234b9676",
    "isBase": true,
    "artifacts": [
      "c5024b73-c12c-468d-957c-62c2518c4439",
      "0a61629c-d12e-4dc1-b664-f2ec6d31b606"
    ],
    "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-22T06:01:09.561Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJudlev..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cafba9a1-23ef-4689-ab00-d72ae0d9227a
VfModuleModelInvariantUUID:558a04ab-6b11-4284-a0fc-500de84ffc71
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5024b73-c12c-468d-957c-62c2518c4439
,
0a61629c-d12e-4dc1-b664-f2ec6d31b606

}
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-22T06:01:09.564Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJudlev..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "558a04ab-6b11-4284-a0fc-500de84ffc71",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cafba9a1-23ef-4689-ab00-d72ae0d9227a",
    "vfModuleModelCustomizationUUID": "5a056684-e298-49b3-86e6-cee2234b9676",
    "isBase": true,
    "artifacts": [
      "c5024b73-c12c-468d-957c-62c2518c4439",
      "0a61629c-d12e-4dc1-b664-f2ec6d31b606"
    ],
    "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-22T06:01:09.564Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJudlev..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cafba9a1-23ef-4689-ab00-d72ae0d9227a
VfModuleModelInvariantUUID:558a04ab-6b11-4284-a0fc-500de84ffc71
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5024b73-c12c-468d-957c-62c2518c4439
,
0a61629c-d12e-4dc1-b664-f2ec6d31b606

}
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-22T06:01:09.564Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c5024b73-c12c-468d-957c-62c2518c4439 from URL: /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:09.564Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:09.565Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:09.625Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:09.626Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml c5024b73-c12c-468d-957c-62c2518c4439 5033
2022-05-22T06:01:09.626Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-22T06:01:09.626Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:09.626Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:09.627Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:09.628Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:09.629Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199269626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:09.729Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:09.730Z||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-22T06:01:09.731Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:09.745Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:09.746Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:10.630Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0a61629c-d12e-4dc1-b664-f2ec6d31b606 from URL: /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env
2022-05-22T06:01:10.630Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:10.630Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env
2022-05-22T06:01:10.681Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:10.681Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env 0a61629c-d12e-4dc1-b664-f2ec6d31b606 909
2022-05-22T06:01:10.682Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-22T06:01:10.682Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env
2022-05-22T06:01:10.682Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:10.682Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:10.685Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:10.685Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199270682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:10.785Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:10.786Z||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-22T06:01:10.786Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:10.800Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:10.800Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:11.685Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 76b3a3dd-024d-45ba-9097-21dab7f1e036
2022-05-22T06:01:11.686Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JUdlEv 0 43812e23-b672-4f70-bc7f-fb6dcb1048c4 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-22T06:01:11.700Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a028dfe, org.onap.sdc.toscaparser.api.parameters.Input@2e46d365, org.onap.sdc.toscaparser.api.parameters.Input@5bed8a17, org.onap.sdc.toscaparser.api.parameters.Input@794291c3, org.onap.sdc.toscaparser.api.parameters.Input@47119e68]
2022-05-22T06:01:11.703Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.703Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.703Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-22T06:01:11.704Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= db5aa83b-5ebd-4bfe-b053-befaf94a0a1d
2022-05-22T06:01:11.704Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db5aa83b-5ebd-4bfe-b053-befaf94a0a1d matches Tosca VF Customization UUID: db5aa83b-5ebd-4bfe-b053-befaf94a0a1d
2022-05-22T06:01:11.704Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: db5aa83b-5ebd-4bfe-b053-befaf94a0a1d  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-22T06:01:11.707Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.707Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.709Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id db5aa83b-5ebd-4bfe-b053-befaf94a0a1d: {\"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-22T06:01:11.709Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57f7c9a
2022-05-22T06:01:11.709Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.709Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T06:01:11.709Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a056684-e298-49b3-86e6-cee2234b9676
2022-05-22T06:01:11.709Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a056684-e298-49b3-86e6-cee2234b9676
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-22T06:01:11.712Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.713Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:11.713Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:11.713Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.713Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:11.713Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:11.713Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.714Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is not matching search criteria
2022-05-22T06:01:11.714Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-22T06:01:11.714Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T06:01:11.714Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0612b269-88ad-4a8d-b5a3-661088439bbe
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-22T06:01:11.716Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.717Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:11.717Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:11.717Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.717Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:11.717Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=db5aa83b-5ebd-4bfe-b053-befaf94a0a1d
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-22T06:01:11.719Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.719Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.719Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 76b3a3dd-024d-45ba-9097-21dab7f1e036: basic_onboard_JUdlEv
2022-05-22T06:01:11.719Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.719Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_JUdlEv 
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-22T06:01:11.780Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JUdlEv 43812e23-b672-4f70-bc7f-fb6dcb1048c4 1 ASDC deployResourceStructure
2022-05-22T06:01:11.780Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json ASDC sendASDCNotification
2022-05-22T06:01:11.780Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json
2022-05-22T06:01:11.780Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:01:11.781Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:11.782Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:11.782Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199271780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:01:11.883Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:11.884Z||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-22T06:01:11.884Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:11.898Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:11.898Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:12.783Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-22T06:01:12.784Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:12.784Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:01:12.784Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:12.786Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:12.786Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199272783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:01:12.886Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:12.887Z||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-22T06:01:12.888Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:12.900Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:12.901Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:13.787Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-22T06:01:13.787Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env
2022-05-22T06:01:13.787Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:01:13.787Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:13.789Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:13.789Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199273787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-22T06:01:13.890Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:13.891Z||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-22T06:01:13.892Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:13.907Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:13.908Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:14.790Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar ASDC sendASDCNotification
2022-05-22T06:01:14.791Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:14.791Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:01:14.791Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:14.793Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:14.793Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199274790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:01:14.894Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:14.895Z||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-22T06:01:14.895Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:14.911Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:14.912Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:15.794Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f59630d-adb0-445d-8e08-ee6969893358
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:01:15.805Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f59630d-adb0-445d-8e08-ee6969893358
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T06:01:15.814Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:01:45.814Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f59630d-adb0-445d-8e08-ee6969893358 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-22T06:01:45.822Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f59630d-adb0-445d-8e08-ee6969893358 and serviceModelVersionId: 76b3a3dd-024d-45ba-9097-21dab7f1e036
2022-05-22T06:01:45.822Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e89f46-583b-4b74-a651-bc7479f28711
2022-05-22T06:01:45.823Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0
2022-05-22T06:01:45.828Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:01:45.857Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0|INFO|500||Invoke
2022-05-22T06:01:45.858Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6f59630d-adb0-445d-8e08-ee6969893358], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc15a378-c056-470f-a6d8-635b6f45278f], X-ECOMP-RequestID=[6f59630d-adb0-445d-8e08-ee6969893358], X-TransactionId=[], X-ONAP-RequestID=[6f59630d-adb0-445d-8e08-ee6969893358], Content-Type=[application/merge-patch+json]}
2022-05-22T06:01:45.878Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-22T06:01:46.297Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?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/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220522-06:01:46:199-75150], vertex-id=[405696], Content-Length=[0], Date=[Sun, 22 May 2022 06:01:46 GMT], Content-Type=[application/json]}
2022-05-22T06:01:46.298Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:01:46.298Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0|INFO|500||InvokeReturn
2022-05-22T06:01:46.299Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:01:46.299Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T06:01:46.304Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-22T06:01:46.304Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f59630d-adb0-445d-8e08-ee6969893358 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:01:46.304Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:01:46.304Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:46.306Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:46.306Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199306304,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:01:46.408Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-22T06:01:46.409Z||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-22T06:01:46.409Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:46.424Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:46.425Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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-22T06:01:47.320Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T06:01:47.320Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"81637bb9-fe80-496a-a3e8-78eb73697b04","serviceName":"basic_onboard_UMWnoB","serviceVersion":"1.0","serviceUUID":"486bd211-fe45-4d9a-be2c-1ed2c9e174c9","serviceDescription":"service","serviceInvariantUUID":"28b9f9a0-8da5-423b-b26c-817786d1d229","resources":[{"resourceInstanceName":"basic_onboard_UMWnoB 0","resourceName":"basic_onboard_UMWnoB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71ad7366-5c56-41d6-a6bb-75b3c12bb497","resourceInvariantUUID":"42ae5d7b-bb39-433e-85b6-27c6e3b08a5a","resourceCustomizationUUID":"bc257e37-c681-42dd-b882-03ca0b90ef4e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml","artifactChecksum":"MDE3OTQyNDdjNjNlODY4Yzk2OWM3NDI2NjNiNjliMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8eccbe3e-d9c3-4269-bb4f-b2f8c179ea85","artifactVersion":"1"},{"artifactName":"basic_onboard_umwnob0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json","artifactChecksum":"OTdhYzkyZTNmZDlhOTE4ZGYwM2I3ZmZlNWVkNGYxZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"efa0748a-2e90-4f66-8aef-9cc845699703","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"048f1c03-cc30-4c60-86c5-4840af1a3f9e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d83851ff-97c0-4583-bb0c-b5b394c69808","artifactVersion":"2","generatedFromUUID":"3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUmwnob-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml","artifactChecksum":"NGIwNmRhZTJmZDAxYTRjNTQ0NTA3NDViYTc1NWVlYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e4eaada-a970-4d6f-895b-1334b88eb8bc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUmwnob-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar","artifactChecksum":"YzBhMTRjNWRlZDAxMDg5NTI1YmQ2MWNhMTRhMzFhMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"abd9daeb-d73e-4722-bbc1-5d6a2bbe0082","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:01:47.322Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:47.323Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:47.325Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:47.326Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:47.426Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:47.427Z||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-22T06:01:47.427Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:47.439Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:47.439Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:01:48.326Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:48.328Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:48.330Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:48.330Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:01:48.430Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:48.431Z||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-22T06:01:48.431Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:48.444Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:48.444Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:49.330Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:49.332Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:49.334Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:49.334Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:01:49.434Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:01:49.436Z||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-22T06:01:49.436Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:49.451Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:49.451Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:50.335Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:50.336Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:50.338Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:50.339Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:50.439Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:50.440Z||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-22T06:01:50.440Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:50.456Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:50.456Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:51.339Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:51.340Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:51.342Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:51.342Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-22T06:01:51.442Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:51.443Z||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-22T06:01:51.444Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:51.460Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:51.460Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:01:52.342Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:52.343Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:52.345Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:52.345Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:52.445Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:52.446Z||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-22T06:01:52.446Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:52.459Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:52.460Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:01:53.346Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:53.347Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:53.349Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:53.349Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:01:53.449Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:53.450Z||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-22T06:01:53.451Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:53.462Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:53.463Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:01:53.814Z||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-22T06:01:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:01:54.350Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "serviceName": "basic_onboard_UMWnoB",
  "serviceVersion": "1.0",
  "serviceUUID": "486bd211-fe45-4d9a-be2c-1ed2c9e174c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "28b9f9a0-8da5-423b-b26c-817786d1d229",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UMWnoB 0",
      "resourceCustomizationUUID": "bc257e37-c681-42dd-b882-03ca0b90ef4e",
      "resourceName": "basic_onboard_UMWnoB",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71ad7366-5c56-41d6-a6bb-75b3c12bb497",
      "resourceInvariantUUID": "42ae5d7b-bb39-433e-85b6-27c6e3b08a5a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_umwnob0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
          "artifactChecksum": "OTdhYzkyZTNmZDlhOTE4ZGYwM2I3ZmZlNWVkNGYxZjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "efa0748a-2e90-4f66-8aef-9cc845699703",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d83851ff-97c0-4583-bb0c-b5b394c69808",
            "generatedFromUUID": "3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d83851ff-97c0-4583-bb0c-b5b394c69808",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUmwnob-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
      "artifactChecksum": "YzBhMTRjNWRlZDAxMDg5NTI1YmQ2MWNhMTRhMzFhMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "abd9daeb-d73e-4722-bbc1-5d6a2bbe0082"
    }
  ],
  "workloadContext": "Production"
}
2022-05-22T06:01:54.351Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:01:54.351Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 486bd211-fe45-4d9a-be2c-1ed2c9e174c9 ASDC
2022-05-22T06:01:54.351Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:81637bb9-fe80-496a-a3e8-78eb73697b04
ServiceName:basic_onboard_UMWnoB
ServiceVersion:1.0
ServiceUUID:486bd211-fe45-4d9a-be2c-1ed2c9e174c9
ServiceInvariantUUID:28b9f9a0-8da5-423b-b26c-817786d1d229
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUmwnob-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar
ArtifactUUID:abd9daeb-d73e-4722-bbc1-5d6a2bbe0082
ArtifactChecksum:YzBhMTRjNWRlZDAxMDg5NTI1YmQ2MWNhMTRhMzFhMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UMWnoB 0
ResourceCustomizationUUID:bc257e37-c681-42dd-b882-03ca0b90ef4e
ResourceInvariantUUID:42ae5d7b-bb39-433e-85b6-27c6e3b08a5a
ResourceName:basic_onboard_UMWnoB
ResourceType:VF
ResourceUUID:71ad7366-5c56-41d6-a6bb-75b3c12bb497
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_umwnob0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json
ArtifactUUID:efa0748a-2e90-4f66-8aef-9cc845699703
ArtifactChecksum:OTdhYzkyZTNmZDlhOTE4ZGYwM2I3ZmZlNWVkNGYxZjI=
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/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d
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/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env
ArtifactUUID:d83851ff-97c0-4583-bb0c-b5b394c69808
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/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env
ArtifactUUID:d83851ff-97c0-4583-bb0c-b5b394c69808
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-22T06:01:54.351Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 486bd211-fe45-4d9a-be2c-1ed2c9e174c9 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-22T06:01:54.393Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:01:54.394Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-22T06:01:54.394Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-22T06:01:54.394Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: abd9daeb-d73e-4722-bbc1-5d6a2bbe0082 from URL: /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:54.394Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:54.394Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:54.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:54.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "cds",
  "timestamp": 1653199252249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "cds",
  "timestamp": 1653199252249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "clamp",
  "timestamp": 1653199258872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "policy-id",
  "timestamp": 1653199258977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "cds",
  "timestamp": 1653199252249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "clamp",
  "timestamp": 1653199258872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "policy-id",
  "timestamp": 1653199258977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "cds",
  "timestamp": 1653199252249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "clamp",
  "timestamp": 1653199258872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "policy-id",
  "timestamp": 1653199258977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "cds",
  "timestamp": 1653199252249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "clamp",
  "timestamp": 1653199258872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "policy-id",
  "timestamp": 1653199258977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "cds",
  "timestamp": 1653199252249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "clamp",
  "timestamp": 1653199258872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "policy-id",
  "timestamp": 1653199258977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "cds",
  "timestamp": 1653199252249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "clamp",
  "timestamp": 1653199258872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "policy-id",
  "timestamp": 1653199258977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "cds",
  "timestamp": 1653199265013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "clamp",
  "timestamp": 1653199258872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "policy-id",
  "timestamp": 1653199258977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "cds",
  "timestamp": 1653199266019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-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-22T06:01:54.461Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81637bb9-fe80-496a-a3e8-78eb73697b04
2022-05-22T06:01:54.461Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81637bb9-fe80-496a-a3e8-78eb73697b04 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-22T06:01:54.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199265771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199266516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "policy-id",
  "timestamp": 1653199266722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199265771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199266924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "policy-id",
  "timestamp": 1653199267727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199265771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199268551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199266924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "policy-id",
  "timestamp": 1653199268729,
  "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-22T06:01:54.473Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81637bb9-fe80-496a-a3e8-78eb73697b04
2022-05-22T06:01:54.473Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81637bb9-fe80-496a-a3e8-78eb73697b04 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-22T06:01:54.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199265771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "clamp",
  "timestamp": 1653199269432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199269626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199266924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199265771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199266924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199270682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199265771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "clamp",
  "timestamp": 1653199271440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199266924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199271780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199265771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "clamp",
  "timestamp": 1653199272445,
  "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-22T06:01:54.486Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81637bb9-fe80-496a-a3e8-78eb73697b04
2022-05-22T06:01:54.487Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81637bb9-fe80-496a-a3e8-78eb73697b04 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-22T06:01:54.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199266924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199272783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "aai-ml",
  "timestamp": 1653199272509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199266924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199273787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "aai-ml",
  "timestamp": 1653199272509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199274790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199274737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "aai-ml",
  "timestamp": 1653199272509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199275427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199276028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "aai-ml",
  "timestamp": 1653199272509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199275427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199277148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "aai-ml",
  "timestamp": 1653199272509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199275427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199278171,
  "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-22T06:01:54.511Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81637bb9-fe80-496a-a3e8-78eb73697b04
2022-05-22T06:01:54.512Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81637bb9-fe80-496a-a3e8-78eb73697b04 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-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "aai-ml",
  "timestamp": 1653199272509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199275427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199279185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "aai-ml",
  "timestamp": 1653199272509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199275427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199275427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "aai-ml",
  "timestamp": 1653199280698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.523Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199275427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199283261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199285245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199286250,
  "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-22T06:01:54.528Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81637bb9-fe80-496a-a3e8-78eb73697b04
2022-05-22T06:01:54.528Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81637bb9-fe80-496a-a3e8-78eb73697b04 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-22T06:01:54.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "aai-ml",
  "timestamp": 1653199289265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:01:54.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "aai-ml",
  "timestamp": 1653199290270,
  "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-22T06:01:54.547Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81637bb9-fe80-496a-a3e8-78eb73697b04
2022-05-22T06:01:54.547Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81637bb9-fe80-496a-a3e8-78eb73697b04 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-22T06:01:54.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199306304,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199254955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:01:54.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:01:54.984Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:54.989Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar abd9daeb-d73e-4722-bbc1-5d6a2bbe0082 71573
2022-05-22T06:01:54.989Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar ASDC sendASDCNotification
2022-05-22T06:01:54.990Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:54.990Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:54.990Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:54.992Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:54.992Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199314989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:55.093Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:55.094Z||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-22T06:01:55.094Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:55.128Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:55.129Z||pool-42-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:55.993Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:01:55.994Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-22T06:01:55.995Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: abd9daeb-d73e-4722-bbc1-5d6a2bbe0082, URL: /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar to file: /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:55.995Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:55.995Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:55.995Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.095Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8153243434679827740/Definitions/service-BasicOnboardUmwnob-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-22T06:01:56.953Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:01:56.953Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-22T06:01:56.953Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||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-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UMWnoB 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-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||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-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is not matching search criteria
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is not matching search criteria
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3c691cd6-7d93-4451-bb9a-6e8957010a36
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.958Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:01:56.958Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.958Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_UMWnoB
Description:service
Model UUID:486bd211-fe45-4d9a-be2c-1ed2c9e174c9
Model Version:NULL
Model InvariantUuid:28b9f9a0-8da5-423b-b26c-817786d1d229
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_UMWnoB
Model UUID:4ab2e89d-8194-44d8-8c91-136ad0076812
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:42ae5d7b-bb39-433e-85b6-27c6e3b08a5a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bc257e37-c681-42dd-b882-03ca0b90ef4e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:958dfee7-a2d6-4237-af68-5fd3cffc95d2
ModelName:BasicOnboardUmwnob..base_ubuntu18..module-0
ModelUuid:e3bba4a9-31e1-443e-a0b8-42a3cce405d8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3c691cd6-7d93-4451-bb9a-6e8957010a36
ModelInvariantUuid:69be3d38-7f97-405d-8ab7-9c27b0644e6c
ModelName:basic_onboard_UMWnoB-nodes.ubuntu18Cvfc
ModelUuid:89156ac1-e5c2-4596-ab46-10e43729e40b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f9243f71-f31b-4c07-873c-0374e0f53c88
ModelInvariantUuid:35f351cf-45ab-4e52-b423-a3b6f6e6c50d
ModelName:BasicOnboardUmwnob.compute.nodes.heat.ubuntu18
ModelUuid:0976f208-af0a-49bb-8c4f-adb9ce3ab5bb
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-22T06:01:56.964Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71ad7366-5c56-41d6-a6bb-75b3c12bb497
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-22T06:01:56.966Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||basic_onboard_UMWnoB 0
2022-05-22T06:01:56.967Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71ad7366-5c56-41d6-a6bb-75b3c12bb497
2022-05-22T06:01:56.967Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: efa0748a-2e90-4f66-8aef-9cc845699703 from URL: /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json
2022-05-22T06:01:56.967Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:56.967Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json
2022-05-22T06:01:57.382Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:57.382Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json efa0748a-2e90-4f66-8aef-9cc845699703 798
2022-05-22T06:01:57.383Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json ASDC sendASDCNotification
2022-05-22T06:01:57.383Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json
2022-05-22T06:01:57.383Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:57.383Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:57.391Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:57.392Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199317383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:57.486Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-05-22T06:01:57.487Z||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-22T06:01:57.487Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:57.500Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:57.502Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:01:58.392Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUmwnob..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "958dfee7-a2d6-4237-af68-5fd3cffc95d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e3bba4a9-31e1-443e-a0b8-42a3cce405d8",
    "vfModuleModelCustomizationUUID": "50c6dffe-b1c8-4c1b-9e17-f251502aa3bf",
    "isBase": true,
    "artifacts": [
      "3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d",
      "d83851ff-97c0-4583-bb0c-b5b394c69808"
    ],
    "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-22T06:01:58.396Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUmwnob..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3bba4a9-31e1-443e-a0b8-42a3cce405d8
VfModuleModelInvariantUUID:958dfee7-a2d6-4237-af68-5fd3cffc95d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d
,
d83851ff-97c0-4583-bb0c-b5b394c69808

}
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-22T06:01:58.398Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUmwnob..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "958dfee7-a2d6-4237-af68-5fd3cffc95d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e3bba4a9-31e1-443e-a0b8-42a3cce405d8",
    "vfModuleModelCustomizationUUID": "50c6dffe-b1c8-4c1b-9e17-f251502aa3bf",
    "isBase": true,
    "artifacts": [
      "3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d",
      "d83851ff-97c0-4583-bb0c-b5b394c69808"
    ],
    "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-22T06:01:58.398Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUmwnob..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3bba4a9-31e1-443e-a0b8-42a3cce405d8
VfModuleModelInvariantUUID:958dfee7-a2d6-4237-af68-5fd3cffc95d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d
,
d83851ff-97c0-4583-bb0c-b5b394c69808

}
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-22T06:01:58.398Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d from URL: /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:58.398Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:58.399Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:58.588Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:58.588Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml 3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d 5033
2022-05-22T06:01:58.589Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-22T06:01:58.589Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:58.589Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:58.589Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:58.596Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:58.596Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199318589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:58.691Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-05-22T06:01:58.692Z||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-22T06:01:58.692Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:58.707Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:58.708Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:59.596Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d83851ff-97c0-4583-bb0c-b5b394c69808 from URL: /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env
2022-05-22T06:01:59.596Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:59.597Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env
2022-05-22T06:01:59.640Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:59.641Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env d83851ff-97c0-4583-bb0c-b5b394c69808 909
2022-05-22T06:01:59.641Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-22T06:01:59.641Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env
2022-05-22T06:01:59.641Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:59.642Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:59.644Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:59.644Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199319641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:01:59.744Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:59.745Z||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-22T06:01:59.745Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:59.757Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:01:59.758Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:02:00.644Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 486bd211-fe45-4d9a-be2c-1ed2c9e174c9
2022-05-22T06:02:00.645Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UMWnoB 0 71ad7366-5c56-41d6-a6bb-75b3c12bb497 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-22T06:02:00.656Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c741cb6, org.onap.sdc.toscaparser.api.parameters.Input@7162a72b, org.onap.sdc.toscaparser.api.parameters.Input@4a5a0151, org.onap.sdc.toscaparser.api.parameters.Input@5c7b14c0, org.onap.sdc.toscaparser.api.parameters.Input@10262255]
2022-05-22T06:02:00.658Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.658Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:02:00.658Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-22T06:02:00.658Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= bc257e37-c681-42dd-b882-03ca0b90ef4e
2022-05-22T06:02:00.658Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc257e37-c681-42dd-b882-03ca0b90ef4e matches Tosca VF Customization UUID: bc257e37-c681-42dd-b882-03ca0b90ef4e
2022-05-22T06:02:00.658Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: bc257e37-c681-42dd-b882-03ca0b90ef4e  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-22T06:02:00.660Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.660Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:02:00.661Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id bc257e37-c681-42dd-b882-03ca0b90ef4e: {\"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-22T06:02:00.661Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a8a87c0
2022-05-22T06:02:00.661Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.661Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T06:02:00.661Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 50c6dffe-b1c8-4c1b-9e17-f251502aa3bf
2022-05-22T06:02:00.661Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 50c6dffe-b1c8-4c1b-9e17-f251502aa3bf
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-22T06:02:00.663Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.663Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:02:00.663Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:02:00.663Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.663Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:02:00.663Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:02:00.664Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.664Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is not matching search criteria
2022-05-22T06:02:00.664Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-22T06:02:00.664Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T06:02:00.664Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3c691cd6-7d93-4451-bb9a-6e8957010a36
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-22T06:02:00.665Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.665Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:02:00.665Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:02:00.666Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.666Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:02:00.666Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=bc257e37-c681-42dd-b882-03ca0b90ef4e
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-22T06:02:00.667Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.667Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:02:00.667Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 486bd211-fe45-4d9a-be2c-1ed2c9e174c9: basic_onboard_UMWnoB
2022-05-22T06:02:00.667Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.667Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:02:00.667Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.667Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:02:00.667Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.667Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:02:00.668Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.668Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:02:00.668Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:02:00.668Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:02:00.668Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_UMWnoB 
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-22T06:02:00.725Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UMWnoB 71ad7366-5c56-41d6-a6bb-75b3c12bb497 1 ASDC deployResourceStructure
2022-05-22T06:02:00.726Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json ASDC sendASDCNotification
2022-05-22T06:02:00.726Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json
2022-05-22T06:02:00.726Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:02:00.726Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:02:00.728Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:02:00.728Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199320726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:02:00.829Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:02:00.830Z||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-22T06:02:00.830Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:02:00.842Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:02:00.843Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:02:01.729Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-22T06:02:01.730Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml
2022-05-22T06:02:01.730Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:02:01.730Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:02:01.732Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:02:01.732Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199321729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:02:01.832Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:02:01.833Z||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-22T06:02:01.833Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:02:01.847Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:02:01.848Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:02:02.733Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-22T06:02:02.733Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env
2022-05-22T06:02:02.733Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:02:02.734Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:02:02.736Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:02:02.736Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199322733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-22T06:02:02.836Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:02:02.837Z||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-22T06:02:02.838Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:02:02.853Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:02:02.853Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:02:03.737Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar ASDC sendASDCNotification
2022-05-22T06:02:03.737Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:02:03.737Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:02:03.738Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:02:03.739Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:02:03.739Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199323737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:02:03.840Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:02:03.841Z||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-22T06:02:03.841Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:02:03.855Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:02:03.856Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:02:04.740Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81637bb9-fe80-496a-a3e8-78eb73697b04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:02:04.757Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81637bb9-fe80-496a-a3e8-78eb73697b04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:02:04.760Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:02:04.760Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:02:04.760Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:02:04.760Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:02:04.760Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:02:04.760Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:02:04.760Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:02:04.760Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:02:04.761Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:02:04.761Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:02:04.761Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T06:02:04.764Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:02:34.765Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81637bb9-fe80-496a-a3e8-78eb73697b04 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-22T06:02:34.771Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81637bb9-fe80-496a-a3e8-78eb73697b04 and serviceModelVersionId: 486bd211-fe45-4d9a-be2c-1ed2c9e174c9
2022-05-22T06:02:34.772Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b9f9a0-8da5-423b-b26c-817786d1d229
2022-05-22T06:02:34.773Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b9f9a0-8da5-423b-b26c-817786d1d229/model-vers/model-ver/486bd211-fe45-4d9a-be2c-1ed2c9e174c9?depth=0
2022-05-22T06:02:34.777Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:02:34.817Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28b9f9a0-8da5-423b-b26c-817786d1d229/model-vers/model-ver/486bd211-fe45-4d9a-be2c-1ed2c9e174c9?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-22T06:02:34.820Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28b9f9a0-8da5-423b-b26c-817786d1d229/model-vers/model-ver/486bd211-fe45-4d9a-be2c-1ed2c9e174c9?depth=0|INFO|500||Invoke
2022-05-22T06:02:34.870Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28b9f9a0-8da5-423b-b26c-817786d1d229/model-vers/model-ver/486bd211-fe45-4d9a-be2c-1ed2c9e174c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-22T06:02:34.963Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28b9f9a0-8da5-423b-b26c-817786d1d229/model-vers/model-ver/486bd211-fe45-4d9a-be2c-1ed2c9e174c9?depth=0|INFO|500||InvokeReturn
2022-05-22T06:02:34.964Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28b9f9a0-8da5-423b-b26c-817786d1d229/model-vers/model-ver/486bd211-fe45-4d9a-be2c-1ed2c9e174c9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-06:02:35:190-22204], vertex-id=[139264], Content-Length=[0], Date=[Sun, 22 May 2022 06:02:35 GMT], Content-Type=[application/json]}
2022-05-22T06:02:34.965Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:02:34.965Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:02:34.965Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T06:02:34.969Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-22T06:02:34.969Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81637bb9-fe80-496a-a3e8-78eb73697b04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:02:34.969Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:02:34.969Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:02:34.971Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:02:34.971Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199354969,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:02:35.072Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:02:35.073Z||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-22T06:02:35.073Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:02:35.090Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:02:35.090Z||pool-50-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-22T06:02:35.982Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:02:35.983Z|81637bb9-fe80-496a-a3e8-78eb73697b04|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-22T06:02:35.983Z|81637bb9-fe80-496a-a3e8-78eb73697b04|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 kfud54K0r616e16l) ...
2022-05-22T06:02:45.526Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:02:45.526Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:02:45.527Z|81637bb9-fe80-496a-a3e8-78eb73697b04|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-22T06:02:45.527Z|81637bb9-fe80-496a-a3e8-78eb73697b04|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 kfud54K0r616e16l) ...
2022-05-22T06:02:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:02:53.814Z||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-22T06:02:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:02:54.442Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:02:54.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:02:54.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199314989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:02:54.445Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:02:54.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:02:54.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199317383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:02:54.445Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:02:54.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:02:54.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199318589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:02:54.445Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:02:54.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:02:54.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199319641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199320726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199321729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199322733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199323737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199354969,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:02:54.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:02:55.068Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:02:55.069Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:02:55.070Z|e92038c9-ab84-4522-a397-4fae7835b632|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-22T06:02:55.070Z|e92038c9-ab84-4522-a397-4fae7835b632|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 kfud54K0r616e16l) ...
2022-05-22T06:03:04.613Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:03:04.613Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:03:04.614Z|e92038c9-ab84-4522-a397-4fae7835b632|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-22T06:03:04.614Z|e92038c9-ab84-4522-a397-4fae7835b632|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 kfud54K0r616e16l) ...
2022-05-22T06:03:14.155Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:03:53.809Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:03:53.835Z|e92038c9-ab84-4522-a397-4fae7835b632|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-22T06:03:53.836Z|e92038c9-ab84-4522-a397-4fae7835b632|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 kfud54K0r616e16l) ...
2022-05-22T06:03:53.820Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:03:53.836Z||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-22T06:03:53.836Z||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 kfud54K0r616e16l) ...
2022-05-22T06:04:03.385Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:04:03.385Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:04:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:04:53.810Z||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-22T06:04:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T06:04:53.813Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:04:53.814Z|81637bb9-fe80-496a-a3e8-78eb73697b04|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-22T06:04:53.814Z|81637bb9-fe80-496a-a3e8-78eb73697b04|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 kfud54K0r616e16l) ...
2022-05-22T06:05:03.388Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:05:03.388Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:05:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:05:53.810Z||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-22T06:05:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T06:05:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:05:53.814Z||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-22T06:05:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:06:03.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:06:03.374Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:06:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:06:53.810Z||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-22T06:06:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T06:06:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:06:53.814Z||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-22T06:06:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:07:03.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:07:03.383Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:07:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:07:53.810Z||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-22T06:07:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T06:07:53.813Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:07:53.814Z||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-22T06:07:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:08:03.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:08:03.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:08:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:08:53.813Z||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-22T06:08:53.813Z||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 kfud54K0r616e16l) ...
2022-05-22T06:08:53.813Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:08:53.814Z||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-22T06:08:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:09:03.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:09:03.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:09:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:09:53.810Z||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-22T06:09:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T06:09:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:09:53.814Z||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-22T06:09:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:10:03.372Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:10:03.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:10:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:10:53.810Z||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-22T06:10:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T06:10:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:10:53.814Z||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-22T06:10:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:11:03.381Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:11:03.384Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:11:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:11:53.811Z||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-22T06:11:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T06:11:53.813Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:11:53.814Z||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-22T06:11:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:11:54.060Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:11:54.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:11:54.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199905427,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:11:54.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:11:54.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:11:54.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "aai-ml",
  "timestamp": 1653199902509,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:11:54.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:11:54.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:11:54.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199906924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:11:54.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:11:54.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:11:54.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199905771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:11:54.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:11:54.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:11:54.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "aai-ml",
  "timestamp": 1653199902509,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:11:54.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:11:54.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:11:54.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199905427,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:11:54.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:11:54.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:11:54.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199906924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:11:54.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:11:54.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:11:54.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199905771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:11:54.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:11:54.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:11:54.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "cds",
  "timestamp": 1653199912249,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:11:54.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:11:54.445Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:11:54.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T06:11:54.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b9149e82-0a0d-436a-98cf-faeaa6c92311","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d38071b9-8e19-4346-a91c-62d583d0ff88","serviceDescription":"service","serviceInvariantUUID":"e06df11b-167d-426e-bb50-783beee9dbcf","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e9b69736-2614-4236-932d-c23a879c4652","resourceInvariantUUID":"0353325d-a2cb-473e-a8c9-cf388f25f209","resourceCustomizationUUID":"91ed4696-f634-4d7f-bcc6-bcb2c2cd4dbc","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":"NWM3MzYwYzZkODdjN2RmNzMyN2Y3OTU3MTYyZTk2OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"64fae518-8a60-439f-a07e-0a35c17270e6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDMyNzhjMWFiMWQyMGYzMDUwMDA0N2YzOTBhZGYyZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ea64f33-14c0-4e29-ad9d-b331dcf670eb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:11:54.448Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:11:54.448Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:11:54.452Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:11:54.452Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199913809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:11:54.552Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:11:54.553Z||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-22T06:11:54.553Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:11:54.568Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:11:54.569Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:11:55.453Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:11:55.454Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:11:55.456Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:11:55.457Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199913809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:11:55.557Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:11:55.558Z||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-22T06:11:55.558Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:11:55.574Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:11:55.574Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:11:56.458Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d38071b9-8e19-4346-a91c-62d583d0ff88",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e06df11b-167d-426e-bb50-783beee9dbcf",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "91ed4696-f634-4d7f-bcc6-bcb2c2cd4dbc",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e9b69736-2614-4236-932d-c23a879c4652",
      "resourceInvariantUUID": "0353325d-a2cb-473e-a8c9-cf388f25f209",
      "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": "MDMyNzhjMWFiMWQyMGYzMDUwMDA0N2YzOTBhZGYyZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ea64f33-14c0-4e29-ad9d-b331dcf670eb"
    }
  ],
  "workloadContext": "Production"
}
2022-05-22T06:11:56.458Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:11:56.458Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d38071b9-8e19-4346-a91c-62d583d0ff88 ASDC
2022-05-22T06:11:56.459Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b9149e82-0a0d-436a-98cf-faeaa6c92311
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d38071b9-8e19-4346-a91c-62d583d0ff88
ServiceInvariantUUID:e06df11b-167d-426e-bb50-783beee9dbcf
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:7ea64f33-14c0-4e29-ad9d-b331dcf670eb
ArtifactChecksum:MDMyNzhjMWFiMWQyMGYzMDUwMDA0N2YzOTBhZGYyZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:91ed4696-f634-4d7f-bcc6-bcb2c2cd4dbc
ResourceInvariantUUID:0353325d-a2cb-473e-a8c9-cf388f25f209
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e9b69736-2614-4236-932d-c23a879c4652
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-22T06:11:56.459Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d38071b9-8e19-4346-a91c-62d583d0ff88 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-22T06:11:56.485Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:11:56.486Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:11:56.487Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:11:56.487Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7ea64f33-14c0-4e29-ad9d-b331dcf670eb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-22T06:11:56.487Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:11:56.487Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:56.920Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:11:56.922Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7ea64f33-14c0-4e29-ad9d-b331dcf670eb 52512
2022-05-22T06:11:56.923Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:56.923Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:56.923Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:11:56.923Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:11:56.925Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:11:56.925Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199916923,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:11:57.026Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:11:57.027Z||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-22T06:11:57.027Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:11:57.043Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:11:57.044Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:11:57.926Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:11:57.927Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:11:57.927Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7ea64f33-14c0-4e29-ad9d-b331dcf670eb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T06:11:57.927Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-22T06:11:57.928Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T06:11:57.928Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T06:11:58.019Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10268156140572459594/Definitions/service-BasicNetwork-template.yml
2022-05-22T06:11:58.439Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:11:58.440Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:11:58.440Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T06:11:58.440Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-22T06:11:58.440Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.440Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.440Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.440Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.440Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.440Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.441Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.441Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.441Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:11:58.441Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.441Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.441Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-22T06:11:58.441Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:11:58.441Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:11:58.442Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.442Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.442Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-22T06:11:58.442Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:11:58.442Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:11:58.442Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.442Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.442Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.442Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.443Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.443Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.443Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.443Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.443Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.443Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.443Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:d38071b9-8e19-4346-a91c-62d583d0ff88
Model Version:NULL
Model InvariantUuid:e06df11b-167d-426e-bb50-783beee9dbcf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0353325d-a2cb-473e-a8c9-cf388f25f209
Model UUID:a8fd8080-d750-4d02-9a17-477a3515cded
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:91ed4696-f634-4d7f-bcc6-bcb2c2cd4dbc
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-22T06:11:58.450Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: e9b69736-2614-4236-932d-c23a879c4652
2022-05-22T06:11:58.450Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||No resources found for Service: d38071b9-8e19-4346-a91c-62d583d0ff88
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-22T06:11:58.456Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||
2022-05-22T06:11:58.456Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-22T06:11:58.457Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||No resources found for Service: d38071b9-8e19-4346-a91c-62d583d0ff88
2022-05-22T06:11:58.457Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d38071b9-8e19-4346-a91c-62d583d0ff88
2022-05-22T06:11:58.457Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-22T06:11:58.457Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.463Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13bae2f0, org.onap.sdc.toscaparser.api.parameters.Input@672c8825, org.onap.sdc.toscaparser.api.parameters.Input@6abbdbfa, org.onap.sdc.toscaparser.api.parameters.Input@7ba792ec, org.onap.sdc.toscaparser.api.parameters.Input@3f4e520a]
2022-05-22T06:11:58.464Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.465Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.465Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.465Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.465Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d38071b9-8e19-4346-a91c-62d583d0ff88: Generic NeutronNet
2022-05-22T06:11:58.465Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.465Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.465Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.465Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.518Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.518Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.518Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.518Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.519Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:11:58.519Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.519Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.574Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-22T06:11:58.574Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.574Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:11:58.574Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:11:58.574Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:11:58.576Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:11:58.576Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199918574,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:11:58.676Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:11:58.678Z||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-22T06:11:58.678Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:11:58.697Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:11:58.697Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:11:59.577Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:11:59.606Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:11:59.610Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:11:59.610Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:11:59.610Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:12:29.610Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:12:29.621Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:12:29.623Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:12:29.623Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:12:29.623Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:12:53.813Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:12:53.814Z||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-22T06:12:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:12:53.836Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:12:53.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:12:53.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "aai-ml",
  "timestamp": 1653199913607,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:12:53.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:12:59.624Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:12:59.635Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:12:59.636Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:12:59.637Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:12:59.637Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:13:29.637Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:13:29.646Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:13:29.651Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:13:29.652Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:13:29.652Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:13:53.813Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:13:53.815Z||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-22T06:13:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T06:13:53.838Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:13:53.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:13:53.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "cds",
  "timestamp": 1653199912249,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:13:53.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:13:59.652Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:13:59.663Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:13:59.665Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:13:59.665Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:13:59.665Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:14:29.665Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:14:29.676Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:14:29.679Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:14:29.680Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:14:29.680Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:14:53.814Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:14:53.815Z||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-22T06:14:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T06:14:53.850Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:14:53.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199914336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:14:53.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:14:53.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199913809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199913809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:14:53.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199915813,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:14:53.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:14:53.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "cds",
  "timestamp": 1653199915547,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:14:53.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:14:53.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199916818,
  "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-22T06:14:53.861Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b9149e82-0a0d-436a-98cf-faeaa6c92311
2022-05-22T06:14:53.862Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9149e82-0a0d-436a-98cf-faeaa6c92311 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-22T06:14:53.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "cds",
  "timestamp": 1653199916553,
  "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-22T06:14:53.876Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b9149e82-0a0d-436a-98cf-faeaa6c92311
2022-05-22T06:14:53.876Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9149e82-0a0d-436a-98cf-faeaa6c92311 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-22T06:14:53.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199916923,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653199918574,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "aai-ml",
  "timestamp": 1653199918899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "clamp",
  "timestamp": 1653199918872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "policy-id",
  "timestamp": 1653199918977,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "aai-ml",
  "timestamp": 1653199919904,
  "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-22T06:14:53.889Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b9149e82-0a0d-436a-98cf-faeaa6c92311
2022-05-22T06:14:53.890Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9149e82-0a0d-436a-98cf-faeaa6c92311 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-22T06:14:53.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "clamp",
  "timestamp": 1653199918872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:14:53.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "policy-id",
  "timestamp": 1653199918977,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:14:53.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "policy-id",
  "timestamp": 1653199921719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:14:53.899Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:14:53.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "policy-id",
  "timestamp": 1653199922724,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:14:53.899Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:14:53.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "policy-id",
  "timestamp": 1653199923727,
  "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-22T06:14:53.903Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b9149e82-0a0d-436a-98cf-faeaa6c92311
2022-05-22T06:14:53.903Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9149e82-0a0d-436a-98cf-faeaa6c92311 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-22T06:14:53.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "clamp",
  "timestamp": 1653199927554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:14:53.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:14:53.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "clamp",
  "timestamp": 1653199929564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:14:53.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:14:53.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "clamp",
  "timestamp": 1653199930575,
  "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-22T06:14:53.913Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b9149e82-0a0d-436a-98cf-faeaa6c92311
2022-05-22T06:14:53.913Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9149e82-0a0d-436a-98cf-faeaa6c92311 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-22T06:14:53.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "aai-ml",
  "timestamp": 1653199962509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "cds",
  "timestamp": 1653199957249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "policy-id",
  "timestamp": 1653199958977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "cds",
  "timestamp": 1653199957249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "aai-ml",
  "timestamp": 1653199962509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "policy-id",
  "timestamp": 1653199958977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199965427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "aai-ml",
  "timestamp": 1653199962509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "cds",
  "timestamp": 1653199957249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "policy-id",
  "timestamp": 1653199958977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199965771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199965427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "cds",
  "timestamp": 1653199957249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "aai-ml",
  "timestamp": 1653199962509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "policy-id",
  "timestamp": 1653199958977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199965771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199966924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199965427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "cds",
  "timestamp": 1653199957249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "aai-ml",
  "timestamp": 1653199962509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "policy-id",
  "timestamp": 1653199958977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199965771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199966924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199965427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "cds",
  "timestamp": 1653199957249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "aai-ml",
  "timestamp": 1653199962509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "policy-id",
  "timestamp": 1653199958977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199965771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199966924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199965427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "cds",
  "timestamp": 1653199957249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "aai-ml",
  "timestamp": 1653199962509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "policy-id",
  "timestamp": 1653199958977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199965771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199966924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199965427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "aai-ml",
  "timestamp": 1653199962509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "cds",
  "timestamp": 1653199957249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "policy-id",
  "timestamp": 1653199958977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199965771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199966924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199965427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199965771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "aai-ml",
  "timestamp": 1653199972309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199966924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "cds",
  "timestamp": 1653199972730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199965427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "policy-id",
  "timestamp": 1653199972818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:14:53.943Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:14:53.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199965771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:53.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-22T06:14:53.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199966924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:14:53.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:14:59.680Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:14:59.694Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:14:59.698Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:14:59.698Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:14:59.699Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:14:59.699Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:14:59.699Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:14:59.699Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:14:59.699Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:14:59.699Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:14:59.699Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:14:59.699Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:14:59.699Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:14:59.705Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:15:29.705Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b9149e82-0a0d-436a-98cf-faeaa6c92311 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-22T06:15:29.710Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b9149e82-0a0d-436a-98cf-faeaa6c92311 and serviceModelVersionId: d38071b9-8e19-4346-a91c-62d583d0ff88
2022-05-22T06:15:29.711Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e06df11b-167d-426e-bb50-783beee9dbcf
2022-05-22T06:15:29.712Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e06df11b-167d-426e-bb50-783beee9dbcf/model-vers/model-ver/d38071b9-8e19-4346-a91c-62d583d0ff88?depth=0
2022-05-22T06:15:29.718Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:15:29.757Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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/e06df11b-167d-426e-bb50-783beee9dbcf/model-vers/model-ver/d38071b9-8e19-4346-a91c-62d583d0ff88?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-22T06:15:29.758Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e06df11b-167d-426e-bb50-783beee9dbcf/model-vers/model-ver/d38071b9-8e19-4346-a91c-62d583d0ff88?depth=0|INFO|500||Invoke
2022-05-22T06:15:29.778Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e06df11b-167d-426e-bb50-783beee9dbcf/model-vers/model-ver/d38071b9-8e19-4346-a91c-62d583d0ff88?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-22T06:15:29.858Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e06df11b-167d-426e-bb50-783beee9dbcf/model-vers/model-ver/d38071b9-8e19-4346-a91c-62d583d0ff88?depth=0|INFO|500||InvokeReturn
2022-05-22T06:15:29.858Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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/e06df11b-167d-426e-bb50-783beee9dbcf/model-vers/model-ver/d38071b9-8e19-4346-a91c-62d583d0ff88?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220522-06:15:30:098-3608], vertex-id=[184360], Content-Length=[0], Date=[Sun, 22 May 2022 06:15:30 GMT], Content-Type=[application/json]}
2022-05-22T06:15:29.858Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:15:29.858Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:15:29.858Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:15:29.864Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:15:29.868Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b9149e82-0a0d-436a-98cf-faeaa6c92311 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:15:29.868Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:15:29.868Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:15:29.870Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:15:29.871Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200129868,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:15:29.971Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:15:29.972Z||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-22T06:15:29.972Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:15:30.000Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:15:30.001Z||pool-55-thread-1|||||INFO|500||cambria reply ok (30 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-22T06:15:30.881Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:15:30.881Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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-22T06:15:30.882Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|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 kfud54K0r616e16l) ...
2022-05-22T06:15:35.297Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:15:35.299Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T06:15:35.299Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"34fc2f06-6630-4903-8718-5af4dd2c6e93","serviceName":"Demo_pNF_b6tahGO4weW5LAvis0zZ","serviceVersion":"1.0","serviceUUID":"77d4f45a-14dd-4626-ab16-1a897ac72d62","serviceDescription":"catalog service description","serviceInvariantUUID":"c9bf72d5-8aac-4ea7-950b-8f778656e5ce","resources":[{"resourceInstanceName":"pNF 9eb558bd-bc69 0","resourceName":"pNF 9eb558bd-bc69","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e3e1131-563e-49da-ad56-e80561d0cf68","resourceInvariantUUID":"c36db713-9629-470e-9ca1-20bdb4dfe05d","resourceCustomizationUUID":"c2202581-7248-42f7-874f-c81ecc607a27","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vf-license-model.xml","artifactChecksum":"ZmM3NTg3MDQ0M2M3NTY1NjcxMGRmN2E3ZTM4NjhkY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76627304-215c-4bc0-b014-d568907a6102","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/pNF.csar","artifactChecksum":"Njk5MzdkNGU4YjM3NzdjOWFjNzU2OGY0YjBiNmVhYzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8a8a3a8-3478-4cdc-b714-b535ba0eaf2d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"83fffb02-2873-44ca-aac7-7b03fa7831a4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vendor-license-model.xml","artifactChecksum":"Mzc2YTJjZTY2NDQ5MGMzMzJlMDI1ODJmY2EzOTliY2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"52a17fd5-e296-439b-8f45-436699caae23","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7bf86862-36db-4de7-a4b0-c6820b5f7737","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d90e40da-4312-43cf-a596-7c9ea89a00bf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfB6tahgo4wew5lavis0zz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-template.yml","artifactChecksum":"ZmM1NDJkZDAxZGY5OTgxZjUwNTAyMTU2ZDkyMGVhZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab22df77-bd70-4b56-84c4-a046523107df","artifactVersion":"1"},{"artifactName":"service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar","artifactChecksum":"N2FkMTdlZWU0OWE3NzgwZDRmOWM5MGI5NWQyYzdkY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"caf2dc2c-bd2c-4d4c-bf00-0f667638fb02","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:15:35.300Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:15:35.301Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:15:35.302Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:15:35.302Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:35.403Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:15:35.404Z||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-22T06:15:35.404Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:15:35.420Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:15:35.420Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:15:36.303Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:15:36.304Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:15:36.305Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:15:36.305Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:36.406Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:15:36.407Z||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-22T06:15:36.407Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:15:36.422Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:15:36.422Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:15:37.306Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:15:37.308Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:15:37.310Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:15:37.310Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:37.411Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:15:37.411Z||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-22T06:15:37.412Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:15:37.425Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:15:37.426Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:15:38.311Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:15:38.312Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:15:38.314Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:15:38.314Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:38.414Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:15:38.416Z||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-22T06:15:38.416Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:15:38.436Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:15:38.436Z||pool-59-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:15:39.315Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:15:39.316Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:15:39.318Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:15:39.318Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:39.418Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:15:39.419Z||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-22T06:15:39.419Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:15:39.432Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:15:39.433Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:15:40.319Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:15:40.320Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:15:40.321Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:15:40.322Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:40.422Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:15:40.423Z||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-22T06:15:40.423Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:15:40.435Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:15:40.436Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:15:41.322Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:15:41.323Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:15:41.325Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:15:41.325Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:41.425Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:15:41.426Z||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-22T06:15:41.426Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:15:41.442Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:15:41.443Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:15:42.326Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:15:42.327Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:15:42.329Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:15:42.329Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:42.429Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:15:42.431Z||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-22T06:15:42.431Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:15:42.444Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:15:42.444Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:15:43.329Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "serviceName": "Demo_pNF_b6tahGO4weW5LAvis0zZ",
  "serviceVersion": "1.0",
  "serviceUUID": "77d4f45a-14dd-4626-ab16-1a897ac72d62",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c9bf72d5-8aac-4ea7-950b-8f778656e5ce",
  "resources": [
    {
      "resourceInstanceName": "pNF 9eb558bd-bc69 0",
      "resourceCustomizationUUID": "c2202581-7248-42f7-874f-c81ecc607a27",
      "resourceName": "pNF 9eb558bd-bc69",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e3e1131-563e-49da-ad56-e80561d0cf68",
      "resourceInvariantUUID": "c36db713-9629-470e-9ca1-20bdb4dfe05d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
      "artifactChecksum": "N2FkMTdlZWU0OWE3NzgwZDRmOWM5MGI5NWQyYzdkY2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "caf2dc2c-bd2c-4d4c-bf00-0f667638fb02"
    }
  ],
  "workloadContext": "Production"
}
2022-05-22T06:15:43.330Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:15:43.330Z|b9149e82-0a0d-436a-98cf-faeaa6c92311|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 77d4f45a-14dd-4626-ab16-1a897ac72d62 ASDC
2022-05-22T06:15:43.330Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:34fc2f06-6630-4903-8718-5af4dd2c6e93
ServiceName:Demo_pNF_b6tahGO4weW5LAvis0zZ
ServiceVersion:1.0
ServiceUUID:77d4f45a-14dd-4626-ab16-1a897ac72d62
ServiceInvariantUUID:c9bf72d5-8aac-4ea7-950b-8f778656e5ce
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
ArtifactUUID:caf2dc2c-bd2c-4d4c-bf00-0f667638fb02
ArtifactChecksum:N2FkMTdlZWU0OWE3NzgwZDRmOWM5MGI5NWQyYzdkY2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9eb558bd-bc69 0
ResourceCustomizationUUID:c2202581-7248-42f7-874f-c81ecc607a27
ResourceInvariantUUID:c36db713-9629-470e-9ca1-20bdb4dfe05d
ResourceName:pNF 9eb558bd-bc69
ResourceType:PNF
ResourceUUID:3e3e1131-563e-49da-ad56-e80561d0cf68
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-22T06:15:43.330Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77d4f45a-14dd-4626-ab16-1a897ac72d62 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-22T06:15:43.354Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:15:43.355Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:15:43.355Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:15:43.355Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: caf2dc2c-bd2c-4d4c-bf00-0f667638fb02 from URL: /sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:43.355Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:15:43.356Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:43.689Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:15:43.692Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar caf2dc2c-bd2c-4d4c-bf00-0f667638fb02 82654
2022-05-22T06:15:43.692Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar ASDC sendASDCNotification
2022-05-22T06:15:43.692Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:43.692Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:15:43.692Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:15:43.694Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:15:43.694Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200143692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:43.795Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:15:43.797Z||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-22T06:15:43.797Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:15:43.819Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:15:43.820Z||pool-64-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:15:44.695Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:15:44.696Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:15:44.696Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: caf2dc2c-bd2c-4d4c-bf00-0f667638fb02, URL: /sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar to file: /app/ASDC/1/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:44.696Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:44.696Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:44.696Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:44.778Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2247288111847509215/Definitions/service-DemoPnfB6tahgo4wew5lavis0zz-template.yml
2022-05-22T06:15:45.422Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:15:45.422Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9eb558bd-bc69 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-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|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-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|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-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|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-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|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-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|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-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|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-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_b6tahGO4weW5LAvis0zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Node template pNF 9eb558bd-bc69 0 is matching search criteria
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 9eb558bd-bc69 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_b6tahGO4weW5LAvis0zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:15:45.423Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Node template pNF 9eb558bd-bc69 0 is matching search criteria
2022-05-22T06:15:45.424Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:15:45.424Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 9eb558bd-bc69 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:15:45.424Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:15:45.424Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_b6tahGO4weW5LAvis0zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:15:45.424Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:15:45.424Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_b6tahGO4weW5LAvis0zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:15:45.424Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:15:45.424Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_b6tahGO4weW5LAvis0zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:15:45.424Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:15:45.424Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_b6tahGO4weW5LAvis0zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:15:45.424Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:15:45.424Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_b6tahGO4weW5LAvis0zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:15:45.424Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_b6tahGO4weW5LAvis0zZ
Description:catalog service description
Model UUID:77d4f45a-14dd-4626-ab16-1a897ac72d62
Model Version:NULL
Model InvariantUuid:c9bf72d5-8aac-4ea7-950b-8f778656e5ce
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-22T06:15:45.428Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3e3e1131-563e-49da-ad56-e80561d0cf68
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-22T06:15:45.431Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||pNF 9eb558bd-bc69 0
2022-05-22T06:15:45.431Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3e3e1131-563e-49da-ad56-e80561d0cf68
2022-05-22T06:15:45.431Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 77d4f45a-14dd-4626-ab16-1a897ac72d62
2022-05-22T06:15:45.432Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 77d4f45a-14dd-4626-ab16-1a897ac72d62
2022-05-22T06:15:45.432Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9eb558bd-bc69 0 3e3e1131-563e-49da-ad56-e80561d0cf68 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-22T06:15:45.435Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c86432e, org.onap.sdc.toscaparser.api.parameters.Input@2ecaa080, org.onap.sdc.toscaparser.api.parameters.Input@7b019b96, org.onap.sdc.toscaparser.api.parameters.Input@3622b055, org.onap.sdc.toscaparser.api.parameters.Input@58531a8c]
2022-05-22T06:15:45.435Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:15:45.435Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_b6tahGO4weW5LAvis0zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:15:45.435Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 77d4f45a-14dd-4626-ab16-1a897ac72d62: pNF 9eb558bd-bc69
2022-05-22T06:15:45.435Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||Processing PNF resource: 3e3e1131-563e-49da-ad56-e80561d0cf68
2022-05-22T06:15:45.436Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:15:45.436Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_b6tahGO4weW5LAvis0zZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:15:45.436Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||Resource customization UUID: c2202581-7248-42f7-874f-c81ecc607a27 is the same as notified resource customizationUUID: c2202581-7248-42f7-874f-c81ecc607a27
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-22T06:15:45.478Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9eb558bd-bc69 3e3e1131-563e-49da-ad56-e80561d0cf68 0 ASDC deployResourceStructure
2022-05-22T06:15:45.478Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar ASDC sendASDCNotification
2022-05-22T06:15:45.478Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar
2022-05-22T06:15:45.478Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:15:45.478Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:15:45.482Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:15:45.482Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200145478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:45.581Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:15:45.582Z||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-22T06:15:45.582Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:15:45.616Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:15:45.616Z||pool-65-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:15:46.483Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34fc2f06-6630-4903-8718-5af4dd2c6e93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:15:46.494Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34fc2f06-6630-4903-8718-5af4dd2c6e93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:15:46.496Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:15:46.497Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:15:46.497Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:15:53.814Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:15:53.815Z||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-22T06:15:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T06:15:53.834Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:15:53.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "cds",
  "timestamp": 1653199973736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-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-22T06:15:53.858Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34fc2f06-6630-4903-8718-5af4dd2c6e93
2022-05-22T06:15:53.858Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34fc2f06-6630-4903-8718-5af4dd2c6e93 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-22T06:15:53.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "policy-id",
  "timestamp": 1653199973822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:53.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199966924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:53.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199974994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:53.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "policy-id",
  "timestamp": 1653199974825,
  "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-22T06:15:53.867Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34fc2f06-6630-4903-8718-5af4dd2c6e93
2022-05-22T06:15:53.868Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34fc2f06-6630-4903-8718-5af4dd2c6e93 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-22T06:15:53.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199974971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:53.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199976190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:53.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199976665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:53.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "cds",
  "timestamp": 1653199974739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199977195,
  "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-22T06:15:53.880Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 34fc2f06-6630-4903-8718-5af4dd2c6e93
2022-05-22T06:15:53.880Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34fc2f06-6630-4903-8718-5af4dd2c6e93 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-22T06:15:53.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199977669,
  "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-22T06:15:53.907Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34fc2f06-6630-4903-8718-5af4dd2c6e93
2022-05-22T06:15:53.907Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34fc2f06-6630-4903-8718-5af4dd2c6e93 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-22T06:15:53.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "cds",
  "timestamp": 1653199974739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "aai-ml",
  "timestamp": 1653199978305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:53.917Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "cds",
  "timestamp": 1653199974739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "aai-ml",
  "timestamp": 1653199979309,
  "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-22T06:15:53.923Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34fc2f06-6630-4903-8718-5af4dd2c6e93
2022-05-22T06:15:53.924Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34fc2f06-6630-4903-8718-5af4dd2c6e93 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-22T06:15:53.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "policy-id",
  "timestamp": 1653199978977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "cds",
  "timestamp": 1653199974739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "policy-id",
  "timestamp": 1653199978977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "cds",
  "timestamp": 1653199974739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "policy-id",
  "timestamp": 1653199978977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "cds",
  "timestamp": 1653199974739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "policy-id",
  "timestamp": 1653199978977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "cds",
  "timestamp": 1653199974739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "policy-id",
  "timestamp": 1653199978977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "cds",
  "timestamp": 1653199983830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "policy-id",
  "timestamp": 1653199978977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "cds",
  "timestamp": 1653199984839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T06:15:53.949Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f87e9915-1800-4a45-86df-e90734fea2b9
2022-05-22T06:15:53.949Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f87e9915-1800-4a45-86df-e90734fea2b9 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-22T06:15:53.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "policy-id",
  "timestamp": 1653199978977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199985771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "policy-id",
  "timestamp": 1653199986696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199985771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199986926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "policy-id",
  "timestamp": 1653199987700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199985771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199986926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "policy-id",
  "timestamp": 1653199988705,
  "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-22T06:15:53.968Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f87e9915-1800-4a45-86df-e90734fea2b9
2022-05-22T06:15:53.968Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f87e9915-1800-4a45-86df-e90734fea2b9 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-22T06:15:53.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199985771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199986926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:15:53.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199985771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199986926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199985771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199986926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653199985771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "clamp",
  "timestamp": 1653199992565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199986926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "aai-ml",
  "timestamp": 1653199992509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199986926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "aai-ml",
  "timestamp": 1653199992509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199994724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "aai-ml",
  "timestamp": 1653199992509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "clamp",
  "timestamp": 1653199995569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199995427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199995921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:53.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "aai-ml",
  "timestamp": 1653199992509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "clamp",
  "timestamp": 1653199996573,
  "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-22T06:15:53.984Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34fc2f06-6630-4903-8718-5af4dd2c6e93
2022-05-22T06:15:53.984Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34fc2f06-6630-4903-8718-5af4dd2c6e93 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-22T06:15:53.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199995427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:53.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:53.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199997116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:53.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:53.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:53.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "aai-ml",
  "timestamp": 1653199992509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199995427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199998136,
  "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-22T06:15:54.006Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f87e9915-1800-4a45-86df-e90734fea2b9
2022-05-22T06:15:54.006Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f87e9915-1800-4a45-86df-e90734fea2b9 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-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "aai-ml",
  "timestamp": 1653199992509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199995427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653199999140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "aai-ml",
  "timestamp": 1653199992509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199995427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199995427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "aai-ml",
  "timestamp": 1653200000577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653199995427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "policy-id",
  "timestamp": 1653199998980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "cds",
  "timestamp": 1653200002249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "policy-id",
  "timestamp": 1653199998980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200003821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "clamp",
  "timestamp": 1653199978872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "cds",
  "timestamp": 1653200002249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "policy-id",
  "timestamp": 1653199998980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "cds",
  "timestamp": 1653200002249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "policy-id",
  "timestamp": 1653199998980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200005799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "cds",
  "timestamp": 1653200002249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "policy-id",
  "timestamp": 1653199998980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200006802,
  "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-22T06:15:54.020Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f87e9915-1800-4a45-86df-e90734fea2b9
2022-05-22T06:15:54.020Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f87e9915-1800-4a45-86df-e90734fea2b9 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-22T06:15:54.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "cds",
  "timestamp": 1653200002249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "policy-id",
  "timestamp": 1653199998980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "cds",
  "timestamp": 1653200002249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "policy-id",
  "timestamp": 1653199998980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "cds",
  "timestamp": 1653200002249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "policy-id",
  "timestamp": 1653199998980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "cds",
  "timestamp": 1653200002249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "policy-id",
  "timestamp": 1653199998980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "aai-ml",
  "timestamp": 1653200010028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "cds",
  "timestamp": 1653200002249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "policy-id",
  "timestamp": 1653199998980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "aai-ml",
  "timestamp": 1653200011032,
  "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-22T06:15:54.034Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f87e9915-1800-4a45-86df-e90734fea2b9
2022-05-22T06:15:54.034Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f87e9915-1800-4a45-86df-e90734fea2b9 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-22T06:15:54.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "cds",
  "timestamp": 1653200002249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "policy-id",
  "timestamp": 1653200012324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "cds",
  "timestamp": 1653200012994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "policy-id",
  "timestamp": 1653200013336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "policy-id",
  "timestamp": 1653200014341,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T06:15:54.054Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed16711e-7602-4f51-9181-a62be3145874
2022-05-22T06:15:54.055Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16711e-7602-4f51-9181-a62be3145874 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-22T06:15:54.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "cds",
  "timestamp": 1653200015262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T06:15:54.066Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed16711e-7602-4f51-9181-a62be3145874
2022-05-22T06:15:54.066Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16711e-7602-4f51-9181-a62be3145874 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-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "clamp",
  "timestamp": 1653200016569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200017670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "cds",
  "timestamp": 1653200017249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "clamp",
  "timestamp": 1653200018577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200018714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "cds",
  "timestamp": 1653200017249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "clamp",
  "timestamp": 1653200019581,
  "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-22T06:15:54.076Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f87e9915-1800-4a45-86df-e90734fea2b9
2022-05-22T06:15:54.076Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f87e9915-1800-4a45-86df-e90734fea2b9 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-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "policy-id",
  "timestamp": 1653200018977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200019767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "cds",
  "timestamp": 1653200017249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "policy-id",
  "timestamp": 1653200018977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200020820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "cds",
  "timestamp": 1653200017249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "policy-id",
  "timestamp": 1653200018977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "cds",
  "timestamp": 1653200017249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200021889,
  "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-22T06:15:54.102Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed16711e-7602-4f51-9181-a62be3145874
2022-05-22T06:15:54.102Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16711e-7602-4f51-9181-a62be3145874 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-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "policy-id",
  "timestamp": 1653200018977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200022892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "cds",
  "timestamp": 1653200017249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "policy-id",
  "timestamp": 1653200018977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "cds",
  "timestamp": 1653200017249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200005771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "policy-id",
  "timestamp": 1653200018977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "cds",
  "timestamp": 1653200017249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "policy-id",
  "timestamp": 1653200018977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "cds",
  "timestamp": 1653200017249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "policy-id",
  "timestamp": 1653200018977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "cds",
  "timestamp": 1653200027153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "policy-id",
  "timestamp": 1653200018977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "cds",
  "timestamp": 1653200028163,
  "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-22T06:15:54.122Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 870074d1-8fd8-46f8-9a91-03caa044f04d
2022-05-22T06:15:54.122Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 870074d1-8fd8-46f8-9a91-03caa044f04d 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-22T06:15:54.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "policy-id",
  "timestamp": 1653200028907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:54.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "policy-id",
  "timestamp": 1653200029912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:15:54.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200025771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "policy-id",
  "timestamp": 1653200030915,
  "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-22T06:15:54.139Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 870074d1-8fd8-46f8-9a91-03caa044f04d
2022-05-22T06:15:54.139Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 870074d1-8fd8-46f8-9a91-03caa044f04d 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-22T06:15:54.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200025771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200006924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200025771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "cds",
  "timestamp": 1653200032249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200033513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:15:54.150Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:16.497Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34fc2f06-6630-4903-8718-5af4dd2c6e93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:16:16.508Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34fc2f06-6630-4903-8718-5af4dd2c6e93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:16:16.510Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:16:16.511Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:16:16.511Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:16:16.511Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:16:16.511Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:16:16.511Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:16:16.511Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:16:16.511Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:16:16.511Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:16:16.511Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:16:16.511Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:16:16.511Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|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-22T06:16:16.514Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:16:46.515Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34fc2f06-6630-4903-8718-5af4dd2c6e93 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-22T06:16:46.522Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34fc2f06-6630-4903-8718-5af4dd2c6e93 and serviceModelVersionId: 77d4f45a-14dd-4626-ab16-1a897ac72d62
2022-05-22T06:16:46.522Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9bf72d5-8aac-4ea7-950b-8f778656e5ce
2022-05-22T06:16:46.523Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9bf72d5-8aac-4ea7-950b-8f778656e5ce/model-vers/model-ver/77d4f45a-14dd-4626-ab16-1a897ac72d62?depth=0
2022-05-22T06:16:46.526Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:16:46.551Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|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/c9bf72d5-8aac-4ea7-950b-8f778656e5ce/model-vers/model-ver/77d4f45a-14dd-4626-ab16-1a897ac72d62?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-22T06:16:46.553Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9bf72d5-8aac-4ea7-950b-8f778656e5ce/model-vers/model-ver/77d4f45a-14dd-4626-ab16-1a897ac72d62?depth=0|INFO|500||Invoke
2022-05-22T06:16:46.575Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9bf72d5-8aac-4ea7-950b-8f778656e5ce/model-vers/model-ver/77d4f45a-14dd-4626-ab16-1a897ac72d62?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-22T06:16:46.911Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9bf72d5-8aac-4ea7-950b-8f778656e5ce/model-vers/model-ver/77d4f45a-14dd-4626-ab16-1a897ac72d62?depth=0|INFO|500||InvokeReturn
2022-05-22T06:16:46.912Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|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/c9bf72d5-8aac-4ea7-950b-8f778656e5ce/model-vers/model-ver/77d4f45a-14dd-4626-ab16-1a897ac72d62?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-06:16:46:894-58195], vertex-id=[389280], Content-Length=[0], Date=[Sun, 22 May 2022 06:16:46 GMT], Content-Type=[application/json]}
2022-05-22T06:16:46.913Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:16:46.913Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:16:46.913Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|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-22T06:16:46.918Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|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-22T06:16:46.919Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34fc2f06-6630-4903-8718-5af4dd2c6e93 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:16:46.919Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:16:46.919Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:16:46.922Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:16:46.922Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200206919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:16:47.022Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:16:47.023Z||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-22T06:16:47.023Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:16:47.040Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:16:47.041Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-22T06:16:47.932Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T06:16:47.933Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f87e9915-1800-4a45-86df-e90734fea2b9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8358b5fb-5728-4bbf-8523-33c4434e0401","serviceDescription":"service","serviceInvariantUUID":"dca34f07-6f47-454e-8eee-cce11088598b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0008d1dd-54ed-4fa7-a7a0-17d627a532a5","resourceInvariantUUID":"248d94c8-a0d7-41ff-a516-c3a7913dde84","resourceCustomizationUUID":"d7ecc03f-4375-436c-bc8d-ff5c8b91c7ab","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":"MTRjNTVhMTZmNzkzZDI5NTgzZjBkZDA1ODg2YjY0MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f07d7578-cb7c-436b-8e7b-f9de85620e77","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":"MmU2ZGMwOGUxNDk1MGQwMTZjY2RiMjU1YmM3ODI2NjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a155b2dd-72a5-4ed8-9d27-61b6763d8c19","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":"939ed5ca-2428-4a63-a45f-2ffa9909795d","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":"ee3beaef-cab1-4c0a-b362-7c36e88b13ba","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":"18382ae8-57ce-4fb6-b7b6-8da9d3a4ab1d","artifactVersion":"2","generatedFromUUID":"939ed5ca-2428-4a63-a45f-2ffa9909795d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTI4MWJlYjY5NjRiNTk0ZWRiMmM2M2QyYjk3YzhhNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e563f8f0-6978-4c2c-baf6-50e81092e49d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmE4MmFiNDc5OGM0OGE1ZDU3YmNjZGFhMzk1ZGZiNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ad58705-02eb-49fb-87a4-23f3c831a781","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:16:47.933Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:16:47.933Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:16:47.935Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:16:47.935Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:48.035Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:16:48.036Z||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-22T06:16:48.036Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:16:48.052Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:16:48.053Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:16:48.935Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:16:48.936Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:16:48.939Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:16:48.939Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:16:49.039Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:16:49.040Z||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-22T06:16:49.040Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:16:49.064Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:16:49.065Z||pool-68-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:16:49.939Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:16:49.940Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:16:49.942Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:16:49.942Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:16:50.043Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:16:50.043Z||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-22T06:16:50.043Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:16:50.074Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:16:50.074Z||pool-69-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:16:50.943Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:16:50.944Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:16:50.946Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:16:50.946Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:51.046Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:16:51.047Z||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-22T06:16:51.047Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:16:51.059Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:16:51.060Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:16:51.947Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:16:51.948Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:16:51.950Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:16:51.951Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-22T06:16:52.051Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:16:52.052Z||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-22T06:16:52.052Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:16:52.066Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:16:52.067Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:16:52.951Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:16:52.952Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:16:52.955Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:16:52.955Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.054Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:16:53.055Z||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-22T06:16:53.055Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:16:53.068Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:16:53.069Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:16:53.813Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:16:53.814Z|e92038c9-ab84-4522-a397-4fae7835b632|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-22T06:16:53.814Z|e92038c9-ab84-4522-a397-4fae7835b632|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 kfud54K0r616e16l) ...
2022-05-22T06:16:53.831Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:16:53.842Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200025771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "cds",
  "timestamp": 1653200032249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "aai-ml",
  "timestamp": 1653200033875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200025771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "cds",
  "timestamp": 1653200032249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200035050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200025771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "cds",
  "timestamp": 1653200032249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200036510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200036368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200025771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "clamp",
  "timestamp": 1653200036883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "cds",
  "timestamp": 1653200032249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200025771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200037714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "cds",
  "timestamp": 1653200032249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.846Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.847Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.847Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200038526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:53.847Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.847Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.847Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200038749,
  "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-22T06:16:53.857Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 870074d1-8fd8-46f8-9a91-03caa044f04d
2022-05-22T06:16:53.857Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 870074d1-8fd8-46f8-9a91-03caa044f04d 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-22T06:16:53.866Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.866Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "cds",
  "timestamp": 1653200032249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.866Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.866Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.867Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200039537,
  "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-22T06:16:53.871Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed16711e-7602-4f51-9181-a62be3145874
2022-05-22T06:16:53.871Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16711e-7602-4f51-9181-a62be3145874 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-22T06:16:53.880Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.880Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "policy-id",
  "timestamp": 1653200038977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.881Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.881Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.881Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200039751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:53.881Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.881Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.881Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "cds",
  "timestamp": 1653200032249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.881Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.881Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.881Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "policy-id",
  "timestamp": 1653200038977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "cds",
  "timestamp": 1653200041043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "aai-ml",
  "timestamp": 1653200041021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200040755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.882Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.883Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "clamp",
  "timestamp": 1653200041583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:53.883Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.883Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.883Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "policy-id",
  "timestamp": 1653200038977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.883Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.883Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.883Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.883Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.883Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.883Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "aai-ml",
  "timestamp": 1653200042025,
  "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-22T06:16:53.889Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed16711e-7602-4f51-9181-a62be3145874
2022-05-22T06:16:53.890Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16711e-7602-4f51-9181-a62be3145874 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-22T06:16:53.899Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.900Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "cds",
  "timestamp": 1653200042310,
  "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-22T06:16:53.909Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6559c14c-0f7a-4db6-8047-b6be97f84b13
2022-05-22T06:16:53.910Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6559c14c-0f7a-4db6-8047-b6be97f84b13 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-22T06:16:53.917Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.917Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200040755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.918Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.918Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.918Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "clamp",
  "timestamp": 1653200042588,
  "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-22T06:16:53.921Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed16711e-7602-4f51-9181-a62be3145874
2022-05-22T06:16:53.922Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed16711e-7602-4f51-9181-a62be3145874 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-22T06:16:53.928Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.928Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "policy-id",
  "timestamp": 1653200038977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.928Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200040755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "policy-id",
  "timestamp": 1653200038977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200040755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "policy-id",
  "timestamp": 1653200038977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200040755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.930Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "policy-id",
  "timestamp": 1653200038977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200040755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "policy-id",
  "timestamp": 1653200038977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.931Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200040755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "policy-id",
  "timestamp": 1653200047721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.932Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200025427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200040755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "policy-id",
  "timestamp": 1653200048724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:53.933Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.934Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.934Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200049637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.935Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.935Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.935Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.935Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.935Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.935Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200049505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.935Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.935Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.935Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.935Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.935Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.935Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "policy-id",
  "timestamp": 1653200049726,
  "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-22T06:16:53.941Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6559c14c-0f7a-4db6-8047-b6be97f84b13
2022-05-22T06:16:53.941Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6559c14c-0f7a-4db6-8047-b6be97f84b13 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-22T06:16:53.949Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.949Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200050565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200051576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "aai-ml",
  "timestamp": 1653200022509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.950Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.951Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "clamp",
  "timestamp": 1653200020588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.951Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.951Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.951Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200051608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.951Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.951Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.951Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200052580,
  "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-22T06:16:53.955Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 870074d1-8fd8-46f8-9a91-03caa044f04d
2022-05-22T06:16:53.955Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:16:53.956Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 870074d1-8fd8-46f8-9a91-03caa044f04d and ComponentName SDNC
2022-05-22T06:16:53.956Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:16:53.958Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:16:53.958Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-22T06:16:53.965Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.965Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "cds",
  "timestamp": 1653200047249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.965Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.965Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.965Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200045772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.965Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.965Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.965Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "aai-ml",
  "timestamp": 1653200052270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.965Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.965Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.965Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200052644,
  "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-22T06:16:53.970Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6559c14c-0f7a-4db6-8047-b6be97f84b13
2022-05-22T06:16:53.970Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6559c14c-0f7a-4db6-8047-b6be97f84b13 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-22T06:16:53.977Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.977Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "cds",
  "timestamp": 1653200047249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.977Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.977Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.977Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200045772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.977Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.977Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.977Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200053649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "cds",
  "timestamp": 1653200047249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200045772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200054653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "cds",
  "timestamp": 1653200047249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200045772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "clamp",
  "timestamp": 1653200055580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200054653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "cds",
  "timestamp": 1653200047249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200045772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200054653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "cds",
  "timestamp": 1653200047249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200045772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "clamp",
  "timestamp": 1653200057591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:53.979Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200054653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "cds",
  "timestamp": 1653200047249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200045772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.980Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "clamp",
  "timestamp": 1653200058595,
  "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-22T06:16:53.985Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 870074d1-8fd8-46f8-9a91-03caa044f04d
2022-05-22T06:16:53.986Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 870074d1-8fd8-46f8-9a91-03caa044f04d 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-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200054653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "cds",
  "timestamp": 1653200047249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200045772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "policy-id",
  "timestamp": 1653200058977,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.993Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200054653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "cds",
  "timestamp": 1653200047249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200045772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "policy-id",
  "timestamp": 1653200058977,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200054653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "policy-id",
  "timestamp": 1653200058977,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "cds",
  "timestamp": 1653200062072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200062288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200054653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "policy-id",
  "timestamp": 1653200058977,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "aai-ml",
  "timestamp": 1653200062501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200063316,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200054653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:53.994Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "cds",
  "timestamp": 1653200063340,
  "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-22T06:16:54.007Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 36072655-3509-4108-a203-d9c9381935e2
2022-05-22T06:16:54.007Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36072655-3509-4108-a203-d9c9381935e2 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-22T06:16:54.015Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.015Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "policy-id",
  "timestamp": 1653200058977,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.015Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.015Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.015Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "aai-ml",
  "timestamp": 1653200063504,
  "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-22T06:16:54.019Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 870074d1-8fd8-46f8-9a91-03caa044f04d
2022-05-22T06:16:54.019Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 870074d1-8fd8-46f8-9a91-03caa044f04d 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-22T06:16:54.027Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.027Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200064602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:54.027Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:54.027Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.027Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.027Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.027Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.027Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200064319,
  "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-22T06:16:54.031Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 36072655-3509-4108-a203-d9c9381935e2
2022-05-22T06:16:54.032Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36072655-3509-4108-a203-d9c9381935e2 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-22T06:16:54.043Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.043Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "policy-id",
  "timestamp": 1653200058977,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.043Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.043Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.043Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "policy-id",
  "timestamp": 1653200058977,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200066554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "policy-id",
  "timestamp": 1653200058977,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.044Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200067557,
  "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-22T06:16:54.050Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6559c14c-0f7a-4db6-8047-b6be97f84b13
2022-05-22T06:16:54.050Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6559c14c-0f7a-4db6-8047-b6be97f84b13 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-22T06:16:54.057Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.057Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:54.058Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.058Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.058Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.058Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.058Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.058Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "policy-id",
  "timestamp": 1653200058977,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:54.058Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.058Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:16:54.058Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.058Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.058Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.058Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.058Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "policy-id",
  "timestamp": 1653200068988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.059Z||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-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.059Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "policy-id",
  "timestamp": 1653200069992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.059Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "policy-id",
  "timestamp": 1653200070995,
  "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-22T06:16:54.063Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 36072655-3509-4108-a203-d9c9381935e2
2022-05-22T06:16:54.063Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36072655-3509-4108-a203-d9c9381935e2 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-22T06:16:54.070Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.070Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.070Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.070Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.070Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.070Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.070Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.070Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "aai-ml",
  "timestamp": 1653200073224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "clamp",
  "timestamp": 1653200074584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200055427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200077645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "clamp",
  "timestamp": 1653200077586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.071Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "clamp",
  "timestamp": 1653200078589,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-05-22T06:16:54.073Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:16:54.073Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:16:54.076Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6559c14c-0f7a-4db6-8047-b6be97f84b13
2022-05-22T06:16:54.076Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6559c14c-0f7a-4db6-8047-b6be97f84b13 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-22T06:16:54.088Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.088Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200079327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:54.088Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:54.088Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.088Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.088Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.088Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.088Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200080348,
  "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-22T06:16:54.092Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 36072655-3509-4108-a203-d9c9381935e2
2022-05-22T06:16:54.093Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36072655-3509-4108-a203-d9c9381935e2 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-22T06:16:54.099Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.099Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "aai-ml",
  "timestamp": 1653200079736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:16:54.100Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:54.100Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.100Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.100Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.100Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.100Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "aai-ml",
  "timestamp": 1653200080739,
  "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-22T06:16:54.103Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6559c14c-0f7a-4db6-8047-b6be97f84b13
2022-05-22T06:16:54.103Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6559c14c-0f7a-4db6-8047-b6be97f84b13 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-22T06:16:54.111Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.111Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.111Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.111Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.111Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.111Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.111Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.111Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "clamp",
  "timestamp": 1653200059600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "aai-ml",
  "timestamp": 1653200064508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "aai-ml",
  "timestamp": 1653200091006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "clamp",
  "timestamp": 1653200092745,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:54.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:16:54.959Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8358b5fb-5728-4bbf-8523-33c4434e0401",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dca34f07-6f47-454e-8eee-cce11088598b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d7ecc03f-4375-436c-bc8d-ff5c8b91c7ab",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0008d1dd-54ed-4fa7-a7a0-17d627a532a5",
      "resourceInvariantUUID": "248d94c8-a0d7-41ff-a516-c3a7913dde84",
      "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": "MmU2ZGMwOGUxNDk1MGQwMTZjY2RiMjU1YmM3ODI2NjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a155b2dd-72a5-4ed8-9d27-61b6763d8c19",
          "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": "939ed5ca-2428-4a63-a45f-2ffa9909795d",
          "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": "18382ae8-57ce-4fb6-b7b6-8da9d3a4ab1d",
            "generatedFromUUID": "939ed5ca-2428-4a63-a45f-2ffa9909795d"
          },
          "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": "18382ae8-57ce-4fb6-b7b6-8da9d3a4ab1d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YmE4MmFiNDc5OGM0OGE1ZDU3YmNjZGFhMzk1ZGZiNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ad58705-02eb-49fb-87a4-23f3c831a781"
    }
  ],
  "workloadContext": "Production"
}
2022-05-22T06:16:54.960Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:16:54.960Z|34fc2f06-6630-4903-8718-5af4dd2c6e93|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8358b5fb-5728-4bbf-8523-33c4434e0401 ASDC
2022-05-22T06:16:54.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f87e9915-1800-4a45-86df-e90734fea2b9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8358b5fb-5728-4bbf-8523-33c4434e0401
ServiceInvariantUUID:dca34f07-6f47-454e-8eee-cce11088598b
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:3ad58705-02eb-49fb-87a4-23f3c831a781
ArtifactChecksum:YmE4MmFiNDc5OGM0OGE1ZDU3YmNjZGFhMzk1ZGZiNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d7ecc03f-4375-436c-bc8d-ff5c8b91c7ab
ResourceInvariantUUID:248d94c8-a0d7-41ff-a516-c3a7913dde84
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:0008d1dd-54ed-4fa7-a7a0-17d627a532a5
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:a155b2dd-72a5-4ed8-9d27-61b6763d8c19
ArtifactChecksum:MmU2ZGMwOGUxNDk1MGQwMTZjY2RiMjU1YmM3ODI2NjQ=
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:939ed5ca-2428-4a63-a45f-2ffa9909795d
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:18382ae8-57ce-4fb6-b7b6-8da9d3a4ab1d
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:18382ae8-57ce-4fb6-b7b6-8da9d3a4ab1d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-22T06:16:54.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8358b5fb-5728-4bbf-8523-33c4434e0401 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-22T06:16:54.996Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:16:54.997Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:16:54.998Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:16:54.998Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3ad58705-02eb-49fb-87a4-23f3c831a781 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-22T06:16:54.999Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:16:54.999Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:56.038Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:16:56.041Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3ad58705-02eb-49fb-87a4-23f3c831a781 71063
2022-05-22T06:16:56.041Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:56.041Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:56.041Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:16:56.041Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:16:56.043Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:16:56.043Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200216041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:56.144Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:16:56.146Z||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-22T06:16:56.146Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:16:56.158Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:16:56.158Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:16:57.044Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:16:57.045Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:16:57.045Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3ad58705-02eb-49fb-87a4-23f3c831a781, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-22T06:16:57.045Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-22T06:16:57.045Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-22T06:16:57.045Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-22T06:16:57.172Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14554442996274957473/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-22T06:16:57.959Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:16:57.959Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:16:57.959Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-22T06:16:57.959Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-22T06:16:57.959Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.959Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.959Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.959Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.959Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.959Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:16:57.960Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:16:57.961Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e2935ec5-e5c4-4c7e-84d2-3df0816cd938
2022-05-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:57.962Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8358b5fb-5728-4bbf-8523-33c4434e0401
Model Version:NULL
Model InvariantUuid:dca34f07-6f47-454e-8eee-cce11088598b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:fcdc64ec-6b94-4ec6-ae4a-4463534b7b42
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:248d94c8-a0d7-41ff-a516-c3a7913dde84
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d7ecc03f-4375-436c-bc8d-ff5c8b91c7ab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:187a25ad-e5c2-4dd1-9c7a-82d7d560078f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:8d304430-4651-4e6c-a94e-c841ab72473a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e2935ec5-e5c4-4c7e-84d2-3df0816cd938
ModelInvariantUuid:23eca324-3b63-44ae-b582-4fe79b64ba7e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:00ac720d-76c6-4a35-9ce7-22889107ff25
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:40185a2a-460a-42d0-a3b0-eedabb22ee4a
ModelInvariantUuid:8a2301c9-7e23-49cb-8ca9-8a7db5596d89
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:188b0c3a-3e85-49ea-98ef-dabb9b1ab2d7
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-22T06:16:57.967Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0008d1dd-54ed-4fa7-a7a0-17d627a532a5
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-22T06:16:57.970Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-05-22T06:16:57.971Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0008d1dd-54ed-4fa7-a7a0-17d627a532a5
2022-05-22T06:16:57.971Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a155b2dd-72a5-4ed8-9d27-61b6763d8c19 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-22T06:16:57.971Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:16:57.971Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:58.185Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:16:58.186Z|f87e9915-1800-4a45-86df-e90734fea2b9|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 a155b2dd-72a5-4ed8-9d27-61b6763d8c19 787
2022-05-22T06:16:58.186Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:58.186Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:58.186Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:16:58.187Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:16:58.192Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:16:58.192Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200218186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:58.292Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:16:58.293Z||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-22T06:16:58.293Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:16:58.306Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:16:58.307Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:16:59.193Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "187a25ad-e5c2-4dd1-9c7a-82d7d560078f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d304430-4651-4e6c-a94e-c841ab72473a",
    "vfModuleModelCustomizationUUID": "402e283b-9a7c-4c0f-b744-307e1184e06d",
    "isBase": true,
    "artifacts": [
      "939ed5ca-2428-4a63-a45f-2ffa9909795d",
      "18382ae8-57ce-4fb6-b7b6-8da9d3a4ab1d"
    ],
    "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-22T06:16:59.199Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d304430-4651-4e6c-a94e-c841ab72473a
VfModuleModelInvariantUUID:187a25ad-e5c2-4dd1-9c7a-82d7d560078f
VfModuleModelDescription:NULL
Artifacts UUID List:{
939ed5ca-2428-4a63-a45f-2ffa9909795d
,
18382ae8-57ce-4fb6-b7b6-8da9d3a4ab1d

}
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-22T06:16:59.202Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "187a25ad-e5c2-4dd1-9c7a-82d7d560078f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d304430-4651-4e6c-a94e-c841ab72473a",
    "vfModuleModelCustomizationUUID": "402e283b-9a7c-4c0f-b744-307e1184e06d",
    "isBase": true,
    "artifacts": [
      "939ed5ca-2428-4a63-a45f-2ffa9909795d",
      "18382ae8-57ce-4fb6-b7b6-8da9d3a4ab1d"
    ],
    "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-22T06:16:59.202Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d304430-4651-4e6c-a94e-c841ab72473a
VfModuleModelInvariantUUID:187a25ad-e5c2-4dd1-9c7a-82d7d560078f
VfModuleModelDescription:NULL
Artifacts UUID List:{
939ed5ca-2428-4a63-a45f-2ffa9909795d
,
18382ae8-57ce-4fb6-b7b6-8da9d3a4ab1d

}
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-22T06:16:59.202Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 939ed5ca-2428-4a63-a45f-2ffa9909795d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-22T06:16:59.202Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:16:59.202Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:59.392Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:16:59.392Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 939ed5ca-2428-4a63-a45f-2ffa9909795d 5033
2022-05-22T06:16:59.393Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:59.393Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:16:59.393Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:16:59.393Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:16:59.401Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:16:59.402Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200219393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:16:59.496Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-05-22T06:16:59.497Z||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-22T06:16:59.497Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:16:59.510Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:16:59.511Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:00.402Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 18382ae8-57ce-4fb6-b7b6-8da9d3a4ab1d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-22T06:17:00.403Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:17:00.403Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:00.444Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:17:00.445Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 18382ae8-57ce-4fb6-b7b6-8da9d3a4ab1d 903
2022-05-22T06:17:00.445Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:00.445Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:00.446Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:17:00.446Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:00.447Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:00.448Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200220445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:17:00.551Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-22T06:17:00.553Z||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-22T06:17:00.553Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:00.568Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:00.568Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:01.448Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8358b5fb-5728-4bbf-8523-33c4434e0401
2022-05-22T06:17:01.449Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 0008d1dd-54ed-4fa7-a7a0-17d627a532a5 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-22T06:17:01.463Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f047605, org.onap.sdc.toscaparser.api.parameters.Input@699a3b93, org.onap.sdc.toscaparser.api.parameters.Input@4e94c730, org.onap.sdc.toscaparser.api.parameters.Input@663fc88c, org.onap.sdc.toscaparser.api.parameters.Input@2a473e10]
2022-05-22T06:17:01.464Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.464Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:01.465Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-22T06:17:01.465Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d7ecc03f-4375-436c-bc8d-ff5c8b91c7ab
2022-05-22T06:17:01.465Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7ecc03f-4375-436c-bc8d-ff5c8b91c7ab matches Tosca VF Customization UUID: d7ecc03f-4375-436c-bc8d-ff5c8b91c7ab
2022-05-22T06:17:01.465Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d7ecc03f-4375-436c-bc8d-ff5c8b91c7ab  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-22T06:17:01.467Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.467Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:01.467Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d7ecc03f-4375-436c-bc8d-ff5c8b91c7ab: {\"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-22T06:17:01.468Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@621fea23
2022-05-22T06:17:01.468Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.468Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:01.468Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 402e283b-9a7c-4c0f-b744-307e1184e06d
2022-05-22T06:17:01.468Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 402e283b-9a7c-4c0f-b744-307e1184e06d
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-22T06:17:01.470Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.470Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T06:17:01.470Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:17:01.471Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.471Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T06:17:01.471Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:17:01.471Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.471Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-22T06:17:01.471Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-22T06:17:01.471Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-22T06:17:01.472Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e2935ec5-e5c4-4c7e-84d2-3df0816cd938
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-22T06:17:01.473Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.473Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T06:17:01.473Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:17:01.473Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.473Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T06:17:01.474Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d7ecc03f-4375-436c-bc8d-ff5c8b91c7ab
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-22T06:17:01.475Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.475Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:01.475Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8358b5fb-5728-4bbf-8523-33c4434e0401: basic_vm
2022-05-22T06:17:01.475Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.475Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:01.475Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.475Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:01.475Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.475Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:01.475Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.476Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:01.476Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:01.476Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:01.476Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:01.536Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 0008d1dd-54ed-4fa7-a7a0-17d627a532a5 1 ASDC deployResourceStructure
2022-05-22T06:17:01.536Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:01.536Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:01.536Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:17:01.536Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:01.538Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:01.538Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200221536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:17:01.638Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:01.639Z||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-22T06:17:01.639Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:01.658Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:01.659Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:02.539Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:02.539Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:02.539Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:17:02.540Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:02.541Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:02.541Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200222539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:17:02.642Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:17:02.643Z||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-22T06:17:02.644Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:02.659Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:02.659Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:03.542Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:03.542Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:03.543Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:17:03.543Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:03.546Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:03.546Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200223542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-22T06:17:03.646Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:17:03.646Z||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-22T06:17:03.646Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:03.662Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:03.662Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:17:04.548Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:04.548Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:04.548Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:17:04.549Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:04.550Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:04.550Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200224548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:17:04.651Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:17:04.652Z||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-22T06:17:04.652Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:04.664Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:04.664Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:05.551Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f87e9915-1800-4a45-86df-e90734fea2b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:17:05.560Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f87e9915-1800-4a45-86df-e90734fea2b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:17:05.562Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:17:05.563Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:17:05.563Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:17:05.563Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:17:05.563Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:17:05.563Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:17:05.563Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:17:05.563Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:17:05.563Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:17:05.563Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:17:05.563Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:05.567Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:17:35.567Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f87e9915-1800-4a45-86df-e90734fea2b9 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-22T06:17:35.573Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f87e9915-1800-4a45-86df-e90734fea2b9 and serviceModelVersionId: 8358b5fb-5728-4bbf-8523-33c4434e0401
2022-05-22T06:17:35.573Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dca34f07-6f47-454e-8eee-cce11088598b
2022-05-22T06:17:35.574Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dca34f07-6f47-454e-8eee-cce11088598b/model-vers/model-ver/8358b5fb-5728-4bbf-8523-33c4434e0401?depth=0
2022-05-22T06:17:35.579Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:17:35.604Z|f87e9915-1800-4a45-86df-e90734fea2b9|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/dca34f07-6f47-454e-8eee-cce11088598b/model-vers/model-ver/8358b5fb-5728-4bbf-8523-33c4434e0401?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-22T06:17:35.605Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dca34f07-6f47-454e-8eee-cce11088598b/model-vers/model-ver/8358b5fb-5728-4bbf-8523-33c4434e0401?depth=0|INFO|500||Invoke
2022-05-22T06:17:35.621Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dca34f07-6f47-454e-8eee-cce11088598b/model-vers/model-ver/8358b5fb-5728-4bbf-8523-33c4434e0401?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-22T06:17:35.710Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dca34f07-6f47-454e-8eee-cce11088598b/model-vers/model-ver/8358b5fb-5728-4bbf-8523-33c4434e0401?depth=0|INFO|500||InvokeReturn
2022-05-22T06:17:35.712Z|f87e9915-1800-4a45-86df-e90734fea2b9|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/dca34f07-6f47-454e-8eee-cce11088598b/model-vers/model-ver/8358b5fb-5728-4bbf-8523-33c4434e0401?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220522-06:17:35:942-45995], vertex-id=[155648], Content-Length=[0], Date=[Sun, 22 May 2022 06:17:35 GMT], Content-Type=[application/json]}
2022-05-22T06:17:35.712Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:17:35.712Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:17:35.712Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:35.716Z|f87e9915-1800-4a45-86df-e90734fea2b9|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-22T06:17:35.717Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f87e9915-1800-4a45-86df-e90734fea2b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:17:35.717Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:17:35.717Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:35.720Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:35.720Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200255717,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:17:35.820Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:35.821Z||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-22T06:17:35.821Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:35.839Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:35.839Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-22T06:17:36.735Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T06:17:36.735Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed16711e-7602-4f51-9181-a62be3145874","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8de97db8-1844-4375-8eee-692cf3b560be","serviceDescription":"service","serviceInvariantUUID":"10d380f0-0f74-4a68-949d-bd162add55fb","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73e7c60c-f2b6-4b6f-b20f-4524d221f0b5","resourceInvariantUUID":"42b7c3c1-1de9-41fb-b84c-af35b4d14f31","resourceCustomizationUUID":"20a33337-3106-4bef-880d-0b6ad277c61a","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":"YTFjZTRlODhlMjgxN2FkNWZmMzAxZGFhZDk2ODg1MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8f130142-cbc9-4561-a83b-643dbb79f378","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":"MjEzOTY3ZjVkYTRlMzdhMDZjOTkyNTg2N2M4YzA4NjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"563c6084-ca3c-4de6-ad67-6f1a910ff453","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":"be671a22-8f90-4abb-8b79-26307b9f3b04","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":"6eb01d6b-7079-4741-838d-c7597ba05bbb","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":"df0f6e81-9f55-4a9b-af81-316c86f76dfc","artifactVersion":"2","generatedFromUUID":"e3438ff0-091c-4cc7-8b59-7cc8b684cfd8"},{"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":"940589ae-c479-4b73-96a7-691095b963bf","artifactVersion":"2","generatedFromUUID":"be671a22-8f90-4abb-8b79-26307b9f3b04"},{"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":"e3438ff0-091c-4cc7-8b59-7cc8b684cfd8","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":"f95f065e-dfc5-49e5-ab24-f2183805ff67","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":"NDgyMDIwMmY2MzZmYzUwMjhiNDA1ZmFlYTVhZGI3MDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8d6cff0-c61f-4a98-9685-110b24f28b61","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGQyNTIzMzFjODgzNjg0MWNmZWVmYTBlODZiZDRjZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c78d8be-52bb-464d-bdd3-af2d5ece5d6a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:17:36.736Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:17:36.736Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:36.738Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:36.738Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:17:36.838Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:36.840Z||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-22T06:17:36.840Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:36.855Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:36.855Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:37.738Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:17:37.739Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:37.741Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:37.741Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:17:37.841Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:37.842Z||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-22T06:17:37.842Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:37.855Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:37.855Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:17:38.741Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:17:38.742Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:38.744Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:38.744Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:17:38.844Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:38.845Z||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-22T06:17:38.845Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:38.860Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:38.861Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:39.745Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:17:39.746Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:39.748Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:39.749Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:17:39.849Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:39.850Z||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-22T06:17:39.850Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:39.865Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:39.866Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:17:40.749Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:17:40.750Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:40.753Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:40.753Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-22T06:17:40.853Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:40.854Z||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-22T06:17:40.855Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:40.867Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:40.868Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:41.754Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:17:41.755Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:41.756Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:41.757Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-22T06:17:41.857Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:41.858Z||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-22T06:17:41.858Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:41.868Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:41.869Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:42.757Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:17:42.758Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:42.760Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:42.760Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-22T06:17:42.861Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:17:42.862Z||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-22T06:17:42.862Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:42.883Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:42.884Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:43.761Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:17:43.762Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:43.764Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:43.764Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:17:43.864Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:43.866Z||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-22T06:17:43.866Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:43.882Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:43.883Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:44.764Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:17:44.765Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:44.768Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:44.768Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:17:44.868Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:44.869Z||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-22T06:17:44.869Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:44.882Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:44.883Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:45.768Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:17:45.769Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:45.772Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:45.772Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:17:45.872Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:17:45.874Z||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-22T06:17:45.874Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:45.889Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:45.889Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:46.774Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8de97db8-1844-4375-8eee-692cf3b560be",
  "serviceDescription": "service",
  "serviceInvariantUUID": "10d380f0-0f74-4a68-949d-bd162add55fb",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "20a33337-3106-4bef-880d-0b6ad277c61a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73e7c60c-f2b6-4b6f-b20f-4524d221f0b5",
      "resourceInvariantUUID": "42b7c3c1-1de9-41fb-b84c-af35b4d14f31",
      "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": "MjEzOTY3ZjVkYTRlMzdhMDZjOTkyNTg2N2M4YzA4NjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "563c6084-ca3c-4de6-ad67-6f1a910ff453",
          "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": "be671a22-8f90-4abb-8b79-26307b9f3b04",
          "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": "940589ae-c479-4b73-96a7-691095b963bf",
            "generatedFromUUID": "be671a22-8f90-4abb-8b79-26307b9f3b04"
          },
          "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": "df0f6e81-9f55-4a9b-af81-316c86f76dfc",
          "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": "940589ae-c479-4b73-96a7-691095b963bf",
          "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": "e3438ff0-091c-4cc7-8b59-7cc8b684cfd8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGQyNTIzMzFjODgzNjg0MWNmZWVmYTBlODZiZDRjZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c78d8be-52bb-464d-bdd3-af2d5ece5d6a"
    }
  ],
  "workloadContext": "Production"
}
2022-05-22T06:17:46.775Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:17:46.775Z|f87e9915-1800-4a45-86df-e90734fea2b9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8de97db8-1844-4375-8eee-692cf3b560be ASDC
2022-05-22T06:17:46.775Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ed16711e-7602-4f51-9181-a62be3145874
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:8de97db8-1844-4375-8eee-692cf3b560be
ServiceInvariantUUID:10d380f0-0f74-4a68-949d-bd162add55fb
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:8c78d8be-52bb-464d-bdd3-af2d5ece5d6a
ArtifactChecksum:ZGQyNTIzMzFjODgzNjg0MWNmZWVmYTBlODZiZDRjZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:20a33337-3106-4bef-880d-0b6ad277c61a
ResourceInvariantUUID:42b7c3c1-1de9-41fb-b84c-af35b4d14f31
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:73e7c60c-f2b6-4b6f-b20f-4524d221f0b5
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:563c6084-ca3c-4de6-ad67-6f1a910ff453
ArtifactChecksum:MjEzOTY3ZjVkYTRlMzdhMDZjOTkyNTg2N2M4YzA4NjM=
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:be671a22-8f90-4abb-8b79-26307b9f3b04
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:940589ae-c479-4b73-96a7-691095b963bf
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:df0f6e81-9f55-4a9b-af81-316c86f76dfc
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:940589ae-c479-4b73-96a7-691095b963bf
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:e3438ff0-091c-4cc7-8b59-7cc8b684cfd8
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-22T06:17:46.775Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8de97db8-1844-4375-8eee-692cf3b560be 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-22T06:17:46.801Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:17:46.802Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:17:46.802Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:17:46.803Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8c78d8be-52bb-464d-bdd3-af2d5ece5d6a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-22T06:17:46.803Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:17:46.803Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:47.284Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:17:47.289Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8c78d8be-52bb-464d-bdd3-af2d5ece5d6a 158206
2022-05-22T06:17:47.290Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:47.290Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:47.290Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:17:47.290Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:47.292Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:47.292Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200267290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:17:47.392Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:47.394Z||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-22T06:17:47.395Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:47.410Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:47.410Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:48.293Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:17:48.294Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:17:48.294Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8c78d8be-52bb-464d-bdd3-af2d5ece5d6a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-22T06:17:48.295Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-22T06:17:48.295Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-22T06:17:48.295Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-22T06:17:48.432Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP496598662671774892/Definitions/service-BasicCnfMacro-template.yml
2022-05-22T06:17:49.195Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.196Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.197Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-22T06:17:49.198Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-22T06:17:49.198Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=576b0827-64ee-45a8-a8c2-ddbc36301598
2022-05-22T06:17:49.198Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.198Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.198Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.198Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.198Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.198Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.198Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:49.198Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.198Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:8de97db8-1844-4375-8eee-692cf3b560be
Model Version:NULL
Model InvariantUuid:10d380f0-0f74-4a68-949d-bd162add55fb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:168195f4-cb8d-44ca-944a-3be3793e5322
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:42b7c3c1-1de9-41fb-b84c-af35b4d14f31
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:20a33337-3106-4bef-880d-0b6ad277c61a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:571d980a-4d3a-4233-915f-abb808811313
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:0524e927-6542-4d7d-9d78-6b56409b2f93
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:37e598d2-42a8-4ac2-8d32-c33a004daea6
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:43fc27d5-11a0-41f3-a183-18f2316c5f35
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:576b0827-64ee-45a8-a8c2-ddbc36301598
ModelInvariantUuid:c9a82c24-36d5-451e-b5e5-0d85d84467bd
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c49b9078-245a-4aaa-9a67-0691928db456
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:97b8b375-5644-48f9-8d27-b4c77299c021
ModelInvariantUuid:3791205c-b002-4670-807d-e6fb46bfcc6d
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:1a137697-14ed-46e2-a44c-158fcc612037
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-22T06:17:49.203Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 73e7c60c-f2b6-4b6f-b20f-4524d221f0b5
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-22T06:17:49.206Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-05-22T06:17:49.206Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73e7c60c-f2b6-4b6f-b20f-4524d221f0b5
2022-05-22T06:17:49.206Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 563c6084-ca3c-4de6-ad67-6f1a910ff453 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-22T06:17:49.206Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:17:49.206Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.423Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:17:49.423Z|ed16711e-7602-4f51-9181-a62be3145874|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 563c6084-ca3c-4de6-ad67-6f1a910ff453 1565
2022-05-22T06:17:49.424Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.424Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:49.424Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:17:49.424Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:49.425Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:49.426Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200269424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:17:49.526Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:49.527Z||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-22T06:17:49.527Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:49.541Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:49.541Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:50.426Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "37e598d2-42a8-4ac2-8d32-c33a004daea6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43fc27d5-11a0-41f3-a183-18f2316c5f35",
    "vfModuleModelCustomizationUUID": "9bca7b78-9a74-4ec4-9f3f-62b257d30b71",
    "isBase": true,
    "artifacts": [
      "be671a22-8f90-4abb-8b79-26307b9f3b04",
      "940589ae-c479-4b73-96a7-691095b963bf"
    ],
    "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": "571d980a-4d3a-4233-915f-abb808811313",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0524e927-6542-4d7d-9d78-6b56409b2f93",
    "vfModuleModelCustomizationUUID": "a7e74005-7e7e-4f21-be6a-4bf38133ae91",
    "isBase": false,
    "artifacts": [
      "e3438ff0-091c-4cc7-8b59-7cc8b684cfd8"
    ],
    "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-22T06:17:50.431Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43fc27d5-11a0-41f3-a183-18f2316c5f35
VfModuleModelInvariantUUID:37e598d2-42a8-4ac2-8d32-c33a004daea6
VfModuleModelDescription:NULL
Artifacts UUID List:{
be671a22-8f90-4abb-8b79-26307b9f3b04
,
940589ae-c479-4b73-96a7-691095b963bf

}
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:0524e927-6542-4d7d-9d78-6b56409b2f93
VfModuleModelInvariantUUID:571d980a-4d3a-4233-915f-abb808811313
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3438ff0-091c-4cc7-8b59-7cc8b684cfd8

}
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-22T06:17:50.433Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "37e598d2-42a8-4ac2-8d32-c33a004daea6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43fc27d5-11a0-41f3-a183-18f2316c5f35",
    "vfModuleModelCustomizationUUID": "9bca7b78-9a74-4ec4-9f3f-62b257d30b71",
    "isBase": true,
    "artifacts": [
      "be671a22-8f90-4abb-8b79-26307b9f3b04",
      "940589ae-c479-4b73-96a7-691095b963bf"
    ],
    "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": "571d980a-4d3a-4233-915f-abb808811313",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0524e927-6542-4d7d-9d78-6b56409b2f93",
    "vfModuleModelCustomizationUUID": "a7e74005-7e7e-4f21-be6a-4bf38133ae91",
    "isBase": false,
    "artifacts": [
      "e3438ff0-091c-4cc7-8b59-7cc8b684cfd8"
    ],
    "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-22T06:17:50.434Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43fc27d5-11a0-41f3-a183-18f2316c5f35
VfModuleModelInvariantUUID:37e598d2-42a8-4ac2-8d32-c33a004daea6
VfModuleModelDescription:NULL
Artifacts UUID List:{
be671a22-8f90-4abb-8b79-26307b9f3b04
,
940589ae-c479-4b73-96a7-691095b963bf

}
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:0524e927-6542-4d7d-9d78-6b56409b2f93
VfModuleModelInvariantUUID:571d980a-4d3a-4233-915f-abb808811313
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3438ff0-091c-4cc7-8b59-7cc8b684cfd8

}
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-22T06:17:50.434Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: be671a22-8f90-4abb-8b79-26307b9f3b04 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-22T06:17:50.434Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:17:50.434Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:50.670Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:17:50.670Z|ed16711e-7602-4f51-9181-a62be3145874|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 be671a22-8f90-4abb-8b79-26307b9f3b04 914
2022-05-22T06:17:50.671Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:50.671Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:50.671Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:17:50.671Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:50.673Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:50.673Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200270671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:17:50.773Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:50.774Z||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-22T06:17:50.774Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:50.789Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:50.790Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:17:51.673Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: df0f6e81-9f55-4a9b-af81-316c86f76dfc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-22T06:17:51.674Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:17:51.674Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:52.027Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:17:52.027Z|ed16711e-7602-4f51-9181-a62be3145874|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 df0f6e81-9f55-4a9b-af81-316c86f76dfc 12
2022-05-22T06:17:52.028Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:52.028Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:52.028Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:17:52.028Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:52.030Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:52.030Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200272028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:17:52.130Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:52.131Z||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-22T06:17:52.132Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:52.162Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:52.162Z||pool-96-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:53.030Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 940589ae-c479-4b73-96a7-691095b963bf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-22T06:17:53.031Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:17:53.031Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:53.730Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:17:53.731Z|ed16711e-7602-4f51-9181-a62be3145874|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 940589ae-c479-4b73-96a7-691095b963bf 96
2022-05-22T06:17:53.731Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:53.731Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:53.731Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:17:53.732Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:53.734Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:53.734Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200273731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:17:53.813Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:17:53.814Z|e92038c9-ab84-4522-a397-4fae7835b632|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-22T06:17:53.814Z|e92038c9-ab84-4522-a397-4fae7835b632|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 kfud54K0r616e16l) ...
2022-05-22T06:17:53.834Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:53.835Z||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-22T06:17:53.836Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "clamp",
  "timestamp": 1653200094595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:17:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:17:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "clamp",
  "timestamp": 1653200095599,
  "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-22T06:17:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 36072655-3509-4108-a203-d9c9381935e2
2022-05-22T06:17:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36072655-3509-4108-a203-d9c9381935e2 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-22T06:17:53.851Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:53.852Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:53.852Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.852Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "aai-ml",
  "timestamp": 1653200097003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:17:53.852Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:17:53.852Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.852Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "aai-ml",
  "timestamp": 1653200098007,
  "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-22T06:17:53.856Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 36072655-3509-4108-a203-d9c9381935e2
2022-05-22T06:17:53.856Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36072655-3509-4108-a203-d9c9381935e2 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-22T06:17:53.862Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.862Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9149e82-0a0d-436a-98cf-faeaa6c92311",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200129868,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:17:53.862Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:17:53.862Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.862Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:17:53.862Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:17:53.862Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.862Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/resourceInstances/pnf9eb558bdbc690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200143692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200145478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB6tahgo4wew5lavis0zz/1.0/artifacts/service-DemoPnfB6tahgo4wew5lavis0zz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:17:53.863Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:17:54.735Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e3438ff0-091c-4cc7-8b59-7cc8b684cfd8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-22T06:17:54.735Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:17:54.735Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:55.118Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:17:55.119Z|ed16711e-7602-4f51-9181-a62be3145874|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 e3438ff0-091c-4cc7-8b59-7cc8b684cfd8 20206
2022-05-22T06:17:55.119Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:55.120Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:55.120Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:17:55.120Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:55.121Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:55.121Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200275119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:17:55.222Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:17:55.223Z||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-22T06:17:55.223Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:55.240Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:55.240Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:56.125Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8de97db8-1844-4375-8eee-692cf3b560be
2022-05-22T06:17:56.125Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 73e7c60c-f2b6-4b6f-b20f-4524d221f0b5 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-22T06:17:56.134Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61f344d9, org.onap.sdc.toscaparser.api.parameters.Input@77859c98, org.onap.sdc.toscaparser.api.parameters.Input@278c7547, org.onap.sdc.toscaparser.api.parameters.Input@25256294, org.onap.sdc.toscaparser.api.parameters.Input@5e8b3f65]
2022-05-22T06:17:56.136Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:56.136Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:56.136Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-22T06:17:56.136Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 20a33337-3106-4bef-880d-0b6ad277c61a
2022-05-22T06:17:56.136Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20a33337-3106-4bef-880d-0b6ad277c61a matches Tosca VF Customization UUID: 20a33337-3106-4bef-880d-0b6ad277c61a
2022-05-22T06:17:56.136Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 20a33337-3106-4bef-880d-0b6ad277c61a  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-22T06:17:56.138Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:56.138Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:56.139Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 20a33337-3106-4bef-880d-0b6ad277c61a: {\"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-22T06:17:56.139Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fec89b0
2022-05-22T06:17:56.139Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:56.139Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:56.139Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a7e74005-7e7e-4f21-be6a-4bf38133ae91
2022-05-22T06:17:56.139Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a7e74005-7e7e-4f21-be6a-4bf38133ae91
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-22T06:17:56.141Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:56.141Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-22T06:17:56.141Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:17:56.142Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:56.142Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-22T06:17:56.142Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:17:56.142Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:56.142Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-22T06:17:56.142Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=20a33337-3106-4bef-880d-0b6ad277c61a
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-22T06:17:56.143Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:56.144Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:56.144Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8de97db8-1844-4375-8eee-692cf3b560be: basic_cnf_macro
2022-05-22T06:17:56.144Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:56.144Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:56.144Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:56.144Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:56.144Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:56.144Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:56.144Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:56.144Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:56.145Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:17:56.145Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:56.145Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:56.166Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 73e7c60c-f2b6-4b6f-b20f-4524d221f0b5 2 ASDC deployResourceStructure
2022-05-22T06:17:56.167Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:56.168Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:56.168Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:17:56.168Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:56.170Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:56.170Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200276167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:17:56.270Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:56.271Z||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-22T06:17:56.271Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:56.286Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:56.288Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:57.171Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:57.171Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:57.171Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:17:57.172Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:57.174Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:57.174Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200277171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:17:57.274Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:57.275Z||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-22T06:17:57.275Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:57.288Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:57.288Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:17:58.183Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:58.183Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:58.183Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-22T06:17:58.185Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:58.187Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:58.187Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200278175,
  "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-22T06:17:58.289Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-22T06:17:58.290Z||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-22T06:17:58.292Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:58.309Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:58.309Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:17:59.201Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:59.202Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:17:59.202Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:17:59.202Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:17:59.204Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:17:59.204Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200279201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-22T06:17:59.304Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:17:59.305Z||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-22T06:17:59.305Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:17:59.318Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:17:59.318Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:00.205Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:18:00.205Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:18:00.205Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-22T06:18:00.205Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:00.207Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:00.208Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200280205,
  "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-22T06:18:00.308Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:00.308Z||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-22T06:18:00.309Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:00.322Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:00.322Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:01.209Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:18:01.209Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:18:01.209Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:18:01.210Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:01.212Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:01.212Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200281208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:18:01.312Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:01.313Z||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-22T06:18:01.313Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:01.326Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:01.327Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:02.213Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed16711e-7602-4f51-9181-a62be3145874
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:18:02.223Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed16711e-7602-4f51-9181-a62be3145874
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:18:02.225Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:18:02.225Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:18:02.225Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:18:02.225Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:18:02.225Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:18:02.225Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:18:02.225Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:18:02.226Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:18:02.226Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:18:02.226Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:18:02.226Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:18:02.229Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:18:32.229Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed16711e-7602-4f51-9181-a62be3145874 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-22T06:18:32.236Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed16711e-7602-4f51-9181-a62be3145874 and serviceModelVersionId: 8de97db8-1844-4375-8eee-692cf3b560be
2022-05-22T06:18:32.236Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10d380f0-0f74-4a68-949d-bd162add55fb
2022-05-22T06:18:32.237Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10d380f0-0f74-4a68-949d-bd162add55fb/model-vers/model-ver/8de97db8-1844-4375-8eee-692cf3b560be?depth=0
2022-05-22T06:18:32.242Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:18:32.266Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d380f0-0f74-4a68-949d-bd162add55fb/model-vers/model-ver/8de97db8-1844-4375-8eee-692cf3b560be?depth=0|INFO|500||Invoke
2022-05-22T06:18:32.267Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d380f0-0f74-4a68-949d-bd162add55fb/model-vers/model-ver/8de97db8-1844-4375-8eee-692cf3b560be?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d380f0-0f74-4a68-949d-bd162add55fb/model-vers/model-ver/8de97db8-1844-4375-8eee-692cf3b560be?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed16711e-7602-4f51-9181-a62be3145874], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d32b1776-480d-42ae-bd18-316990e0a93b], X-ECOMP-RequestID=[ed16711e-7602-4f51-9181-a62be3145874], X-TransactionId=[], X-ONAP-RequestID=[ed16711e-7602-4f51-9181-a62be3145874], Content-Type=[application/merge-patch+json]}
2022-05-22T06:18:32.281Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d380f0-0f74-4a68-949d-bd162add55fb/model-vers/model-ver/8de97db8-1844-4375-8eee-692cf3b560be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-22T06:18:32.365Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d380f0-0f74-4a68-949d-bd162add55fb/model-vers/model-ver/8de97db8-1844-4375-8eee-692cf3b560be?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/10d380f0-0f74-4a68-949d-bd162add55fb/model-vers/model-ver/8de97db8-1844-4375-8eee-692cf3b560be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-06:18:32:600-9154], vertex-id=[208936], Content-Length=[0], Date=[Sun, 22 May 2022 06:18:32 GMT], Content-Type=[application/json]}
2022-05-22T06:18:32.365Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d380f0-0f74-4a68-949d-bd162add55fb/model-vers/model-ver/8de97db8-1844-4375-8eee-692cf3b560be?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:18:32.366Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d380f0-0f74-4a68-949d-bd162add55fb/model-vers/model-ver/8de97db8-1844-4375-8eee-692cf3b560be?depth=0|INFO|500||InvokeReturn
2022-05-22T06:18:32.366Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:18:32.366Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:18:32.378Z|ed16711e-7602-4f51-9181-a62be3145874|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-22T06:18:32.378Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed16711e-7602-4f51-9181-a62be3145874 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:18:32.378Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:18:32.379Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:32.380Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:32.380Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200312378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:18:32.481Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:32.482Z||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-22T06:18:32.482Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:32.501Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:32.501Z||pool-105-thread-1|||||INFO|500||cambria reply ok (20 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-22T06:18:33.391Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T06:18:33.391Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"870074d1-8fd8-46f8-9a91-03caa044f04d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"71507c16-8d21-4770-a714-c8f84171782f","serviceDescription":"service","serviceInvariantUUID":"f01f11a2-90d5-4807-aee2-bfb0edb922bb","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ae51eec-f53e-4167-926c-2078a122f58a","resourceInvariantUUID":"6c0a7ca7-1250-4569-b144-f6fb10c241d4","resourceCustomizationUUID":"69b41c7b-405d-4c30-a77e-229d7ff2ce67","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":"ZTEzYWRlOWZhZTllZDdkNDZlM2NmYTY1Zjg4NzA5YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0952dc68-be72-47e4-809c-7b2cc3f41989","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":"f4685958-e3e8-4cc8-ac34-7da51bb04eae","artifactVersion":"2","generatedFromUUID":"c3c6b964-288f-42e3-83d6-8ef6169cd752"},{"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":"c3c6b964-288f-42e3-83d6-8ef6169cd752","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":"ODVjZDIwNmViMWI5OGIyOGMyODc0NTc2YTNkOTE5MmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18734e16-5694-45a7-a70f-3431e3b0a2b6","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":"0e63c921-a905-4dd4-a348-fc39fc512685","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":"11404b42-eab7-4481-9da9-c10447c328c5","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":"c0d6014c-1661-4604-a037-b5475e68a817","artifactVersion":"2","generatedFromUUID":"0e63c921-a905-4dd4-a348-fc39fc512685"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTk0ZTViOTlhNmNlZDJiOGM4YjVkNTZmOTI2OGU4NjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bc59709-f01d-4f7b-9fe8-b593cc2b23a5","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"N2E1OGZlZTIwNTIxNWM5NTA1NWVjNWExM2M1OTdmZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef3f48b6-5b30-4d3d-8827-2c39ee108a55","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:18:33.391Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:18:33.392Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:33.393Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:33.393Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:18:33.494Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:33.495Z||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-22T06:18:33.495Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:33.509Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:33.510Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:34.394Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:18:34.395Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:34.397Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:34.397Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-22T06:18:34.497Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:34.499Z||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-22T06:18:34.499Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:34.515Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:34.515Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:18:35.398Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:18:35.398Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:35.400Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:35.400Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-22T06:18:35.500Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:35.502Z||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-22T06:18:35.502Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:35.516Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:35.517Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:36.401Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:18:36.401Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:36.403Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:36.404Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:18:36.504Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:36.505Z||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-22T06:18:36.505Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:36.519Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:36.520Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:37.404Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:18:37.405Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:37.407Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:37.408Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:18:37.508Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:37.509Z||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-22T06:18:37.509Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:37.523Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:37.524Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:18:38.408Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:18:38.409Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:38.410Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:38.411Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:18:38.511Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:38.512Z||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-22T06:18:38.512Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:38.525Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:38.526Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:39.411Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:18:39.412Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:39.413Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:39.414Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-22T06:18:39.514Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:39.515Z||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-22T06:18:39.515Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:39.531Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:39.531Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:40.414Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:18:40.415Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:40.417Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:40.417Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:18:40.517Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:40.518Z||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-22T06:18:40.519Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:40.532Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:40.533Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:41.417Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:18:41.418Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:41.420Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:41.420Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:18:41.520Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:41.521Z||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-22T06:18:41.521Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:41.535Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:41.536Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:42.421Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "71507c16-8d21-4770-a714-c8f84171782f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f01f11a2-90d5-4807-aee2-bfb0edb922bb",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "69b41c7b-405d-4c30-a77e-229d7ff2ce67",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ae51eec-f53e-4167-926c-2078a122f58a",
      "resourceInvariantUUID": "6c0a7ca7-1250-4569-b144-f6fb10c241d4",
      "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": "f4685958-e3e8-4cc8-ac34-7da51bb04eae",
          "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": "c3c6b964-288f-42e3-83d6-8ef6169cd752",
          "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": "ODVjZDIwNmViMWI5OGIyOGMyODc0NTc2YTNkOTE5MmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "18734e16-5694-45a7-a70f-3431e3b0a2b6",
          "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": "0e63c921-a905-4dd4-a348-fc39fc512685",
          "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": "c0d6014c-1661-4604-a037-b5475e68a817",
            "generatedFromUUID": "0e63c921-a905-4dd4-a348-fc39fc512685"
          },
          "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": "c0d6014c-1661-4604-a037-b5475e68a817",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "N2E1OGZlZTIwNTIxNWM5NTA1NWVjNWExM2M1OTdmZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef3f48b6-5b30-4d3d-8827-2c39ee108a55"
    }
  ],
  "workloadContext": "Production"
}
2022-05-22T06:18:42.421Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:18:42.422Z|ed16711e-7602-4f51-9181-a62be3145874|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 71507c16-8d21-4770-a714-c8f84171782f ASDC
2022-05-22T06:18:42.422Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:870074d1-8fd8-46f8-9a91-03caa044f04d
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:71507c16-8d21-4770-a714-c8f84171782f
ServiceInvariantUUID:f01f11a2-90d5-4807-aee2-bfb0edb922bb
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:ef3f48b6-5b30-4d3d-8827-2c39ee108a55
ArtifactChecksum:N2E1OGZlZTIwNTIxNWM5NTA1NWVjNWExM2M1OTdmZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:69b41c7b-405d-4c30-a77e-229d7ff2ce67
ResourceInvariantUUID:6c0a7ca7-1250-4569-b144-f6fb10c241d4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:8ae51eec-f53e-4167-926c-2078a122f58a
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:f4685958-e3e8-4cc8-ac34-7da51bb04eae
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:c3c6b964-288f-42e3-83d6-8ef6169cd752
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:18734e16-5694-45a7-a70f-3431e3b0a2b6
ArtifactChecksum:ODVjZDIwNmViMWI5OGIyOGMyODc0NTc2YTNkOTE5MmI=
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:0e63c921-a905-4dd4-a348-fc39fc512685
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:c0d6014c-1661-4604-a037-b5475e68a817
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:c0d6014c-1661-4604-a037-b5475e68a817
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-22T06:18:42.423Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71507c16-8d21-4770-a714-c8f84171782f 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-22T06:18:42.453Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:18:42.454Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:18:42.454Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:18:42.454Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ef3f48b6-5b30-4d3d-8827-2c39ee108a55 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-22T06:18:42.454Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:18:42.454Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:42.981Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:18:42.984Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ef3f48b6-5b30-4d3d-8827-2c39ee108a55 68953
2022-05-22T06:18:42.984Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:42.984Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:42.984Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:18:42.984Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:42.986Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:42.986Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200322984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:18:43.086Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:43.087Z||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-22T06:18:43.087Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:43.101Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:43.101Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:43.987Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:18:43.989Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:18:43.989Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ef3f48b6-5b30-4d3d-8827-2c39ee108a55, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-22T06:18:43.989Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-22T06:18:43.990Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-22T06:18:43.990Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-22T06:18:44.064Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11548646447545874521/Definitions/service-BasicCnf-template.yml
2022-05-22T06:18:44.781Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:18:44.781Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:18:44.781Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-22T06:18:44.781Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-22T06:18:44.781Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.781Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.781Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.781Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.781Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-22T06:18:44.782Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ce94926e-bebe-4469-8c78-959e2db7d7db
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:44.783Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.784Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:44.784Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.784Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:71507c16-8d21-4770-a714-c8f84171782f
Model Version:NULL
Model InvariantUuid:f01f11a2-90d5-4807-aee2-bfb0edb922bb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8efc4e91-3b14-4ca1-a36d-4239e4decaff
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6c0a7ca7-1250-4569-b144-f6fb10c241d4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:69b41c7b-405d-4c30-a77e-229d7ff2ce67
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56f12054-0688-4b2e-9550-5334690e853c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:7396ab4e-e348-427f-b281-9b8588531738
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ce94926e-bebe-4469-8c78-959e2db7d7db
ModelInvariantUuid:c6333e0d-88a2-4fc7-9406-7918dba4ab73
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:1495a82b-ed0d-4304-977f-37b6c9f94804
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:bffb80de-a92f-40d7-a18d-e15f8122e48f
ModelInvariantUuid:bea77e32-4864-40b3-900c-fc3ad963f116
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6e9eec69-4a17-43a8-8e69-3524bdb3c9a9
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-22T06:18:44.789Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ae51eec-f53e-4167-926c-2078a122f58a
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-22T06:18:44.791Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-05-22T06:18:44.791Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ae51eec-f53e-4167-926c-2078a122f58a
2022-05-22T06:18:44.791Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f4685958-e3e8-4cc8-ac34-7da51bb04eae from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-22T06:18:44.791Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:18:44.791Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.880Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:18:44.880Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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 f4685958-e3e8-4cc8-ac34-7da51bb04eae 12
2022-05-22T06:18:44.880Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.880Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:44.881Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:18:44.881Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:44.882Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:44.882Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200324880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:18:44.983Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:44.984Z||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-22T06:18:44.984Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:44.996Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:44.997Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:45.884Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c3c6b964-288f-42e3-83d6-8ef6169cd752 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-22T06:18:45.884Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:18:45.885Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:45.982Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:18:45.982Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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 c3c6b964-288f-42e3-83d6-8ef6169cd752 2688
2022-05-22T06:18:45.983Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:45.983Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:45.983Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:18:45.983Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:45.984Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:45.985Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200325983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:18:46.085Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:46.086Z||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-22T06:18:46.086Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:46.099Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:46.101Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:18:46.986Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 18734e16-5694-45a7-a70f-3431e3b0a2b6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-22T06:18:46.987Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:18:46.987Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:47.170Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:18:47.171Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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 18734e16-5694-45a7-a70f-3431e3b0a2b6 828
2022-05-22T06:18:47.171Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:47.171Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:47.171Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:18:47.172Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:47.175Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:47.175Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200327171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:18:47.275Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:47.276Z||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-22T06:18:47.276Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:47.292Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:47.292Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:48.177Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "56f12054-0688-4b2e-9550-5334690e853c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7396ab4e-e348-427f-b281-9b8588531738",
    "vfModuleModelCustomizationUUID": "3b3ad368-3010-4b50-a801-36c86ed941b3",
    "isBase": true,
    "artifacts": [
      "c3c6b964-288f-42e3-83d6-8ef6169cd752",
      "0e63c921-a905-4dd4-a348-fc39fc512685",
      "c0d6014c-1661-4604-a037-b5475e68a817"
    ],
    "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-22T06:18:48.181Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7396ab4e-e348-427f-b281-9b8588531738
VfModuleModelInvariantUUID:56f12054-0688-4b2e-9550-5334690e853c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3c6b964-288f-42e3-83d6-8ef6169cd752
,
0e63c921-a905-4dd4-a348-fc39fc512685
,
c0d6014c-1661-4604-a037-b5475e68a817

}
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-22T06:18:48.184Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "56f12054-0688-4b2e-9550-5334690e853c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7396ab4e-e348-427f-b281-9b8588531738",
    "vfModuleModelCustomizationUUID": "3b3ad368-3010-4b50-a801-36c86ed941b3",
    "isBase": true,
    "artifacts": [
      "c3c6b964-288f-42e3-83d6-8ef6169cd752",
      "0e63c921-a905-4dd4-a348-fc39fc512685",
      "c0d6014c-1661-4604-a037-b5475e68a817"
    ],
    "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-22T06:18:48.184Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7396ab4e-e348-427f-b281-9b8588531738
VfModuleModelInvariantUUID:56f12054-0688-4b2e-9550-5334690e853c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3c6b964-288f-42e3-83d6-8ef6169cd752
,
0e63c921-a905-4dd4-a348-fc39fc512685
,
c0d6014c-1661-4604-a037-b5475e68a817

}
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-22T06:18:48.184Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0e63c921-a905-4dd4-a348-fc39fc512685 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-22T06:18:48.184Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:18:48.185Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:48.291Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:18:48.291Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0e63c921-a905-4dd4-a348-fc39fc512685 1164
2022-05-22T06:18:48.292Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:48.292Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:48.292Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:18:48.292Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:48.296Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:48.296Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200328292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:18:48.395Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-22T06:18:48.396Z||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-22T06:18:48.396Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:48.411Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:48.411Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:49.296Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c0d6014c-1661-4604-a037-b5475e68a817 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-22T06:18:49.296Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:18:49.296Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:49.622Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:18:49.623Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c0d6014c-1661-4604-a037-b5475e68a817 200
2022-05-22T06:18:49.623Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:49.623Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:49.623Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:18:49.623Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:49.625Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:49.625Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200329623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:18:49.725Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:49.726Z||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-22T06:18:49.726Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:49.742Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:49.742Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:50.626Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 71507c16-8d21-4770-a714-c8f84171782f
2022-05-22T06:18:50.627Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 8ae51eec-f53e-4167-926c-2078a122f58a ASDC
2022-05-22T06:18:50.633Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T06:18:50.646Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f60e0a, org.onap.sdc.toscaparser.api.parameters.Input@51ae3ec7, org.onap.sdc.toscaparser.api.parameters.Input@516cedb1, org.onap.sdc.toscaparser.api.parameters.Input@270362f, org.onap.sdc.toscaparser.api.parameters.Input@37c3fe35]
2022-05-22T06:18:50.647Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.647Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:50.647Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-22T06:18:50.648Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 69b41c7b-405d-4c30-a77e-229d7ff2ce67
2022-05-22T06:18:50.648Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69b41c7b-405d-4c30-a77e-229d7ff2ce67 matches Tosca VF Customization UUID: 69b41c7b-405d-4c30-a77e-229d7ff2ce67
2022-05-22T06:18:50.648Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 69b41c7b-405d-4c30-a77e-229d7ff2ce67  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-22T06:18:50.649Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.650Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:50.650Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 69b41c7b-405d-4c30-a77e-229d7ff2ce67: {\"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-22T06:18:50.650Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22ce4b6f
2022-05-22T06:18:50.650Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.650Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:50.650Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3b3ad368-3010-4b50-a801-36c86ed941b3
2022-05-22T06:18:50.650Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3b3ad368-3010-4b50-a801-36c86ed941b3
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-22T06:18:50.652Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.652Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T06:18:50.652Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:18:50.652Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.652Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T06:18:50.652Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:18:50.653Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.653Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-22T06:18:50.653Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-22T06:18:50.653Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ce94926e-bebe-4469-8c78-959e2db7d7db
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-22T06:18:50.655Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.655Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T06:18:50.655Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:18:50.655Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.655Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T06:18:50.655Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=69b41c7b-405d-4c30-a77e-229d7ff2ce67
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-22T06:18:50.656Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.656Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:50.656Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 71507c16-8d21-4770-a714-c8f84171782f: basic_cnf
2022-05-22T06:18:50.656Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.656Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:50.657Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.657Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:50.657Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.657Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:50.657Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.657Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:50.657Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:18:50.657Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:50.657Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:50.725Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 8ae51eec-f53e-4167-926c-2078a122f58a 1 ASDC deployResourceStructure
2022-05-22T06:18:50.725Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:50.725Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:50.725Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-22T06:18:50.725Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:50.728Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:50.728Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200330725,
  "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-22T06:18:50.828Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:50.829Z||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-22T06:18:50.830Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:50.843Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:50.844Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:51.729Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:51.729Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:51.729Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-22T06:18:51.730Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:51.732Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:51.732Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200331729,
  "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-22T06:18:51.832Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:51.833Z||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-22T06:18:51.833Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:51.846Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:51.847Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:52.733Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:52.734Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:52.734Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:18:52.734Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:52.737Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:52.737Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200332733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:18:52.837Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:52.838Z||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-22T06:18:52.838Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:52.853Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:52.853Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:53.739Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:53.740Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:53.740Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:18:53.740Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:53.742Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:53.743Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200333739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:18:53.813Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:18:53.814Z|e92038c9-ab84-4522-a397-4fae7835b632|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-22T06:18:53.814Z|e92038c9-ab84-4522-a397-4fae7835b632|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 kfud54K0r616e16l) ...
2022-05-22T06:18:53.832Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:53.833Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:18:53.833Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34fc2f06-6630-4903-8718-5af4dd2c6e93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200206919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:18:53.834Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:18:53.834Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:18:53.834Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:18:53.834Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:18:53.834Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:18:53.834Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:18:53.834Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:18:53.834Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:18:53.834Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:18:53.834Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:18:53.835Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:18:53.835Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:18:53.835Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:18:53.835Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:18:53.835Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-22T06:18:53.835Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:18:53.835Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:18:53.835Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:18:53.835Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:18:53.843Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:53.844Z||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-22T06:18:53.844Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:53.859Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:53.860Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:54.744Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:54.745Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:54.745Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:18:54.745Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:54.747Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:54.747Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200334744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-22T06:18:54.847Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:54.848Z||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-22T06:18:54.848Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:54.866Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:54.866Z||pool-125-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:18:55.748Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:55.748Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:55.748Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:18:55.748Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:18:55.750Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:18:55.750Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200335747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:18:55.850Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:18:55.852Z||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-22T06:18:55.852Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:18:55.873Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:18:55.874Z||pool-126-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:18:56.751Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 870074d1-8fd8-46f8-9a91-03caa044f04d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:18:56.760Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 870074d1-8fd8-46f8-9a91-03caa044f04d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:18:56.761Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:18:56.762Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:18:56.762Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:18:56.762Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:18:56.762Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:18:56.762Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:18:56.762Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:18:56.762Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:18:56.762Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:18:56.762Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:18:56.762Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:18:56.764Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:19:26.765Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 870074d1-8fd8-46f8-9a91-03caa044f04d 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-22T06:19:26.774Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 870074d1-8fd8-46f8-9a91-03caa044f04d and serviceModelVersionId: 71507c16-8d21-4770-a714-c8f84171782f
2022-05-22T06:19:26.774Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f01f11a2-90d5-4807-aee2-bfb0edb922bb
2022-05-22T06:19:26.774Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f01f11a2-90d5-4807-aee2-bfb0edb922bb/model-vers/model-ver/71507c16-8d21-4770-a714-c8f84171782f?depth=0
2022-05-22T06:19:26.778Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:19:26.806Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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/f01f11a2-90d5-4807-aee2-bfb0edb922bb/model-vers/model-ver/71507c16-8d21-4770-a714-c8f84171782f?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-22T06:19:26.807Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f01f11a2-90d5-4807-aee2-bfb0edb922bb/model-vers/model-ver/71507c16-8d21-4770-a714-c8f84171782f?depth=0|INFO|500||Invoke
2022-05-22T06:19:26.821Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f01f11a2-90d5-4807-aee2-bfb0edb922bb/model-vers/model-ver/71507c16-8d21-4770-a714-c8f84171782f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-22T06:19:26.985Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f01f11a2-90d5-4807-aee2-bfb0edb922bb/model-vers/model-ver/71507c16-8d21-4770-a714-c8f84171782f?depth=0|INFO|500||InvokeReturn
2022-05-22T06:19:26.985Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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/f01f11a2-90d5-4807-aee2-bfb0edb922bb/model-vers/model-ver/71507c16-8d21-4770-a714-c8f84171782f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220522-06:19:27:142-28252], vertex-id=[471200], Content-Length=[0], Date=[Sun, 22 May 2022 06:19:27 GMT], Content-Type=[application/json]}
2022-05-22T06:19:26.986Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:19:26.986Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:19:26.986Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:19:26.990Z|870074d1-8fd8-46f8-9a91-03caa044f04d|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-22T06:19:26.991Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 870074d1-8fd8-46f8-9a91-03caa044f04d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:19:26.991Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:19:26.992Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:26.994Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:26.994Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200366991,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:19:27.095Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:19:27.098Z||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-22T06:19:27.098Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:27.116Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:27.117Z||pool-127-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-22T06:19:28.003Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T06:19:28.003Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6559c14c-0f7a-4db6-8047-b6be97f84b13","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"cf4aa866-0837-4d6f-98a9-8b8b52ce381e","serviceDescription":"service","serviceInvariantUUID":"8bb495a2-dc5b-4aec-a90f-bff868d0cdea","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8f180cfa-b6fb-42fb-9883-362c8e9d3f26","resourceInvariantUUID":"108e2ac0-25c8-468c-bc97-22cf4191f890","resourceCustomizationUUID":"4bb62c1b-3b93-4d19-8b8a-2a567f71cfa6","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":"ZmY5YjAxYTRkNmYzZmYyOTBlNzIwY2VjZWEyYWE4YTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57d241f6-4883-4a4d-bdc7-2a6ea2648b5b","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":"ODA4YjFkN2M2ZTRiYzBhYmE1NDY3MGE0MGE3ODMyOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"47664ba2-2411-49c6-8333-c28bebeb5a52","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":"af53b96e-609c-472d-a480-1d67806d99e0","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":"9a2961f6-57df-4423-bc20-1cc214741e42","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":"d775f138-5a56-45d6-a438-d8eb67e5c278","artifactVersion":"2","generatedFromUUID":"af53b96e-609c-472d-a480-1d67806d99e0"},{"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":"ZWRhYzFhYTU2OWI0ZTEyNDVlNWM2OWY1MTJlZDQ0Yjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d2fee29c-9948-40a2-a38f-dfa7f7ac3504","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":"M2QwNDc4MDc3MTg1YmZjZjUzYTkyZTIwMmM1YmIxN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01c73ae4-a5ac-4532-9815-404708b449c3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzcwNzg0MWJkYTU0MzA4ZWJjOTgxNjM3NzYwZmY0NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"16611334-b207-473a-b834-2f347abb7ab8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:19:28.004Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:19:28.004Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:28.006Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:28.006Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:19:28.106Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:19:28.107Z||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-22T06:19:28.107Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:28.126Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:28.127Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:19:29.006Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:19:29.007Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:29.009Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:29.009Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:19:29.109Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:19:29.110Z||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-22T06:19:29.110Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:29.120Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:29.121Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:19:30.009Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:19:30.010Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:30.013Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:30.013Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:19:30.113Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:19:30.114Z||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-22T06:19:30.115Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:30.129Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:30.129Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:19:31.014Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:19:31.014Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:31.016Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:31.016Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:19:31.116Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:19:31.117Z||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-22T06:19:31.117Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:31.132Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:31.133Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:19:32.017Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:19:32.018Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:32.019Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:32.019Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-22T06:19:32.120Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:19:32.121Z||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-22T06:19:32.121Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:32.133Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:32.133Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:19:33.020Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:19:33.021Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:33.023Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:33.023Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:19:33.123Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:19:33.124Z||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-22T06:19:33.124Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:33.135Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:33.136Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:19:34.023Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:19:34.024Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:34.026Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:34.026Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:19:34.127Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:19:34.127Z||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-22T06:19:34.128Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:34.143Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:34.144Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:19:35.028Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:19:35.029Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:35.031Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:35.032Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:19:35.131Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:19:35.132Z||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-22T06:19:35.132Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:35.146Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:35.147Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:19:36.033Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "cf4aa866-0837-4d6f-98a9-8b8b52ce381e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8bb495a2-dc5b-4aec-a90f-bff868d0cdea",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4bb62c1b-3b93-4d19-8b8a-2a567f71cfa6",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8f180cfa-b6fb-42fb-9883-362c8e9d3f26",
      "resourceInvariantUUID": "108e2ac0-25c8-468c-bc97-22cf4191f890",
      "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": "ODA4YjFkN2M2ZTRiYzBhYmE1NDY3MGE0MGE3ODMyOGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "47664ba2-2411-49c6-8333-c28bebeb5a52",
          "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": "af53b96e-609c-472d-a480-1d67806d99e0",
          "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": "d775f138-5a56-45d6-a438-d8eb67e5c278",
            "generatedFromUUID": "af53b96e-609c-472d-a480-1d67806d99e0"
          },
          "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": "d775f138-5a56-45d6-a438-d8eb67e5c278",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzcwNzg0MWJkYTU0MzA4ZWJjOTgxNjM3NzYwZmY0NGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "16611334-b207-473a-b834-2f347abb7ab8"
    }
  ],
  "workloadContext": "Production"
}
2022-05-22T06:19:36.033Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:19:36.033Z|870074d1-8fd8-46f8-9a91-03caa044f04d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cf4aa866-0837-4d6f-98a9-8b8b52ce381e ASDC
2022-05-22T06:19:36.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6559c14c-0f7a-4db6-8047-b6be97f84b13
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:cf4aa866-0837-4d6f-98a9-8b8b52ce381e
ServiceInvariantUUID:8bb495a2-dc5b-4aec-a90f-bff868d0cdea
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:16611334-b207-473a-b834-2f347abb7ab8
ArtifactChecksum:MzcwNzg0MWJkYTU0MzA4ZWJjOTgxNjM3NzYwZmY0NGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4bb62c1b-3b93-4d19-8b8a-2a567f71cfa6
ResourceInvariantUUID:108e2ac0-25c8-468c-bc97-22cf4191f890
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8f180cfa-b6fb-42fb-9883-362c8e9d3f26
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:47664ba2-2411-49c6-8333-c28bebeb5a52
ArtifactChecksum:ODA4YjFkN2M2ZTRiYzBhYmE1NDY3MGE0MGE3ODMyOGE=
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:af53b96e-609c-472d-a480-1d67806d99e0
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:d775f138-5a56-45d6-a438-d8eb67e5c278
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:d775f138-5a56-45d6-a438-d8eb67e5c278
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-22T06:19:36.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf4aa866-0837-4d6f-98a9-8b8b52ce381e 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-22T06:19:36.062Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:19:36.062Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:19:36.063Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:19:36.063Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 16611334-b207-473a-b834-2f347abb7ab8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-22T06:19:36.063Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:19:36.063Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:36.188Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:19:36.192Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 16611334-b207-473a-b834-2f347abb7ab8 78806
2022-05-22T06:19:36.192Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:36.192Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:36.192Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:19:36.192Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:36.194Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:36.195Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200376192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:19:36.294Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:19:36.295Z||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-22T06:19:36.295Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:36.309Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:36.309Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:19:37.195Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:19:37.196Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:19:37.197Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 16611334-b207-473a-b834-2f347abb7ab8, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-22T06:19:37.197Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-22T06:19:37.197Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-22T06:19:37.197Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-22T06:19:37.271Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7754972419895220199/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-22T06:19:38.032Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:19:38.032Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:19:38.032Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-22T06:19:38.032Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.033Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-22T06:19:38.034Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:38.035Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.035Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:38.035Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-22T06:19:38.035Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:19:38.035Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:38.035Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-22T06:19:38.035Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:19:38.035Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:38.035Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-22T06:19:38.035Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:19:38.035Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:38.035Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-22T06:19:38.035Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-22T06:19:38.036Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-22T06:19:38.036Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f63d60d-e426-4eca-8b9d-c7827c5ba94f
2022-05-22T06:19:38.036Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:38.036Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.036Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:38.036Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.036Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:38.036Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.036Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:38.036Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.036Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:cf4aa866-0837-4d6f-98a9-8b8b52ce381e
Model Version:NULL
Model InvariantUuid:8bb495a2-dc5b-4aec-a90f-bff868d0cdea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:2b59bca8-e9c8-4a74-9a35-0f66bf28698d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:108e2ac0-25c8-468c-bc97-22cf4191f890
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4bb62c1b-3b93-4d19-8b8a-2a567f71cfa6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:16f1253d-e77c-454d-951d-a12bb1a4135c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b204841e-d4c3-4b61-a2a3-21e2bc79610a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0f63d60d-e426-4eca-8b9d-c7827c5ba94f
ModelInvariantUuid:f1bf57ff-1e03-4f35-898d-5dffd6fe34b2
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:04101d6a-d67f-433f-b708-72179c5f37d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:77e476d9-4cf0-493f-86b4-37243524fdab
ModelInvariantUuid:977f0699-4442-4c80-9816-9de969ad6f90
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:09a57cce-89fd-4efd-83de-04c45435959d
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-22T06:19:38.042Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8f180cfa-b6fb-42fb-9883-362c8e9d3f26
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-22T06:19:38.045Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2022-05-22T06:19:38.045Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8f180cfa-b6fb-42fb-9883-362c8e9d3f26
2022-05-22T06:19:38.045Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 47664ba2-2411-49c6-8333-c28bebeb5a52 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-22T06:19:38.045Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:19:38.046Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.094Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:19:38.095Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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 47664ba2-2411-49c6-8333-c28bebeb5a52 792
2022-05-22T06:19:38.095Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.095Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:38.095Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:19:38.096Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:38.098Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:38.098Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200378095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:19:38.198Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:19:38.199Z||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-22T06:19:38.199Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:38.213Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:38.214Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:19:39.099Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "16f1253d-e77c-454d-951d-a12bb1a4135c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b204841e-d4c3-4b61-a2a3-21e2bc79610a",
    "vfModuleModelCustomizationUUID": "065f856c-0b87-4c0d-b1dd-497a00e78e62",
    "isBase": true,
    "artifacts": [
      "af53b96e-609c-472d-a480-1d67806d99e0",
      "d775f138-5a56-45d6-a438-d8eb67e5c278"
    ],
    "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-22T06:19:39.102Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b204841e-d4c3-4b61-a2a3-21e2bc79610a
VfModuleModelInvariantUUID:16f1253d-e77c-454d-951d-a12bb1a4135c
VfModuleModelDescription:NULL
Artifacts UUID List:{
af53b96e-609c-472d-a480-1d67806d99e0
,
d775f138-5a56-45d6-a438-d8eb67e5c278

}
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-22T06:19:39.105Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "16f1253d-e77c-454d-951d-a12bb1a4135c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b204841e-d4c3-4b61-a2a3-21e2bc79610a",
    "vfModuleModelCustomizationUUID": "065f856c-0b87-4c0d-b1dd-497a00e78e62",
    "isBase": true,
    "artifacts": [
      "af53b96e-609c-472d-a480-1d67806d99e0",
      "d775f138-5a56-45d6-a438-d8eb67e5c278"
    ],
    "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-22T06:19:39.105Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b204841e-d4c3-4b61-a2a3-21e2bc79610a
VfModuleModelInvariantUUID:16f1253d-e77c-454d-951d-a12bb1a4135c
VfModuleModelDescription:NULL
Artifacts UUID List:{
af53b96e-609c-472d-a480-1d67806d99e0
,
d775f138-5a56-45d6-a438-d8eb67e5c278

}
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-22T06:19:39.105Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: af53b96e-609c-472d-a480-1d67806d99e0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-22T06:19:39.105Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:19:39.105Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:39.156Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:19:39.156Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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 af53b96e-609c-472d-a480-1d67806d99e0 5033
2022-05-22T06:19:39.156Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:39.156Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:39.157Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:19:39.157Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:39.159Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:39.159Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200379156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:19:39.260Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:19:39.261Z||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-22T06:19:39.261Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:39.277Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:39.277Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:19:40.160Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d775f138-5a56-45d6-a438-d8eb67e5c278 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-22T06:19:40.161Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:19:40.161Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:40.216Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:19:40.217Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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 d775f138-5a56-45d6-a438-d8eb67e5c278 903
2022-05-22T06:19:40.217Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:40.217Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:40.217Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:19:40.217Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:40.219Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:40.219Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200380217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:19:40.319Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:19:40.321Z||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-22T06:19:40.321Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:40.335Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:40.336Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:19:41.220Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: cf4aa866-0837-4d6f-98a9-8b8b52ce381e
2022-05-22T06:19:41.220Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8f180cfa-b6fb-42fb-9883-362c8e9d3f26 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-22T06:19:41.229Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78b2cc9, org.onap.sdc.toscaparser.api.parameters.Input@2ddd7bff, org.onap.sdc.toscaparser.api.parameters.Input@1e397bf8, org.onap.sdc.toscaparser.api.parameters.Input@713de699, org.onap.sdc.toscaparser.api.parameters.Input@2f0e6113]
2022-05-22T06:19:41.231Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.231Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:41.231Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-22T06:19:41.231Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4bb62c1b-3b93-4d19-8b8a-2a567f71cfa6
2022-05-22T06:19:41.231Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4bb62c1b-3b93-4d19-8b8a-2a567f71cfa6 matches Tosca VF Customization UUID: 4bb62c1b-3b93-4d19-8b8a-2a567f71cfa6
2022-05-22T06:19:41.231Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4bb62c1b-3b93-4d19-8b8a-2a567f71cfa6  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-22T06:19:41.233Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.233Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:41.234Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4bb62c1b-3b93-4d19-8b8a-2a567f71cfa6: {\"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-22T06:19:41.234Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22ee85cc
2022-05-22T06:19:41.235Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.235Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:41.235Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 065f856c-0b87-4c0d-b1dd-497a00e78e62
2022-05-22T06:19:41.235Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 065f856c-0b87-4c0d-b1dd-497a00e78e62
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-22T06:19:41.236Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.237Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-22T06:19:41.237Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:19:41.237Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.237Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-22T06:19:41.237Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:19:41.237Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.237Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-22T06:19:41.237Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-22T06:19:41.238Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-22T06:19:41.238Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f63d60d-e426-4eca-8b9d-c7827c5ba94f
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-22T06:19:41.239Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.239Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-22T06:19:41.239Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:19:41.239Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.240Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-22T06:19:41.240Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4bb62c1b-3b93-4d19-8b8a-2a567f71cfa6
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-22T06:19:41.241Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.241Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:41.241Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid cf4aa866-0837-4d6f-98a9-8b8b52ce381e: basic_vm_macro
2022-05-22T06:19:41.241Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.241Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:41.241Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.241Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:41.241Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.241Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:41.241Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.241Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:41.242Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:19:41.242Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:41.242Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:41.295Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8f180cfa-b6fb-42fb-9883-362c8e9d3f26 1 ASDC deployResourceStructure
2022-05-22T06:19:41.296Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:41.296Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:41.296Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:19:41.296Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:41.298Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:41.298Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200381296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:19:41.398Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:19:41.399Z||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-22T06:19:41.399Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:41.413Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:41.414Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:19:42.299Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:42.299Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:42.299Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:19:42.299Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:42.301Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:42.301Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200382299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:19:42.402Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:19:42.403Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:19:42.403Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:42.418Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:42.418Z||pool-141-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:19:43.302Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:43.303Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:43.303Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:19:43.303Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:43.306Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:43.307Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200383302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-22T06:19:43.406Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:19:43.407Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:19:43.407Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:43.426Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:43.427Z||pool-142-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:19:44.308Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:44.309Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:44.309Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:19:44.309Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:19:44.316Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:19:44.316Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200384308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:19:44.411Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-05-22T06:19:44.412Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:19:44.412Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:19:44.429Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:44.429Z||pool-143-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:19:45.317Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6559c14c-0f7a-4db6-8047-b6be97f84b13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:19:45.326Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6559c14c-0f7a-4db6-8047-b6be97f84b13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:19:45.329Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:19:45.329Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:19:45.329Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:19:45.329Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:19:45.329Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:19:45.329Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:19:45.330Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:19:45.330Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:19:45.330Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:19:45.330Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:19:45.330Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:19:45.333Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:19:53.814Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:19:53.815Z|e92038c9-ab84-4522-a397-4fae7835b632|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-22T06:19:53.815Z|e92038c9-ab84-4522-a397-4fae7835b632|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 kfud54K0r616e16l) ...
2022-05-22T06:19:53.834Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:19:53.835Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.835Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:19:53.836Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:19:53.836Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.837Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200216041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:19:53.837Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:19:53.837Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.837Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200218186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:19:53.837Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:19:53.837Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.837Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200219393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:19:53.837Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200220445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200221536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200222539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200223542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200224548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f87e9915-1800-4a45-86df-e90734fea2b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200255717,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.838Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:19:53.839Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200267290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200269424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200270671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200272028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:19:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:15.334Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6559c14c-0f7a-4db6-8047-b6be97f84b13 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-22T06:20:15.339Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6559c14c-0f7a-4db6-8047-b6be97f84b13 and serviceModelVersionId: cf4aa866-0837-4d6f-98a9-8b8b52ce381e
2022-05-22T06:20:15.339Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8bb495a2-dc5b-4aec-a90f-bff868d0cdea
2022-05-22T06:20:15.340Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8bb495a2-dc5b-4aec-a90f-bff868d0cdea/model-vers/model-ver/cf4aa866-0837-4d6f-98a9-8b8b52ce381e?depth=0
2022-05-22T06:20:15.344Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:20:15.373Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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/8bb495a2-dc5b-4aec-a90f-bff868d0cdea/model-vers/model-ver/cf4aa866-0837-4d6f-98a9-8b8b52ce381e?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-22T06:20:15.376Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb495a2-dc5b-4aec-a90f-bff868d0cdea/model-vers/model-ver/cf4aa866-0837-4d6f-98a9-8b8b52ce381e?depth=0|INFO|500||Invoke
2022-05-22T06:20:15.388Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb495a2-dc5b-4aec-a90f-bff868d0cdea/model-vers/model-ver/cf4aa866-0837-4d6f-98a9-8b8b52ce381e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-22T06:20:15.687Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bb495a2-dc5b-4aec-a90f-bff868d0cdea/model-vers/model-ver/cf4aa866-0837-4d6f-98a9-8b8b52ce381e?depth=0|INFO|500||InvokeReturn
2022-05-22T06:20:15.689Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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/8bb495a2-dc5b-4aec-a90f-bff868d0cdea/model-vers/model-ver/cf4aa866-0837-4d6f-98a9-8b8b52ce381e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-06:20:15:707-64119], vertex-id=[237808], Content-Length=[0], Date=[Sun, 22 May 2022 06:20:15 GMT], Content-Type=[application/json]}
2022-05-22T06:20:15.689Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:20:15.690Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:20:15.690Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:20:15.694Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|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-22T06:20:15.694Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6559c14c-0f7a-4db6-8047-b6be97f84b13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:20:15.695Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:20:15.695Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:20:15.697Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:20:15.697Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200415694,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:20:15.797Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:20:15.798Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:20:15.798Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:20:15.816Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:20:15.816Z||pool-144-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-22T06:20:16.708Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T06:20:16.708Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"36072655-3509-4108-a203-d9c9381935e2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e142c9ff-3bb6-43ed-8810-3d9be6370fad","serviceDescription":"service","serviceInvariantUUID":"831b42aa-23f6-4082-b852-d7308ef57358","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e3275b55-3d7e-4ffc-b824-950bfb6efe30","resourceInvariantUUID":"a7deea34-22b8-4456-8b62-2533a063f639","resourceCustomizationUUID":"f96e8fa7-9414-44ec-b375-3144fcc81a7c","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":"ODFmZDA2ZWY2MjJmODNmYWY2NmY1ZDI0YTI5NWZlZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea16f6e5-7276-46a9-8706-07776144e2af","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":"80dd11fa-2995-426b-8f36-24587e0d5866","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":"6dbe0e37-5e0b-4679-a20f-8bb89d9a0d4f","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":"YzI2NmU5MDhmZTNkNDhkYTY4MzBkOTlmZTQzNDZkNTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1df3e959-29c9-4058-ab78-4d174d504de4","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":"89e879b6-7703-40ca-a615-14dfa2bf6af7","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":"fce6f75a-464e-44b4-9345-d4dc6372acae","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":"efe53297-423a-45b6-af7f-75391bb94c16","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":"MGQ2NWE5MzY4ZjJhMmRiMWViNDEyNjA1ZTRlZTgxZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd5fe448-1563-410b-9fb7-52407fc46c3c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjFmYzAxMzk4ZjBlMWZmNjJhMmQ2YmU0YzJmMDRhMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9a2ec8e8-4d8c-446a-8301-fc88a5b89072","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:20:16.708Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:20:16.709Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:20:16.710Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:20:16.711Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:20:16.811Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:20:16.812Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:20:16.812Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:20:16.827Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:20:16.827Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:20:17.711Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:20:17.715Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:20:17.720Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:20:17.720Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:20:17.818Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-22T06:20:17.819Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:20:17.819Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:20:17.848Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:20:17.849Z||pool-146-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:20:18.720Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:20:18.721Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:20:18.723Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:20:18.723Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:20:18.823Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:20:18.824Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:20:18.824Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:20:18.841Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:20:18.842Z||pool-147-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:20:19.723Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:20:19.724Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:20:19.726Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:20:19.726Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:20:19.826Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:20:19.827Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:20:19.827Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:20:19.839Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:20:19.840Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:20:20.727Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:20:20.727Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:20:20.729Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:20:20.729Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:20:20.829Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:20:20.830Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:20:20.831Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:20:20.844Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:20:20.845Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:20:21.729Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:20:21.730Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:20:21.732Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:20:21.733Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:20:21.833Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:20:21.834Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:20:21.834Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:20:21.845Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:20:21.846Z||pool-150-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:20:22.733Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:20:22.734Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:20:22.736Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:20:22.737Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:20:22.837Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:20:22.838Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:20:22.838Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:20:22.850Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:20:22.851Z||pool-151-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:20:23.737Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:20:23.738Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:20:23.740Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:20:23.740Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:20:23.840Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:20:23.841Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:20:23.841Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:20:23.854Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:20:23.854Z||pool-152-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:20:24.741Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:20:24.742Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:20:24.744Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:20:24.744Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:20:24.844Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:20:24.845Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:20:24.846Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:20:24.858Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:20:24.859Z||pool-153-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:20:25.745Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e142c9ff-3bb6-43ed-8810-3d9be6370fad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "831b42aa-23f6-4082-b852-d7308ef57358",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "f96e8fa7-9414-44ec-b375-3144fcc81a7c",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e3275b55-3d7e-4ffc-b824-950bfb6efe30",
      "resourceInvariantUUID": "a7deea34-22b8-4456-8b62-2533a063f639",
      "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": "MjFmYzAxMzk4ZjBlMWZmNjJhMmQ2YmU0YzJmMDRhMTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9a2ec8e8-4d8c-446a-8301-fc88a5b89072"
    }
  ],
  "workloadContext": "Production"
}
2022-05-22T06:20:25.746Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:20:25.746Z|6559c14c-0f7a-4db6-8047-b6be97f84b13|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e142c9ff-3bb6-43ed-8810-3d9be6370fad ASDC
2022-05-22T06:20:25.746Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:36072655-3509-4108-a203-d9c9381935e2
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e142c9ff-3bb6-43ed-8810-3d9be6370fad
ServiceInvariantUUID:831b42aa-23f6-4082-b852-d7308ef57358
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:9a2ec8e8-4d8c-446a-8301-fc88a5b89072
ArtifactChecksum:MjFmYzAxMzk4ZjBlMWZmNjJhMmQ2YmU0YzJmMDRhMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:f96e8fa7-9414-44ec-b375-3144fcc81a7c
ResourceInvariantUUID:a7deea34-22b8-4456-8b62-2533a063f639
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e3275b55-3d7e-4ffc-b824-950bfb6efe30
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-22T06:20:25.746Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e142c9ff-3bb6-43ed-8810-3d9be6370fad 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-22T06:20:25.769Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:20:25.769Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:20:25.769Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:20:25.769Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9a2ec8e8-4d8c-446a-8301-fc88a5b89072 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-22T06:20:25.769Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:20:25.770Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:27.129Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:20:27.134Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9a2ec8e8-4d8c-446a-8301-fc88a5b89072 105670
2022-05-22T06:20:27.134Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:27.134Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:27.134Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:20:27.134Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:20:27.136Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:20:27.136Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200427134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:20:27.236Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:20:27.237Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:20:27.238Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:20:27.255Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:20:27.256Z||pool-154-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:20:28.137Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:20:28.138Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:20:28.138Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9a2ec8e8-4d8c-446a-8301-fc88a5b89072, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-22T06:20:28.138Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-22T06:20:28.139Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-22T06:20:28.139Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-22T06:20:28.232Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15323745738396230413/Definitions/service-TestPnfMacro-template.yml
2022-05-22T06:20:28.739Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:20:28.740Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:20:28.740Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-22T06:20:28.740Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-22T06:20:28.740Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.740Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.740Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.740Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.740Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.740Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.740Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.740Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:20:28.740Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:20:28.741Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.741Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-22T06:20:28.741Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:20:28.741Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:20:28.741Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:20:28.741Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.741Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-22T06:20:28.741Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:20:28.742Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:20:28.742Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:20:28.742Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.742Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:20:28.742Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.742Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:20:28.742Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.742Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:20:28.742Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.742Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:20:28.742Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.742Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e142c9ff-3bb6-43ed-8810-3d9be6370fad
Model Version:NULL
Model InvariantUuid:831b42aa-23f6-4082-b852-d7308ef57358
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-22T06:20:28.749Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: e3275b55-3d7e-4ffc-b824-950bfb6efe30
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-22T06:20:28.752Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-05-22T06:20:28.753Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e3275b55-3d7e-4ffc-b824-950bfb6efe30
2022-05-22T06:20:28.753Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||No resources found for Service: e142c9ff-3bb6-43ed-8810-3d9be6370fad
2022-05-22T06:20:28.753Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e142c9ff-3bb6-43ed-8810-3d9be6370fad
2022-05-22T06:20:28.753Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e3275b55-3d7e-4ffc-b824-950bfb6efe30 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-22T06:20:28.757Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@325a2dae, org.onap.sdc.toscaparser.api.parameters.Input@6a95ecdd, org.onap.sdc.toscaparser.api.parameters.Input@592bc5, org.onap.sdc.toscaparser.api.parameters.Input@3e6fe7bc, org.onap.sdc.toscaparser.api.parameters.Input@5d3b9a82]
2022-05-22T06:20:28.757Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:20:28.757Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.758Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e142c9ff-3bb6-43ed-8810-3d9be6370fad: test-pnf
2022-05-22T06:20:28.758Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||Processing PNF resource: e3275b55-3d7e-4ffc-b824-950bfb6efe30
2022-05-22T06:20:28.758Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:20:28.758Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.758Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||Resource customization UUID: f96e8fa7-9414-44ec-b375-3144fcc81a7c is the same as notified resource customizationUUID: f96e8fa7-9414-44ec-b375-3144fcc81a7c
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-22T06:20:28.780Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e3275b55-3d7e-4ffc-b824-950bfb6efe30 0 ASDC deployResourceStructure
2022-05-22T06:20:28.780Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.780Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:28.780Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:20:28.780Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:20:28.782Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:20:28.782Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200428780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:20:28.888Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-05-22T06:20:28.888Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:20:28.900Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:20:28.919Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:20:28.920Z||pool-155-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:20:29.783Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36072655-3509-4108-a203-d9c9381935e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:20:29.791Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36072655-3509-4108-a203-d9c9381935e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:20:29.796Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:20:29.797Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:20:29.797Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:20:29.797Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:20:29.797Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:20:29.797Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:20:29.797Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:20:29.797Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:20:29.797Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:20:29.797Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:20:29.797Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:20:29.797Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:29.803Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:20:53.815Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:20:53.817Z|e92038c9-ab84-4522-a397-4fae7835b632|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-22T06:20:53.818Z|e92038c9-ab84-4522-a397-4fae7835b632|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 kfud54K0r616e16l) ...
2022-05-22T06:20:53.840Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:20:53.842Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.842Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200273731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200275119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200276167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200277171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200278175,
  "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-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200279201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200280205,
  "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-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200281208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed16711e-7602-4f51-9181-a62be3145874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200312378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:20:53.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200322984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200324880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200325983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200327171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:20:53.844Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200328292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200329623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200330725,
  "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-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200331729,
  "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-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200332733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:20:53.845Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:20:59.804Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 36072655-3509-4108-a203-d9c9381935e2 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-22T06:20:59.815Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 36072655-3509-4108-a203-d9c9381935e2 and serviceModelVersionId: e142c9ff-3bb6-43ed-8810-3d9be6370fad
2022-05-22T06:20:59.815Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 831b42aa-23f6-4082-b852-d7308ef57358
2022-05-22T06:20:59.818Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/831b42aa-23f6-4082-b852-d7308ef57358/model-vers/model-ver/e142c9ff-3bb6-43ed-8810-3d9be6370fad?depth=0
2022-05-22T06:20:59.822Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:20:59.844Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831b42aa-23f6-4082-b852-d7308ef57358/model-vers/model-ver/e142c9ff-3bb6-43ed-8810-3d9be6370fad?depth=0|INFO|500||Invoke
2022-05-22T06:20:59.844Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831b42aa-23f6-4082-b852-d7308ef57358/model-vers/model-ver/e142c9ff-3bb6-43ed-8810-3d9be6370fad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831b42aa-23f6-4082-b852-d7308ef57358/model-vers/model-ver/e142c9ff-3bb6-43ed-8810-3d9be6370fad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[36072655-3509-4108-a203-d9c9381935e2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e283a413-69f9-4ee9-bbe9-b27d5b3b6ead], X-ECOMP-RequestID=[36072655-3509-4108-a203-d9c9381935e2], X-TransactionId=[], X-ONAP-RequestID=[36072655-3509-4108-a203-d9c9381935e2], Content-Type=[application/merge-patch+json]}
2022-05-22T06:20:59.859Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831b42aa-23f6-4082-b852-d7308ef57358/model-vers/model-ver/e142c9ff-3bb6-43ed-8810-3d9be6370fad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-22T06:20:59.950Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831b42aa-23f6-4082-b852-d7308ef57358/model-vers/model-ver/e142c9ff-3bb6-43ed-8810-3d9be6370fad?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/831b42aa-23f6-4082-b852-d7308ef57358/model-vers/model-ver/e142c9ff-3bb6-43ed-8810-3d9be6370fad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220522-06:21:00:179-25632], vertex-id=[258280], Content-Length=[0], Date=[Sun, 22 May 2022 06:21:00 GMT], Content-Type=[application/json]}
2022-05-22T06:20:59.950Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831b42aa-23f6-4082-b852-d7308ef57358/model-vers/model-ver/e142c9ff-3bb6-43ed-8810-3d9be6370fad?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:20:59.951Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/831b42aa-23f6-4082-b852-d7308ef57358/model-vers/model-ver/e142c9ff-3bb6-43ed-8810-3d9be6370fad?depth=0|INFO|500||InvokeReturn
2022-05-22T06:20:59.951Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:20:59.952Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:59.956Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:20:59.956Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 36072655-3509-4108-a203-d9c9381935e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:20:59.957Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:20:59.957Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:20:59.960Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:20:59.960Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200459957,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:21:00.060Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:21:00.062Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:21:00.062Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:21:00.081Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:00.082Z||pool-156-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-22T06:21:00.974Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:21:00.975Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:21:00.975Z|36072655-3509-4108-a203-d9c9381935e2|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 kfud54K0r616e16l) ...
2022-05-22T06:21:11.253Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:11.255Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:21:11.255Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:21:11.255Z|36072655-3509-4108-a203-d9c9381935e2|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 kfud54K0r616e16l) ...
2022-05-22T06:21:20.804Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:20.805Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:21:20.805Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:21:20.806Z|36072655-3509-4108-a203-d9c9381935e2|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 kfud54K0r616e16l) ...
2022-05-22T06:21:30.371Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:30.372Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:21:30.373Z|36072655-3509-4108-a203-d9c9381935e2|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-22T06:21:30.373Z|36072655-3509-4108-a203-d9c9381935e2|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 kfud54K0r616e16l) ...
2022-05-22T06:21:33.404Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:33.405Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T06:21:33.405Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"979048f5-1340-45b2-a75e-afeac08abde4","serviceName":"Demo_pNF_BSM7fc0nzWP2jKOGXOww","serviceVersion":"1.0","serviceUUID":"319def64-36e4-4343-b0ba-2c4e5f1174c8","serviceDescription":"catalog service description","serviceInvariantUUID":"954b7ddd-a427-426b-89cb-6a3f53245a58","resources":[{"resourceInstanceName":"pNF 54e63c79-82db 0","resourceName":"pNF 54e63c79-82db","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a1c00d8d-d7bf-49b0-ba51-2c0eff7aeee4","resourceInvariantUUID":"6bf7fc3e-dccc-4875-907f-ce1e40c6da50","resourceCustomizationUUID":"2e1a32c2-7e1a-4758-83b0-d4b727048820","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vf-license-model.xml","artifactChecksum":"ZTUzZDgzN2FmYTc0ZDE0N2RjNzgzYzA4ZTlkYmZlMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58b86249-6676-4ff3-ae0c-429a855af4ab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/pNF.csar","artifactChecksum":"Njk5MzdkNGU4YjM3NzdjOWFjNzU2OGY0YjBiNmVhYzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a18d866-b8dc-48c4-90fe-802b238c76be","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"129c459e-60a3-4cd4-929b-28991297b3b2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vendor-license-model.xml","artifactChecksum":"YzQ2ODY0NGQ3MDJmODRkYzAzMmE4ZTg3ZGU2OGZjM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cfe35e94-66a2-4f18-a752-4a962a85f692","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"90117d1f-15a4-494a-93fc-3b51bd7728f3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c0ed02c8-32fd-403a-8f4e-edd5ecc75f57","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBsm7fc0nzwp2jkogxoww-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-template.yml","artifactChecksum":"YjE1MDdmZDFhMDAwNGZkOWM5MDk5NWQ5NjUwZmU4OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bbf5d16c-6fe2-42e9-bca2-3617403022c7","artifactVersion":"1"},{"artifactName":"service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar","artifactChecksum":"MWMwY2EzYmRkNDlkYTJiMGNlODk1YjgyY2RlNjg3MTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7861afdb-c0d6-427e-bfe4-cc1170dd6239","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:21:33.408Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:21:33.408Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:21:33.411Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:21:33.411Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:21:33.512Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:21:33.516Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:21:33.516Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:21:33.535Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:33.536Z||pool-157-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:21:34.411Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:21:34.412Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:21:34.414Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:21:34.414Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:21:34.514Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:21:34.515Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:21:34.515Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:21:34.526Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:34.527Z||pool-158-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:21:35.414Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:21:35.415Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:21:35.417Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:21:35.417Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:21:35.517Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:21:35.518Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:21:35.519Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:21:35.535Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:35.536Z||pool-159-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:21:36.418Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:21:36.419Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:21:36.421Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:21:36.421Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:21:36.523Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-22T06:21:36.524Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:21:36.525Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:21:36.539Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:36.539Z||pool-160-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:21:37.422Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:21:37.423Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:21:37.429Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:21:37.429Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:21:37.530Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:21:37.531Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:21:37.531Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:21:37.543Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:37.545Z||pool-161-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:21:38.430Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:21:38.430Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:21:38.434Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:21:38.434Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:21:38.534Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:21:38.535Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:21:38.535Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:21:38.546Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:38.546Z||pool-162-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:21:39.434Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:21:39.435Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:21:39.437Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:21:39.437Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:21:39.538Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:21:39.539Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:21:39.539Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:21:39.553Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:39.553Z||pool-163-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:21:40.438Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:21:40.439Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:21:40.441Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:21:40.441Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:21:40.541Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:21:40.542Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:21:40.542Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:21:40.556Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:40.556Z||pool-164-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:21:41.442Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "serviceName": "Demo_pNF_BSM7fc0nzWP2jKOGXOww",
  "serviceVersion": "1.0",
  "serviceUUID": "319def64-36e4-4343-b0ba-2c4e5f1174c8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "954b7ddd-a427-426b-89cb-6a3f53245a58",
  "resources": [
    {
      "resourceInstanceName": "pNF 54e63c79-82db 0",
      "resourceCustomizationUUID": "2e1a32c2-7e1a-4758-83b0-d4b727048820",
      "resourceName": "pNF 54e63c79-82db",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a1c00d8d-d7bf-49b0-ba51-2c0eff7aeee4",
      "resourceInvariantUUID": "6bf7fc3e-dccc-4875-907f-ce1e40c6da50",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
      "artifactChecksum": "MWMwY2EzYmRkNDlkYTJiMGNlODk1YjgyY2RlNjg3MTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7861afdb-c0d6-427e-bfe4-cc1170dd6239"
    }
  ],
  "workloadContext": "Production"
}
2022-05-22T06:21:41.442Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:21:41.442Z|36072655-3509-4108-a203-d9c9381935e2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 319def64-36e4-4343-b0ba-2c4e5f1174c8 ASDC
2022-05-22T06:21:41.443Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:979048f5-1340-45b2-a75e-afeac08abde4
ServiceName:Demo_pNF_BSM7fc0nzWP2jKOGXOww
ServiceVersion:1.0
ServiceUUID:319def64-36e4-4343-b0ba-2c4e5f1174c8
ServiceInvariantUUID:954b7ddd-a427-426b-89cb-6a3f53245a58
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
ArtifactUUID:7861afdb-c0d6-427e-bfe4-cc1170dd6239
ArtifactChecksum:MWMwY2EzYmRkNDlkYTJiMGNlODk1YjgyY2RlNjg3MTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 54e63c79-82db 0
ResourceCustomizationUUID:2e1a32c2-7e1a-4758-83b0-d4b727048820
ResourceInvariantUUID:6bf7fc3e-dccc-4875-907f-ce1e40c6da50
ResourceName:pNF 54e63c79-82db
ResourceType:PNF
ResourceUUID:a1c00d8d-d7bf-49b0-ba51-2c0eff7aeee4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-22T06:21:41.443Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 319def64-36e4-4343-b0ba-2c4e5f1174c8 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-22T06:21:41.465Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:21:41.466Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:21:41.466Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:21:41.466Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7861afdb-c0d6-427e-bfe4-cc1170dd6239 from URL: /sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:41.466Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T06:21:41.466Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:41.522Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T06:21:41.530Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar 7861afdb-c0d6-427e-bfe4-cc1170dd6239 82659
2022-05-22T06:21:41.530Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar ASDC sendASDCNotification
2022-05-22T06:21:41.530Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:41.530Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:21:41.530Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:21:41.532Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:21:41.532Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200501530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:21:41.633Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:21:41.633Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:21:41.633Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:21:41.648Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:41.648Z||pool-165-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:21:42.533Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:21:42.534Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T06:21:42.535Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7861afdb-c0d6-427e-bfe4-cc1170dd6239, URL: /sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar to file: /app/ASDC/1/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:42.535Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:42.535Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:42.535Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:42.618Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9752127849020982273/Definitions/service-DemoPnfBsm7fc0nzwp2jkogxoww-template.yml
2022-05-22T06:21:43.203Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:21:43.203Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:21:43.203Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:43.203Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-22T06:21:43.203Z|979048f5-1340-45b2-a75e-afeac08abde4|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-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:43.203Z|979048f5-1340-45b2-a75e-afeac08abde4|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-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:43.203Z|979048f5-1340-45b2-a75e-afeac08abde4|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-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:43.203Z|979048f5-1340-45b2-a75e-afeac08abde4|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-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|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-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|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-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 54e63c79-82db 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-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_BSM7fc0nzWP2jKOGXOww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Node template pNF 54e63c79-82db 0 is matching search criteria
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 54e63c79-82db 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_BSM7fc0nzWP2jKOGXOww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Node template pNF 54e63c79-82db 0 is matching search criteria
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 54e63c79-82db 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_BSM7fc0nzWP2jKOGXOww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:21:43.204Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_BSM7fc0nzWP2jKOGXOww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:21:43.205Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:21:43.205Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_BSM7fc0nzWP2jKOGXOww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:21:43.205Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:21:43.205Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_BSM7fc0nzWP2jKOGXOww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:21:43.205Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:21:43.205Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_BSM7fc0nzWP2jKOGXOww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:21:43.205Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_BSM7fc0nzWP2jKOGXOww
Description:catalog service description
Model UUID:319def64-36e4-4343-b0ba-2c4e5f1174c8
Model Version:NULL
Model InvariantUuid:954b7ddd-a427-426b-89cb-6a3f53245a58
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-22T06:21:43.210Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: a1c00d8d-d7bf-49b0-ba51-2c0eff7aeee4
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-22T06:21:43.212Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||pNF 54e63c79-82db 0
2022-05-22T06:21:43.212Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a1c00d8d-d7bf-49b0-ba51-2c0eff7aeee4
2022-05-22T06:21:43.212Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 319def64-36e4-4343-b0ba-2c4e5f1174c8
2022-05-22T06:21:43.212Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 319def64-36e4-4343-b0ba-2c4e5f1174c8
2022-05-22T06:21:43.213Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 54e63c79-82db 0 a1c00d8d-d7bf-49b0-ba51-2c0eff7aeee4 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-22T06:21:43.217Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32f00ab0, org.onap.sdc.toscaparser.api.parameters.Input@13f64130, org.onap.sdc.toscaparser.api.parameters.Input@173ecfa5, org.onap.sdc.toscaparser.api.parameters.Input@93cc399, org.onap.sdc.toscaparser.api.parameters.Input@3b2bed84]
2022-05-22T06:21:43.217Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:21:43.218Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_BSM7fc0nzWP2jKOGXOww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:21:43.218Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 319def64-36e4-4343-b0ba-2c4e5f1174c8: pNF 54e63c79-82db
2022-05-22T06:21:43.218Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||Processing PNF resource: a1c00d8d-d7bf-49b0-ba51-2c0eff7aeee4
2022-05-22T06:21:43.218Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:21:43.218Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_BSM7fc0nzWP2jKOGXOww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:21:43.218Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||Resource customization UUID: 2e1a32c2-7e1a-4758-83b0-d4b727048820 is the same as notified resource customizationUUID: 2e1a32c2-7e1a-4758-83b0-d4b727048820
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-22T06:21:43.253Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 54e63c79-82db a1c00d8d-d7bf-49b0-ba51-2c0eff7aeee4 0 ASDC deployResourceStructure
2022-05-22T06:21:43.253Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar ASDC sendASDCNotification
2022-05-22T06:21:43.253Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar
2022-05-22T06:21:43.253Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:21:43.253Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:21:43.255Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:21:43.255Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200503253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:21:43.355Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:21:43.356Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:21:43.356Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:21:43.369Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:43.369Z||pool-166-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:21:44.256Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:21:44.263Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:21:44.267Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:21:44.267Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:21:44.268Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:21:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:21:53.814Z||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-22T06:21:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:21:53.834Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:21:53.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200333739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:21:53.835Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:21:53.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200334744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-22T06:21:53.835Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:21:53.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200335747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "870074d1-8fd8-46f8-9a91-03caa044f04d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200366991,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:21:53.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200376192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200378095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200379156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200380217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200381296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200382299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200383302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-22T06:21:53.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:21:53.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:21:53.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200384308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:21:53.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:22:14.269Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:22:14.278Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:22:14.280Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:22:14.280Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:22:14.280Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:22:44.281Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:22:44.291Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:22:44.292Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:22:44.292Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:22:44.292Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:22:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:22:53.814Z||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-22T06:22:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:22:53.845Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:22:53.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:22:53.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6559c14c-0f7a-4db6-8047-b6be97f84b13",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200415694,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:22:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200130881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200427134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200428780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:22:53.848Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:23:14.292Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:23:14.300Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:23:14.302Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:23:14.302Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:23:14.302Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:23:44.304Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:23:44.312Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:23:44.314Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:23:44.315Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:23:44.315Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:23:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:23:53.814Z||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-22T06:23:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:23:53.844Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:23:53.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36072655-3509-4108-a203-d9c9381935e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200459957,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200486924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "clamp",
  "timestamp": 1653200488872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200485771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200486924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "clamp",
  "timestamp": 1653200488872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200485771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200486924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "clamp",
  "timestamp": 1653200488872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200485771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200486924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "clamp",
  "timestamp": 1653200488872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200485771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200486924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "clamp",
  "timestamp": 1653200488872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200485771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "cds",
  "timestamp": 1653200497252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200486924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "clamp",
  "timestamp": 1653200488872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200485771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "cds",
  "timestamp": 1653200497252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200486924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "clamp",
  "timestamp": 1653200488872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200485771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "policy-id",
  "timestamp": 1653200498977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "cds",
  "timestamp": 1653200497252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200486924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "clamp",
  "timestamp": 1653200488872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200485771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200490372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "policy-id",
  "timestamp": 1653200498977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "cds",
  "timestamp": 1653200497252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200501409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200501530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "policy-id",
  "timestamp": 1653200498977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "cds",
  "timestamp": 1653200497252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200502436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "policy-id",
  "timestamp": 1653200498977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "cds",
  "timestamp": 1653200497252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200503253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "aai-ml",
  "timestamp": 1653200502511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200503440,
  "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-22T06:23:53.855Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 979048f5-1340-45b2-a75e-afeac08abde4
2022-05-22T06:23:53.855Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 979048f5-1340-45b2-a75e-afeac08abde4 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-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "policy-id",
  "timestamp": 1653200498977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "cds",
  "timestamp": 1653200497252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "aai-ml",
  "timestamp": 1653200502511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "policy-id",
  "timestamp": 1653200498977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "cds",
  "timestamp": 1653200497252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "aai-ml",
  "timestamp": 1653200502511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "policy-id",
  "timestamp": 1653200498977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200505427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "cds",
  "timestamp": 1653200506344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:23:53.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:23:53.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "aai-ml",
  "timestamp": 1653200502511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "policy-id",
  "timestamp": 1653200498977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:23:53.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200505427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "cds",
  "timestamp": 1653200507354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-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-22T06:23:53.868Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 979048f5-1340-45b2-a75e-afeac08abde4
2022-05-22T06:23:53.868Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 979048f5-1340-45b2-a75e-afeac08abde4 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-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "aai-ml",
  "timestamp": 1653200502511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200505427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "policy-id",
  "timestamp": 1653200507776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "aai-ml",
  "timestamp": 1653200502511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200505427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "policy-id",
  "timestamp": 1653200508780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "aai-ml",
  "timestamp": 1653200502511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200505427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "policy-id",
  "timestamp": 1653200509788,
  "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-22T06:23:53.876Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 979048f5-1340-45b2-a75e-afeac08abde4
2022-05-22T06:23:53.876Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 979048f5-1340-45b2-a75e-afeac08abde4 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-22T06:23:53.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "aai-ml",
  "timestamp": 1653200502511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:23:53.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200505427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/resourceInstances/pnf54e63c7982db0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200505427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:23:53.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:23:53.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "aai-ml",
  "timestamp": 1653200511563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:23:53.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:23:53.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "clamp",
  "timestamp": 1653200512682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:23:53.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:23:53.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:23:53.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200505427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:23:53.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:24:14.315Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:24:14.324Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:24:14.326Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:24:14.326Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:24:14.326Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:24:44.327Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:24:44.339Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:24:44.342Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:24:44.342Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:24:44.342Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:24:53.814Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:24:53.814Z||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-22T06:24:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T06:24:53.847Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:24:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:24:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200514901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:24:53.848Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:24:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:24:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "clamp",
  "timestamp": 1653200514690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:24:53.848Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:24:53.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:24:53.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "clamp",
  "timestamp": 1653200515693,
  "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-22T06:24:53.855Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 979048f5-1340-45b2-a75e-afeac08abde4
2022-05-22T06:24:53.855Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 979048f5-1340-45b2-a75e-afeac08abde4 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-22T06:24:53.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:24:53.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200516596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:24:53.862Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:24:53.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:24:53.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200517599,
  "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-22T06:24:53.866Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 979048f5-1340-45b2-a75e-afeac08abde4
2022-05-22T06:24:53.866Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 979048f5-1340-45b2-a75e-afeac08abde4 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-22T06:24:53.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:24:53.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "aai-ml",
  "timestamp": 1653200517910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsm7fc0nzwp2jkogxoww/1.0/artifacts/service-DemoPnfBsm7fc0nzwp2jkogxoww-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:24:53.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:24:53.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:24:53.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "aai-ml",
  "timestamp": 1653200518915,
  "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-22T06:24:53.877Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 979048f5-1340-45b2-a75e-afeac08abde4
2022-05-22T06:24:53.877Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 979048f5-1340-45b2-a75e-afeac08abde4 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-22T06:25:14.342Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:25:14.353Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:25:14.355Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:25:14.355Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:25:14.355Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:25:14.355Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:25:14.355Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:25:14.355Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:25:14.355Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:25:14.355Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:25:14.355Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:25:14.355Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:25:14.355Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:25:14.355Z|979048f5-1340-45b2-a75e-afeac08abde4|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-22T06:25:14.360Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:25:44.360Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 979048f5-1340-45b2-a75e-afeac08abde4 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-22T06:25:44.365Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 979048f5-1340-45b2-a75e-afeac08abde4 and serviceModelVersionId: 319def64-36e4-4343-b0ba-2c4e5f1174c8
2022-05-22T06:25:44.365Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 954b7ddd-a427-426b-89cb-6a3f53245a58
2022-05-22T06:25:44.366Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/954b7ddd-a427-426b-89cb-6a3f53245a58/model-vers/model-ver/319def64-36e4-4343-b0ba-2c4e5f1174c8?depth=0
2022-05-22T06:25:44.370Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:25:44.393Z|979048f5-1340-45b2-a75e-afeac08abde4|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/954b7ddd-a427-426b-89cb-6a3f53245a58/model-vers/model-ver/319def64-36e4-4343-b0ba-2c4e5f1174c8?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-22T06:25:44.394Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/954b7ddd-a427-426b-89cb-6a3f53245a58/model-vers/model-ver/319def64-36e4-4343-b0ba-2c4e5f1174c8?depth=0|INFO|500||Invoke
2022-05-22T06:25:44.410Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/954b7ddd-a427-426b-89cb-6a3f53245a58/model-vers/model-ver/319def64-36e4-4343-b0ba-2c4e5f1174c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-22T06:25:44.687Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/954b7ddd-a427-426b-89cb-6a3f53245a58/model-vers/model-ver/319def64-36e4-4343-b0ba-2c4e5f1174c8?depth=0|INFO|500||InvokeReturn
2022-05-22T06:25:44.688Z|979048f5-1340-45b2-a75e-afeac08abde4|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/954b7ddd-a427-426b-89cb-6a3f53245a58/model-vers/model-ver/319def64-36e4-4343-b0ba-2c4e5f1174c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-06:25:44:729-16284], vertex-id=[196608], Content-Length=[0], Date=[Sun, 22 May 2022 06:25:44 GMT], Content-Type=[application/json]}
2022-05-22T06:25:44.689Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:25:44.689Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:25:44.690Z|979048f5-1340-45b2-a75e-afeac08abde4|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-22T06:25:44.696Z|979048f5-1340-45b2-a75e-afeac08abde4|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-22T06:25:44.696Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 979048f5-1340-45b2-a75e-afeac08abde4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:25:44.697Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:25:44.697Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:25:44.699Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:25:44.699Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200744696,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:25:44.799Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:25:44.800Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:25:44.800Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:25:44.821Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:25:44.822Z||pool-167-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-22T06:25:45.709Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:25:45.710Z|e92038c9-ab84-4522-a397-4fae7835b632|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-22T06:25:45.710Z|e92038c9-ab84-4522-a397-4fae7835b632|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 kfud54K0r616e16l) ...
2022-05-22T06:25:50.096Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:25:50.098Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:25:50.098Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9129b083-a52f-49aa-8a00-7bff3c354c9a","serviceName":"Demo_pNF_FUezOmUS43cQueAsp8sQ","serviceVersion":"1.0","serviceUUID":"0d02663b-c340-4c86-8fd2-22a1ae29d5e5","serviceDescription":"catalog service description","serviceInvariantUUID":"c50c61f7-eea4-45d0-817f-d797f6774d4d","resources":[{"resourceInstanceName":"pNF 31b650ab-c05c 0","resourceName":"pNF 31b650ab-c05c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0a361dca-c517-477b-a688-7987b55d1a9f","resourceInvariantUUID":"1d6b52c6-561d-4ab3-a6c7-e2f4442ffd79","resourceCustomizationUUID":"e04c86f8-665c-4329-91d1-52efdec173f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vf-license-model.xml","artifactChecksum":"OGU2ZWIyOTY2NDIzZDY4MTBhNjQzMDQ0NGY0MWJjM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"895864c6-8267-4926-b188-2649f0b8f3e3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/pNF.csar","artifactChecksum":"Njk5MzdkNGU4YjM3NzdjOWFjNzU2OGY0YjBiNmVhYzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a070df9-8776-4dbb-959b-a566804ed824","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2573b26b-04a4-4c02-a66f-5af35de11d34","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjJmNTA3ZGIwNTUyZGFkZDI2YzllNjRhMGQ3OTVhOWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4548fc03-d865-4e6f-902b-8d0c71697b3c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f792182e-1eb0-405d-a9e1-f06163ccf25e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba04a1ca-2919-4048-b1fc-5bf31d76a9ce","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFuezomus43cqueasp8sq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-template.yml","artifactChecksum":"NzJkMTYxYzhmY2U1YjI3MDI3YmY5NjIzYTZhZjQyOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8605d780-3fbe-46ba-821b-9f54b5282ead","artifactVersion":"1"},{"artifactName":"service-DemoPnfFuezomus43cqueasp8sq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar","artifactChecksum":"YTk2ODU1NTRlNWExMjFlMjdiOWY5N2Y0MGNmMWIyMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae588d9d-fd2d-49c8-99dc-d8cb2e66e8f5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:25:50.100Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:25:50.100Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:25:50.103Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:25:50.103Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:50.204Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:25:50.205Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:25:50.205Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:25:50.219Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:25:50.220Z||pool-168-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:25:51.104Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:25:51.105Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:25:51.107Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:25:51.107Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:51.207Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:25:51.208Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:25:51.209Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:25:51.223Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:25:51.224Z||pool-169-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:25:52.109Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:25:52.110Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:25:52.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:25:52.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:52.213Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:25:52.214Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:25:52.214Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:25:52.227Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:25:52.227Z||pool-170-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:25:53.113Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:25:53.114Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:25:53.116Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:25:53.116Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.216Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:25:53.218Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:25:53.218Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:25:53.231Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:25:53.232Z||pool-171-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:25:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:25:53.814Z||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-22T06:25:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:25:53.840Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:25:53.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "clamp",
  "timestamp": 1653200638872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "policy-id",
  "timestamp": 1653200638977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "clamp",
  "timestamp": 1653200638872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "policy-id",
  "timestamp": 1653200638977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "clamp",
  "timestamp": 1653200638872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "policy-id",
  "timestamp": 1653200638977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "clamp",
  "timestamp": 1653200638872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "policy-id",
  "timestamp": 1653200638977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200645771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "clamp",
  "timestamp": 1653200638872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "policy-id",
  "timestamp": 1653200638977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200645771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200646924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "clamp",
  "timestamp": 1653200638872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "policy-id",
  "timestamp": 1653200638977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "cds",
  "timestamp": 1653200647249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200645771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200646924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "clamp",
  "timestamp": 1653200638872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "policy-id",
  "timestamp": 1653200638977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "cds",
  "timestamp": 1653200647249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200645771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200646924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "clamp",
  "timestamp": 1653200638872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "policy-id",
  "timestamp": 1653200638977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "cds",
  "timestamp": 1653200647249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200645771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200646924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "policy-id",
  "timestamp": 1653200650782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "cds",
  "timestamp": 1653200647249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200645771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200646924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "policy-id",
  "timestamp": 1653200651786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:25:53.845Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:25:53.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "cds",
  "timestamp": 1653200647249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200645771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200646924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "clamp",
  "timestamp": 1653200652715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:25:53.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:25:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "policy-id",
  "timestamp": 1653200652789,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T06:25:53.866Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9129b083-a52f-49aa-8a00-7bff3c354c9a
2022-05-22T06:25:53.866Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9129b083-a52f-49aa-8a00-7bff3c354c9a 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-22T06:25:53.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "cds",
  "timestamp": 1653200647249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "aai-ml",
  "timestamp": 1653200652509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200645771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200646924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "cds",
  "timestamp": 1653200647249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "aai-ml",
  "timestamp": 1653200652509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200654558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:25:53.879Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:25:53.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653200646924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:25:53.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "clamp",
  "timestamp": 1653200654718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:25:53.881Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:25:53.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "cds",
  "timestamp": 1653200647249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:25:53.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "aai-ml",
  "timestamp": 1653200652509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200655596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:25:53.885Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:25:53.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "clamp",
  "timestamp": 1653200655722,
  "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-22T06:25:53.890Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9129b083-a52f-49aa-8a00-7bff3c354c9a
2022-05-22T06:25:53.891Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9129b083-a52f-49aa-8a00-7bff3c354c9a 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-22T06:25:53.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200655427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "cds",
  "timestamp": 1653200656130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:25:53.902Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:25:53.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "aai-ml",
  "timestamp": 1653200652509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653200656599,
  "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-22T06:25:53.909Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9129b083-a52f-49aa-8a00-7bff3c354c9a
2022-05-22T06:25:53.910Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9129b083-a52f-49aa-8a00-7bff3c354c9a 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-22T06:25:53.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200655427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "cds",
  "timestamp": 1653200657138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-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-22T06:25:53.925Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9129b083-a52f-49aa-8a00-7bff3c354c9a
2022-05-22T06:25:53.925Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9129b083-a52f-49aa-8a00-7bff3c354c9a 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-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "aai-ml",
  "timestamp": 1653200652509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200655427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "aai-ml",
  "timestamp": 1653200652509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200655427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "aai-ml",
  "timestamp": 1653200652509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200655427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "aai-ml",
  "timestamp": 1653200652509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200655427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200655427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "aai-ml",
  "timestamp": 1653200661556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200655427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200664408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200666054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653200667059,
  "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-22T06:25:53.940Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9129b083-a52f-49aa-8a00-7bff3c354c9a
2022-05-22T06:25:53.940Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9129b083-a52f-49aa-8a00-7bff3c354c9a 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-22T06:25:53.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "aai-ml",
  "timestamp": 1653200667670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:25:53.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:25:53.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:25:53.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "aai-ml",
  "timestamp": 1653200668674,
  "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-22T06:25:53.956Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9129b083-a52f-49aa-8a00-7bff3c354c9a
2022-05-22T06:25:53.957Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9129b083-a52f-49aa-8a00-7bff3c354c9a 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-22T06:25:54.116Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:25:54.117Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:25:54.119Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:25:54.119Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:54.219Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:25:54.220Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T06:25:54.220Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:25:54.235Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:25:54.235Z||pool-172-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:25:55.119Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:25:55.120Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:25:55.122Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:25:55.123Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:55.223Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:25:55.224Z||pool-173-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-22T06:25:55.224Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:25:55.240Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:25:55.241Z||pool-173-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:25:56.123Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:25:56.124Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:25:56.126Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:25:56.126Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:25:56.228Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-22T06:25:56.229Z||pool-174-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-22T06:25:56.229Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:25:56.244Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:25:56.244Z||pool-174-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:25:57.127Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:25:57.127Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:25:57.129Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:25:57.129Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:25:57.230Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:25:57.231Z||pool-175-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-22T06:25:57.231Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:25:57.243Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:25:57.243Z||pool-175-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:25:58.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "serviceName": "Demo_pNF_FUezOmUS43cQueAsp8sQ",
  "serviceVersion": "1.0",
  "serviceUUID": "0d02663b-c340-4c86-8fd2-22a1ae29d5e5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c50c61f7-eea4-45d0-817f-d797f6774d4d",
  "resources": [
    {
      "resourceInstanceName": "pNF 31b650ab-c05c 0",
      "resourceCustomizationUUID": "e04c86f8-665c-4329-91d1-52efdec173f6",
      "resourceName": "pNF 31b650ab-c05c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0a361dca-c517-477b-a688-7987b55d1a9f",
      "resourceInvariantUUID": "1d6b52c6-561d-4ab3-a6c7-e2f4442ffd79",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
      "artifactChecksum": "YTk2ODU1NTRlNWExMjFlMjdiOWY5N2Y0MGNmMWIyMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ae588d9d-fd2d-49c8-99dc-d8cb2e66e8f5"
    }
  ],
  "workloadContext": "Production"
}
2022-05-22T06:25:58.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:25:58.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0d02663b-c340-4c86-8fd2-22a1ae29d5e5 ASDC
2022-05-22T06:25:58.132Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9129b083-a52f-49aa-8a00-7bff3c354c9a
ServiceName:Demo_pNF_FUezOmUS43cQueAsp8sQ
ServiceVersion:1.0
ServiceUUID:0d02663b-c340-4c86-8fd2-22a1ae29d5e5
ServiceInvariantUUID:c50c61f7-eea4-45d0-817f-d797f6774d4d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFuezomus43cqueasp8sq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
ArtifactUUID:ae588d9d-fd2d-49c8-99dc-d8cb2e66e8f5
ArtifactChecksum:YTk2ODU1NTRlNWExMjFlMjdiOWY5N2Y0MGNmMWIyMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 31b650ab-c05c 0
ResourceCustomizationUUID:e04c86f8-665c-4329-91d1-52efdec173f6
ResourceInvariantUUID:1d6b52c6-561d-4ab3-a6c7-e2f4442ffd79
ResourceName:pNF 31b650ab-c05c
ResourceType:PNF
ResourceUUID:0a361dca-c517-477b-a688-7987b55d1a9f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-22T06:25:58.132Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d02663b-c340-4c86-8fd2-22a1ae29d5e5 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-22T06:25:58.159Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:25:58.160Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-22T06:25:58.160Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-22T06:25:58.160Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ae588d9d-fd2d-49c8-99dc-d8cb2e66e8f5 from URL: /sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:58.160Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-22T06:25:58.160Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:58.394Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-22T06:25:58.398Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar ae588d9d-fd2d-49c8-99dc-d8cb2e66e8f5 82651
2022-05-22T06:25:58.398Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar ASDC sendASDCNotification
2022-05-22T06:25:58.398Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:58.399Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:25:58.399Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:25:58.400Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:25:58.401Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200758398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:25:58.501Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:25:58.501Z||pool-176-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-22T06:25:58.501Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:25:58.519Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:25:58.519Z||pool-176-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:25:59.401Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:25:59.402Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-22T06:25:59.402Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ae588d9d-fd2d-49c8-99dc-d8cb2e66e8f5, URL: /sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar to file: /app/ASDC/1/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:59.402Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:59.403Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:59.403Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:59.490Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10544698060073153588/Definitions/service-DemoPnfFuezomus43cqueasp8sq-template.yml
2022-05-22T06:25:59.978Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 31b650ab-c05c 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-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_FUezOmUS43cQueAsp8sQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Node template pNF 31b650ab-c05c 0 is matching search criteria
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 31b650ab-c05c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_FUezOmUS43cQueAsp8sQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:25:59.979Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Node template pNF 31b650ab-c05c 0 is matching search criteria
2022-05-22T06:25:59.980Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-22T06:25:59.980Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 31b650ab-c05c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:25:59.980Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:25:59.980Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_FUezOmUS43cQueAsp8sQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:25:59.980Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:25:59.980Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_FUezOmUS43cQueAsp8sQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:25:59.980Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:25:59.980Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_FUezOmUS43cQueAsp8sQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:25:59.980Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:25:59.980Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_FUezOmUS43cQueAsp8sQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:25:59.980Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:25:59.980Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_FUezOmUS43cQueAsp8sQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:25:59.980Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FUezOmUS43cQueAsp8sQ
Description:catalog service description
Model UUID:0d02663b-c340-4c86-8fd2-22a1ae29d5e5
Model Version:NULL
Model InvariantUuid:c50c61f7-eea4-45d0-817f-d797f6774d4d
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-22T06:25:59.985Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0a361dca-c517-477b-a688-7987b55d1a9f
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-22T06:25:59.988Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||pNF 31b650ab-c05c 0
2022-05-22T06:25:59.988Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0a361dca-c517-477b-a688-7987b55d1a9f
2022-05-22T06:25:59.988Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 0d02663b-c340-4c86-8fd2-22a1ae29d5e5
2022-05-22T06:25:59.988Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0d02663b-c340-4c86-8fd2-22a1ae29d5e5
2022-05-22T06:25:59.988Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 31b650ab-c05c 0 0a361dca-c517-477b-a688-7987b55d1a9f 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-22T06:25:59.991Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@773a33b, org.onap.sdc.toscaparser.api.parameters.Input@1ab69832, org.onap.sdc.toscaparser.api.parameters.Input@7104ab29, org.onap.sdc.toscaparser.api.parameters.Input@5624174e, org.onap.sdc.toscaparser.api.parameters.Input@4c540cca]
2022-05-22T06:25:59.991Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:25:59.991Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_FUezOmUS43cQueAsp8sQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:25:59.991Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0d02663b-c340-4c86-8fd2-22a1ae29d5e5: pNF 31b650ab-c05c
2022-05-22T06:25:59.991Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||Processing PNF resource: 0a361dca-c517-477b-a688-7987b55d1a9f
2022-05-22T06:25:59.991Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:25:59.991Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_FUezOmUS43cQueAsp8sQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:25:59.991Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||Resource customization UUID: e04c86f8-665c-4329-91d1-52efdec173f6 is the same as notified resource customizationUUID: e04c86f8-665c-4329-91d1-52efdec173f6
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-22T06:26:00.015Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 31b650ab-c05c 0a361dca-c517-477b-a688-7987b55d1a9f 0 ASDC deployResourceStructure
2022-05-22T06:26:00.015Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar ASDC sendASDCNotification
2022-05-22T06:26:00.015Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar
2022-05-22T06:26:00.015Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:26:00.016Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:26:00.017Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:26:00.017Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200760015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:26:00.117Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:26:00.118Z||pool-177-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-22T06:26:00.119Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:26:00.132Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:26:00.132Z||pool-177-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:26:01.018Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9129b083-a52f-49aa-8a00-7bff3c354c9a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:26:01.028Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9129b083-a52f-49aa-8a00-7bff3c354c9a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:26:01.029Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:26:01.030Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:26:01.030Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:26:01.030Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:26:01.030Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:26:01.030Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:26:01.030Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:26:01.030Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:26:01.030Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:26:01.030Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:26:01.030Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:26:01.030Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T06:26:01.033Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:26:31.033Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9129b083-a52f-49aa-8a00-7bff3c354c9a 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-22T06:26:31.043Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9129b083-a52f-49aa-8a00-7bff3c354c9a and serviceModelVersionId: 0d02663b-c340-4c86-8fd2-22a1ae29d5e5
2022-05-22T06:26:31.043Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c50c61f7-eea4-45d0-817f-d797f6774d4d
2022-05-22T06:26:31.044Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c50c61f7-eea4-45d0-817f-d797f6774d4d/model-vers/model-ver/0d02663b-c340-4c86-8fd2-22a1ae29d5e5?depth=0
2022-05-22T06:26:31.049Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:26:31.071Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c50c61f7-eea4-45d0-817f-d797f6774d4d/model-vers/model-ver/0d02663b-c340-4c86-8fd2-22a1ae29d5e5?depth=0|INFO|500||Invoke
2022-05-22T06:26:31.072Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c50c61f7-eea4-45d0-817f-d797f6774d4d/model-vers/model-ver/0d02663b-c340-4c86-8fd2-22a1ae29d5e5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c50c61f7-eea4-45d0-817f-d797f6774d4d/model-vers/model-ver/0d02663b-c340-4c86-8fd2-22a1ae29d5e5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9129b083-a52f-49aa-8a00-7bff3c354c9a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8a51f3fc-1815-4d38-bb56-a648cdfd88d4], X-ECOMP-RequestID=[9129b083-a52f-49aa-8a00-7bff3c354c9a], X-TransactionId=[], X-ONAP-RequestID=[9129b083-a52f-49aa-8a00-7bff3c354c9a], Content-Type=[application/merge-patch+json]}
2022-05-22T06:26:31.089Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c50c61f7-eea4-45d0-817f-d797f6774d4d/model-vers/model-ver/0d02663b-c340-4c86-8fd2-22a1ae29d5e5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-22T06:26:31.179Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c50c61f7-eea4-45d0-817f-d797f6774d4d/model-vers/model-ver/0d02663b-c340-4c86-8fd2-22a1ae29d5e5?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/c50c61f7-eea4-45d0-817f-d797f6774d4d/model-vers/model-ver/0d02663b-c340-4c86-8fd2-22a1ae29d5e5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220522-06:26:31:408-94895], vertex-id=[512160], Content-Length=[0], Date=[Sun, 22 May 2022 06:26:31 GMT], Content-Type=[application/json]}
2022-05-22T06:26:31.179Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c50c61f7-eea4-45d0-817f-d797f6774d4d/model-vers/model-ver/0d02663b-c340-4c86-8fd2-22a1ae29d5e5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:26:31.180Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c50c61f7-eea4-45d0-817f-d797f6774d4d/model-vers/model-ver/0d02663b-c340-4c86-8fd2-22a1ae29d5e5?depth=0|INFO|500||InvokeReturn
2022-05-22T06:26:31.181Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:26:31.181Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T06:26:31.185Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-22T06:26:31.186Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9129b083-a52f-49aa-8a00-7bff3c354c9a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:26:31.186Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:26:31.186Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:26:31.189Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:26:31.189Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200791186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:26:31.289Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:26:31.291Z||pool-178-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-22T06:26:31.291Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:26:31.305Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:26:31.306Z||pool-178-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-22T06:26:32.203Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:26:32.203Z||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-22T06:26:32.203Z||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 kfud54K0r616e16l) ...
2022-05-22T06:26:41.750Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:26:41.751Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:26:41.752Z||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-22T06:26:41.752Z||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 kfud54K0r616e16l) ...
2022-05-22T06:26:51.296Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:26:51.297Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:26:51.297Z||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-22T06:26:51.297Z||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 kfud54K0r616e16l) ...
2022-05-22T06:26:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:26:53.814Z||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-22T06:26:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:26:53.837Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:26:53.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:26:53.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "979048f5-1340-45b2-a75e-afeac08abde4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200744696,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:26:53.839Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:26:53.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:26:53.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:26:53.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:26:53.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:26:53.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:26:53.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:26:53.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:26:53.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:26:53.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:26:53.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-22T06:26:53.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:26:53.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:27:00.838Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:27:00.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:27:00.840Z||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-22T06:27:00.840Z||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 kfud54K0r616e16l) ...
2022-05-22T06:27:10.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:27:10.377Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:27:10.377Z||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-22T06:27:10.377Z||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 kfud54K0r616e16l) ...
2022-05-22T06:27:19.920Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:27:19.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:27:19.921Z||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-22T06:27:19.921Z||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 kfud54K0r616e16l) ...
2022-05-22T06:27:29.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:27:29.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:27:29.465Z||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-22T06:27:29.465Z||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 kfud54K0r616e16l) ...
2022-05-22T06:27:39.029Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:27:39.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:27:39.031Z||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-22T06:27:39.031Z||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 kfud54K0r616e16l) ...
2022-05-22T06:27:48.571Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:27:48.572Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:27:48.572Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|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-22T06:27:48.572Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|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 kfud54K0r616e16l) ...
2022-05-22T06:27:53.813Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:27:53.814Z||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-22T06:27:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:27:53.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:27:53.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T06:27:53.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:27:53.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:27:58.108Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:27:58.108Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:27:58.109Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|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-22T06:27:58.109Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|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 kfud54K0r616e16l) ...
2022-05-22T06:28:07.655Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:28:53.809Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:28:53.810Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|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-22T06:28:53.810Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|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 kfud54K0r616e16l) ...
2022-05-22T06:28:53.813Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:28:53.814Z||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-22T06:28:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:28:54.337Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:28:54.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-22T06:28:54.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/resourceInstances/pnf31b650abc05c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:28:54.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200745709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200758398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200760015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFuezomus43cqueasp8sq/1.0/artifacts/service-DemoPnfFuezomus43cqueasp8sq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9129b083-a52f-49aa-8a00-7bff3c354c9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653200791186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:28:54.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:29:03.373Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:29:53.809Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:29:53.810Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|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-22T06:29:53.810Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|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 kfud54K0r616e16l) ...
2022-05-22T06:29:53.813Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:29:53.813Z|81637bb9-fe80-496a-a3e8-78eb73697b04|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-22T06:29:53.814Z|81637bb9-fe80-496a-a3e8-78eb73697b04|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 kfud54K0r616e16l) ...
2022-05-22T06:30:03.385Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:30:03.388Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:30:53.809Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:30:53.810Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|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-22T06:30:53.810Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|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 kfud54K0r616e16l) ...
2022-05-22T06:30:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:30:53.814Z||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-22T06:30:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:30:56.919Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:30:56.919Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T06:30:56.919Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b9cc5eda-df7c-45ba-80e5-c9a91a53df1c","serviceName":"Demo_pNF_TdkCzqqU92oqZxMwrSCL","serviceVersion":"1.0","serviceUUID":"501778f4-8126-4bce-8868-4f61cf4948a2","serviceDescription":"catalog service description","serviceInvariantUUID":"447cf857-4d5a-4fed-8703-f1876757e85c","resources":[{"resourceInstanceName":"pNF 894845bc-7520 0","resourceName":"pNF 894845bc-7520","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"673b90cc-7bc1-4882-be59-b85550af4d42","resourceInvariantUUID":"360aa9bc-59eb-45e5-bc03-d3db73d979e3","resourceCustomizationUUID":"fc7b75b3-f94a-4dd8-bcd0-38f511abaa6e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vf-license-model.xml","artifactChecksum":"ZmY1NGI2YTU4ODAwOWFjNGEwYjVhY2ViYjY5NjQ1OTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"662a90fa-035d-4e37-b7cb-140d45e9c24a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/pNF.csar","artifactChecksum":"Njk5MzdkNGU4YjM3NzdjOWFjNzU2OGY0YjBiNmVhYzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43de8c10-2d03-4c60-9cb2-6c1304299305","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67792610-42ee-49bc-8166-238130219e0b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vendor-license-model.xml","artifactChecksum":"ZDQzZWExZGU5ZjVmZDgwZjk0ZDdhYTkyNmI5ZmE0YjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e31003d-0f5d-409b-869c-70cde8b9bf71","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c9055cb-a5d1-46f6-8069-5cea0d8a1b23","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0716e89e-3576-4b9a-8be5-9e4853635366","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTdkczqqu92oqzxmwrscl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-template.yml","artifactChecksum":"ZjMwZjRiYjNlMGYwYzBiZGQyZDU0ZGEyMmY4NTdmZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc03a92d-4cd4-46f7-aabe-230001c839fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar","artifactChecksum":"ZTgwZGJhZmY0MDMxMjViNzUxOWEyMDhjMWY3MDAzODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c96fac1a-ac18-4ece-9296-1a4c9dc15870","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:30:56.921Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:30:56.921Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:30:56.924Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:30:56.924Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:30:57.024Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:30:57.025Z||pool-179-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-22T06:30:57.025Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:30:57.045Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:30:57.045Z||pool-179-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:30:57.164Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:30:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:30:57.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:30:57.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:30:57.924Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:30:57.925Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:30:57.927Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:30:57.928Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:30:58.028Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:30:58.028Z||pool-180-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-22T06:30:58.029Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:30:58.043Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:30:58.043Z||pool-180-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:30:58.928Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:30:58.929Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:30:58.931Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:30:58.931Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:30:59.031Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:30:59.032Z||pool-181-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-22T06:30:59.032Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:30:59.045Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:30:59.046Z||pool-181-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:30:59.932Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:30:59.932Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:30:59.934Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:30:59.934Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:31:00.034Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:31:00.035Z||pool-182-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-22T06:31:00.035Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:31:00.051Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:31:00.052Z||pool-182-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:31:00.935Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:31:00.935Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:31:00.937Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:31:00.937Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:31:01.039Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:31:01.039Z||pool-183-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-22T06:31:01.039Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:31:01.054Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:31:01.054Z||pool-183-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:31:01.938Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:31:01.939Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:31:01.941Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:31:01.941Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:31:02.041Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:31:02.042Z||pool-184-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-22T06:31:02.043Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:31:02.056Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:31:02.057Z||pool-184-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:31:02.942Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:31:02.943Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:31:02.945Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:31:02.945Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:31:03.045Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:31:03.046Z||pool-185-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-22T06:31:03.046Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:31:03.057Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:31:03.058Z||pool-185-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:31:03.946Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:31:03.946Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:31:03.948Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:31:03.948Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:31:04.048Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:31:04.049Z||pool-186-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-22T06:31:04.049Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:31:04.062Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:31:04.062Z||pool-186-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:31:04.949Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "serviceName": "Demo_pNF_TdkCzqqU92oqZxMwrSCL",
  "serviceVersion": "1.0",
  "serviceUUID": "501778f4-8126-4bce-8868-4f61cf4948a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "447cf857-4d5a-4fed-8703-f1876757e85c",
  "resources": [
    {
      "resourceInstanceName": "pNF 894845bc-7520 0",
      "resourceCustomizationUUID": "fc7b75b3-f94a-4dd8-bcd0-38f511abaa6e",
      "resourceName": "pNF 894845bc-7520",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "673b90cc-7bc1-4882-be59-b85550af4d42",
      "resourceInvariantUUID": "360aa9bc-59eb-45e5-bc03-d3db73d979e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
      "artifactChecksum": "ZTgwZGJhZmY0MDMxMjViNzUxOWEyMDhjMWY3MDAzODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c96fac1a-ac18-4ece-9296-1a4c9dc15870"
    }
  ],
  "workloadContext": "Production"
}
2022-05-22T06:31:04.950Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:31:04.950Z|9129b083-a52f-49aa-8a00-7bff3c354c9a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 501778f4-8126-4bce-8868-4f61cf4948a2 ASDC
2022-05-22T06:31:04.950Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
ServiceName:Demo_pNF_TdkCzqqU92oqZxMwrSCL
ServiceVersion:1.0
ServiceUUID:501778f4-8126-4bce-8868-4f61cf4948a2
ServiceInvariantUUID:447cf857-4d5a-4fed-8703-f1876757e85c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
ArtifactUUID:c96fac1a-ac18-4ece-9296-1a4c9dc15870
ArtifactChecksum:ZTgwZGJhZmY0MDMxMjViNzUxOWEyMDhjMWY3MDAzODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 894845bc-7520 0
ResourceCustomizationUUID:fc7b75b3-f94a-4dd8-bcd0-38f511abaa6e
ResourceInvariantUUID:360aa9bc-59eb-45e5-bc03-d3db73d979e3
ResourceName:pNF 894845bc-7520
ResourceType:PNF
ResourceUUID:673b90cc-7bc1-4882-be59-b85550af4d42
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-22T06:31:04.950Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 501778f4-8126-4bce-8868-4f61cf4948a2 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-22T06:31:04.978Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:31:04.979Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-22T06:31:04.979Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-22T06:31:04.979Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c96fac1a-ac18-4ece-9296-1a4c9dc15870 from URL: /sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:04.979Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-22T06:31:04.979Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:05.032Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-22T06:31:05.036Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar c96fac1a-ac18-4ece-9296-1a4c9dc15870 82648
2022-05-22T06:31:05.036Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar ASDC sendASDCNotification
2022-05-22T06:31:05.036Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:05.036Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:31:05.036Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:31:05.038Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:31:05.038Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201065036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:31:05.139Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:31:05.140Z||pool-187-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-22T06:31:05.140Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:31:05.156Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:31:05.157Z||pool-187-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:31:06.039Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:31:06.040Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-22T06:31:06.040Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c96fac1a-ac18-4ece-9296-1a4c9dc15870, URL: /sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar to file: /app/ASDC/1/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:06.041Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:06.041Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:06.041Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:06.125Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17525852975047302162/Definitions/service-DemoPnfTdkczqqu92oqzxmwrscl-template.yml
2022-05-22T06:31:06.717Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:31:06.717Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-22T06:31:06.717Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:06.717Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-22T06:31:06.717Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:06.717Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:06.717Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 894845bc-7520 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-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:06.717Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:06.717Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:06.718Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:06.718Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:06.718Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-22T06:31:06.718Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:31:06.718Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TdkCzqqU92oqZxMwrSCL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:31:06.718Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Node template pNF 894845bc-7520 0 is matching search criteria
2022-05-22T06:31:06.718Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-22T06:31:06.718Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 894845bc-7520 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:31:06.718Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:31:06.718Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TdkCzqqU92oqZxMwrSCL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Node template pNF 894845bc-7520 0 is matching search criteria
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 894845bc-7520 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TdkCzqqU92oqZxMwrSCL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TdkCzqqU92oqZxMwrSCL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TdkCzqqU92oqZxMwrSCL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TdkCzqqU92oqZxMwrSCL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TdkCzqqU92oqZxMwrSCL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:31:06.719Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TdkCzqqU92oqZxMwrSCL
Description:catalog service description
Model UUID:501778f4-8126-4bce-8868-4f61cf4948a2
Model Version:NULL
Model InvariantUuid:447cf857-4d5a-4fed-8703-f1876757e85c
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-22T06:31:06.730Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 673b90cc-7bc1-4882-be59-b85550af4d42
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-22T06:31:06.734Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||pNF 894845bc-7520 0
2022-05-22T06:31:06.734Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 673b90cc-7bc1-4882-be59-b85550af4d42
2022-05-22T06:31:06.734Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 501778f4-8126-4bce-8868-4f61cf4948a2
2022-05-22T06:31:06.734Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 501778f4-8126-4bce-8868-4f61cf4948a2
2022-05-22T06:31:06.734Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 894845bc-7520 0 673b90cc-7bc1-4882-be59-b85550af4d42 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-22T06:31:06.738Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@740d8eb5, org.onap.sdc.toscaparser.api.parameters.Input@38104149, org.onap.sdc.toscaparser.api.parameters.Input@713d2140, org.onap.sdc.toscaparser.api.parameters.Input@8b4fdc4, org.onap.sdc.toscaparser.api.parameters.Input@1054b241]
2022-05-22T06:31:06.739Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:31:06.739Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TdkCzqqU92oqZxMwrSCL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:31:06.739Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 501778f4-8126-4bce-8868-4f61cf4948a2: pNF 894845bc-7520
2022-05-22T06:31:06.740Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||Processing PNF resource: 673b90cc-7bc1-4882-be59-b85550af4d42
2022-05-22T06:31:06.740Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-22T06:31:06.740Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TdkCzqqU92oqZxMwrSCL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:31:06.740Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||Resource customization UUID: fc7b75b3-f94a-4dd8-bcd0-38f511abaa6e is the same as notified resource customizationUUID: fc7b75b3-f94a-4dd8-bcd0-38f511abaa6e
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-22T06:31:06.768Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 894845bc-7520 673b90cc-7bc1-4882-be59-b85550af4d42 0 ASDC deployResourceStructure
2022-05-22T06:31:06.769Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar ASDC sendASDCNotification
2022-05-22T06:31:06.769Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar
2022-05-22T06:31:06.769Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:31:06.769Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:31:06.771Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:31:06.771Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201066768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:31:06.871Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:31:06.872Z||pool-188-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-22T06:31:06.872Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:31:06.887Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:31:06.888Z||pool-188-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:31:07.772Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:31:07.782Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:31:07.784Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:31:07.785Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:31:07.785Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:31:37.785Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:31:37.794Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:31:37.795Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:31:37.796Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:31:37.796Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:31:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:31:53.814Z||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-22T06:31:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:31:53.838Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:31:53.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:31:53.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "cds",
  "timestamp": 1653201052249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:31:53.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:31:53.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:31:53.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653201046924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:31:53.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:07.796Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:32:07.809Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:32:07.811Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:32:07.811Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:32:07.811Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:32:37.812Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:32:37.828Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:32:37.832Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:32:37.832Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T06:32:37.832Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T06:32:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:32:53.814Z||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-22T06:32:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T06:32:54.341Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:32:54.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653201046924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "cds",
  "timestamp": 1653201052249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653201046924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "cds",
  "timestamp": 1653201052249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "clamp",
  "timestamp": 1653201058872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "policy-id",
  "timestamp": 1653201058977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653201046924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "cds",
  "timestamp": 1653201052249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "clamp",
  "timestamp": 1653201058872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "policy-id",
  "timestamp": 1653201058977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653201046924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "cds",
  "timestamp": 1653201052249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "clamp",
  "timestamp": 1653201058872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "policy-id",
  "timestamp": 1653201058977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653201046924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "cds",
  "timestamp": 1653201052249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "clamp",
  "timestamp": 1653201058872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "policy-id",
  "timestamp": 1653201058977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653201046924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "cds",
  "timestamp": 1653201052249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "clamp",
  "timestamp": 1653201058872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "policy-id",
  "timestamp": 1653201058977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201053809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653201046924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "cds",
  "timestamp": 1653201052249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "clamp",
  "timestamp": 1653201058872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "policy-id",
  "timestamp": 1653201058977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "cds",
  "timestamp": 1653201065012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201065036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "clamp",
  "timestamp": 1653201058872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "policy-id",
  "timestamp": 1653201058977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "cds",
  "timestamp": 1653201066019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-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-22T06:32:54.353Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
2022-05-22T06:32:54.353Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9cc5eda-df7c-45ba-80e5-c9a91a53df1c 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-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653201065771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "clamp",
  "timestamp": 1653201058872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "policy-id",
  "timestamp": 1653201058977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201066768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653201065771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "policy-id",
  "timestamp": 1653201067731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653201065771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "policy-id",
  "timestamp": 1653201068736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:32:54.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:32:54.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653201065771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "policy-id",
  "timestamp": 1653201069740,
  "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-22T06:32:54.367Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
2022-05-22T06:32:54.367Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9cc5eda-df7c-45ba-80e5-c9a91a53df1c 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-22T06:32:54.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653201065771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653201065771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-22T06:32:54.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653201065771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653201065771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "aai-ml",
  "timestamp": 1653201072509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "aai-ml",
  "timestamp": 1653201072509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653201074654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "aai-ml",
  "timestamp": 1653201072509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653201075683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653201075427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "clamp",
  "timestamp": 1653201075796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "aai-ml",
  "timestamp": 1653201072509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653201076687,
  "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-22T06:32:54.379Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
2022-05-22T06:32:54.380Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9cc5eda-df7c-45ba-80e5-c9a91a53df1c 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-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653201075427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "aai-ml",
  "timestamp": 1653201072509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653201075427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "clamp",
  "timestamp": 1653201077805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "aai-ml",
  "timestamp": 1653201072509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653201075427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "clamp",
  "timestamp": 1653201078808,
  "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-22T06:32:54.393Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
2022-05-22T06:32:54.394Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9cc5eda-df7c-45ba-80e5-c9a91a53df1c 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-22T06:32:54.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "aai-ml",
  "timestamp": 1653201072509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653201075427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "aai-ml",
  "timestamp": 1653201072509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653201075427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/resourceInstances/pnf894845bc75200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "aai-ml",
  "timestamp": 1653201081435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653201075427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653201075427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "NOTIFIED"
}
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653201084611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:32:54.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653201086325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:32:54.402Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:32:54.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653201087329,
  "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-22T06:32:54.405Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
2022-05-22T06:32:54.405Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9cc5eda-df7c-45ba-80e5-c9a91a53df1c 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-22T06:32:54.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "aai-ml",
  "timestamp": 1653201087274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTdkczqqu92oqzxmwrscl/1.0/artifacts/service-DemoPnfTdkczqqu92oqzxmwrscl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-22T06:32:54.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:32:54.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:32:54.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "aai-ml",
  "timestamp": 1653201088279,
  "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-22T06:32:54.414Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
2022-05-22T06:32:54.414Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9cc5eda-df7c-45ba-80e5-c9a91a53df1c 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-22T06:33:07.833Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T06:33:07.843Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9cc5eda-df7c-45ba-80e5-c9a91a53df1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T06:33:07.845Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:33:07.845Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:33:07.845Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:33:07.845Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:33:07.845Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:33:07.845Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:33:07.845Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:33:07.845Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:33:07.845Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:33:07.845Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:33:07.845Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-22T06:33:07.845Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T06:33:07.848Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:33:37.848Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b9cc5eda-df7c-45ba-80e5-c9a91a53df1c 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-22T06:33:37.855Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b9cc5eda-df7c-45ba-80e5-c9a91a53df1c and serviceModelVersionId: 501778f4-8126-4bce-8868-4f61cf4948a2
2022-05-22T06:33:37.855Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 447cf857-4d5a-4fed-8703-f1876757e85c
2022-05-22T06:33:37.857Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/447cf857-4d5a-4fed-8703-f1876757e85c/model-vers/model-ver/501778f4-8126-4bce-8868-4f61cf4948a2?depth=0
2022-05-22T06:33:37.863Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:33:37.892Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/447cf857-4d5a-4fed-8703-f1876757e85c/model-vers/model-ver/501778f4-8126-4bce-8868-4f61cf4948a2?depth=0|INFO|500||Invoke
2022-05-22T06:33:37.893Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/447cf857-4d5a-4fed-8703-f1876757e85c/model-vers/model-ver/501778f4-8126-4bce-8868-4f61cf4948a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/447cf857-4d5a-4fed-8703-f1876757e85c/model-vers/model-ver/501778f4-8126-4bce-8868-4f61cf4948a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b9cc5eda-df7c-45ba-80e5-c9a91a53df1c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[105a72ca-f69f-4624-8f84-41d7efc64936], X-ECOMP-RequestID=[b9cc5eda-df7c-45ba-80e5-c9a91a53df1c], X-TransactionId=[], X-ONAP-RequestID=[b9cc5eda-df7c-45ba-80e5-c9a91a53df1c], Content-Type=[application/merge-patch+json]}
2022-05-22T06:33:37.911Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/447cf857-4d5a-4fed-8703-f1876757e85c/model-vers/model-ver/501778f4-8126-4bce-8868-4f61cf4948a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-22T06:33:38.011Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/447cf857-4d5a-4fed-8703-f1876757e85c/model-vers/model-ver/501778f4-8126-4bce-8868-4f61cf4948a2?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/447cf857-4d5a-4fed-8703-f1876757e85c/model-vers/model-ver/501778f4-8126-4bce-8868-4f61cf4948a2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-06:33:38:231-25052], vertex-id=[291048], Content-Length=[0], Date=[Sun, 22 May 2022 06:33:38 GMT], Content-Type=[application/json]}
2022-05-22T06:33:38.012Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/447cf857-4d5a-4fed-8703-f1876757e85c/model-vers/model-ver/501778f4-8126-4bce-8868-4f61cf4948a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:33:38.012Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/447cf857-4d5a-4fed-8703-f1876757e85c/model-vers/model-ver/501778f4-8126-4bce-8868-4f61cf4948a2?depth=0|INFO|500||InvokeReturn
2022-05-22T06:33:38.013Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:33:38.013Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T06:33:38.017Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-22T06:33:38.018Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b9cc5eda-df7c-45ba-80e5-c9a91a53df1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:33:38.018Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:33:38.018Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:33:38.021Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:33:38.021Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201218018,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:33:38.121Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:33:38.121Z||pool-189-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-22T06:33:38.122Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:33:38.155Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:33:38.156Z||pool-189-thread-1|||||INFO|500||cambria reply ok (35 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-22T06:33:39.033Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:33:39.033Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|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-22T06:33:39.033Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|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 kfud54K0r616e16l) ...
2022-05-22T06:33:49.317Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:33:49.318Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:33:49.319Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|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-22T06:33:49.319Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|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 kfud54K0r616e16l) ...
2022-05-22T06:33:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:33:53.814Z||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-22T06:33:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:33:54.447Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:33:54.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:33:54.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9cc5eda-df7c-45ba-80e5-c9a91a53df1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653201218018,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:33:54.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:33:58.905Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:33:58.905Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:33:58.906Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|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-22T06:33:58.906Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|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 kfud54K0r616e16l) ...
2022-05-22T06:34:08.463Z|b9cc5eda-df7c-45ba-80e5-c9a91a53df1c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:34:53.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:34:53.810Z||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-22T06:34:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T06:34:53.814Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:34:53.814Z||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-22T06:34:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:35:03.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:35:03.352Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:35:53.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:35:53.811Z||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-22T06:35:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T06:35:53.813Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:35:53.814Z|979048f5-1340-45b2-a75e-afeac08abde4|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-22T06:35:53.814Z|979048f5-1340-45b2-a75e-afeac08abde4|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 kfud54K0r616e16l) ...
2022-05-22T06:36:03.380Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:36:03.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:36:53.809Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:36:53.810Z|979048f5-1340-45b2-a75e-afeac08abde4|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-22T06:36:53.810Z|979048f5-1340-45b2-a75e-afeac08abde4|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 kfud54K0r616e16l) ...
2022-05-22T06:36:53.813Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:36:53.814Z||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-22T06:36:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:37:03.389Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:37:03.389Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:37:53.809Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:37:53.810Z|979048f5-1340-45b2-a75e-afeac08abde4|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-22T06:37:53.810Z|979048f5-1340-45b2-a75e-afeac08abde4|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 kfud54K0r616e16l) ...
2022-05-22T06:37:53.813Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:37:53.814Z||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-22T06:37:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:38:03.358Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:38:03.358Z|979048f5-1340-45b2-a75e-afeac08abde4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:38:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:38:53.809Z||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-22T06:38:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T06:38:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:38:53.814Z||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-22T06:38:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T06:39:03.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-22T06:39:03.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK