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-04-09T03:26:12.041Z||main|||||INFO|500||The following profiles are active: basic
2022-04-09T03:26:30.219Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-09T03:26:30.220Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-09T03:26:30.425Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-09T03:26:36.479Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-09T03:26:37.129Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-09T03:26:37.907Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-09T03:26:37.918Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-09T03:26:38.134Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-09T03:26:38.696Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-09T03:26:39.708Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-09T03:26:42.863Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-09T03:26:47.007Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-09T03:26:47.105Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-09T03:26:47.985Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-09T03:26:48.200Z||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-04-09T03:26:50.383Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-09T03:26:52.168Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-09T03:26:52.201Z||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$$1cee29c1.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-04-09T03:26:52.202Z||main|||||WARN|500||The sdc end point is not alive
2022-04-09T03:26:58.004Z||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-04-09T03:27:03.201Z||main|||||WARN|500||---
2022-04-09T03:27:03.202Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-09T03:27:03.202Z||main|||||WARN|500||---
2022-04-09T03:27:03.854Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-09T03:27:12.301Z||main|||||INFO|500||Started Application in 65.411 seconds (JVM running for 69.215)
2022-04-09T03:27:12.333Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-09T03:27:12.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-09T03:27:12.357Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-09T03:27:12.404Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-09T03:27:12.481Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fccd2534-83fb-47c3-9556-a6c950ed500a url= /sdc/v1/artifactTypes
2022-04-09T03:27:12.481Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-09T03:27:12.829Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-09T03:27:12.864Z||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-04-09T03:27:12.895Z||scheduling-1|||||DEBUG|500||create keys
2022-04-09T03:27:12.911Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-09T03:27:12.991Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:27:13.019Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0921e2ab-4276-4e80-907c-38bf81eb24e5 url= /sdc/v1/registerForDistribution
2022-04-09T03:27:13.224Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0921e2ab-4276-4e80-907c-38bf81eb24e5 url= /sdc/v1/registerForDistribution
2022-04-09T03:27:13.225Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-09T03:27:13.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:27:13.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:27:13.264Z||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-04-09T03:27:13.265Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-09T03:27:13.268Z||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-04-09T03:27:13.268Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:27:13.268Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:27:23.941Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:27:23.952Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:28:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:28:13.238Z||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-04-09T03:28:13.239Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:28:13.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:28:13.243Z||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-04-09T03:28:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:28:22.869Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:28:22.873Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:29:13.237Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:29:13.240Z||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-04-09T03:29:13.240Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:29:13.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:29:13.245Z||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-04-09T03:29:13.245Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:29:23.080Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:29:23.134Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:30:13.237Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:30:13.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:30:13.242Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:30:13.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:30:13.244Z||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-04-09T03:30:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:30:22.816Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:30:22.829Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:31:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:31:13.238Z||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-04-09T03:31:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:31:13.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:31:13.243Z||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-04-09T03:31:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:31:22.789Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:31:22.791Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:32:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:32:13.238Z||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-04-09T03:32:13.239Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:32:13.241Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:32:13.243Z||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-04-09T03:32:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:32:22.789Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:32:22.794Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:33:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:33:13.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:33:13.243Z||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-04-09T03:33:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:33:13.244Z||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-04-09T03:33:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:33:22.803Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:33:22.803Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:34:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:34:13.238Z||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-04-09T03:34:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:34:13.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:34:13.244Z||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-04-09T03:34:13.245Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:34:22.791Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:34:22.790Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:35:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:35:13.239Z||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-04-09T03:35:13.240Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:35:13.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:35:13.243Z||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-04-09T03:35:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:35:22.799Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:35:22.803Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:36:13.237Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:36:13.240Z||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-04-09T03:36:13.240Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:36:13.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:36:13.242Z||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-04-09T03:36:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:36:22.789Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:36:22.791Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:36:43.857Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-09T03:37:13.237Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:37:13.239Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:37:13.239Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:37:13.245Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:37:13.247Z||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-04-09T03:37:13.247Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:37:22.807Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:37:22.807Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:38:13.237Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:38:13.238Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:38:13.238Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:38:13.242Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:38:13.243Z||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-04-09T03:38:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:38:22.790Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:38:22.796Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:39:13.237Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:39:13.239Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:39:13.239Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:39:13.242Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:39:13.243Z||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-04-09T03:39:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:39:22.794Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:39:22.794Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:40:13.237Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:40:13.238Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:40:13.238Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:40:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:40:13.243Z||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-04-09T03:40:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:40:22.789Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:40:22.794Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:41:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:41:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:41:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:41:13.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:41:13.244Z||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-04-09T03:41:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:41:22.799Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:41:22.799Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:42:13.238Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:42:13.241Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:42:13.242Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:42:13.242Z||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-04-09T03:42:13.242Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:42:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:42:22.796Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:42:22.796Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:43:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:43:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:43:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:43:13.241Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:43:13.243Z||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-04-09T03:43:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:43:22.803Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:43:22.834Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:44:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:44:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:44:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:44:13.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:44:13.243Z||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-04-09T03:44:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:44:22.791Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:44:22.791Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:45:13.236Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:45:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:45:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:45:13.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:45:13.242Z||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-04-09T03:45:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:45:22.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:45:22.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:46:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:46:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:46:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:46:13.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:46:13.242Z||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-04-09T03:46:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:46:22.797Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:46:22.797Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:47:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:47:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:47:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:47:13.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:47:13.245Z||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-04-09T03:47:13.246Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:47:22.800Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:47:22.800Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:48:13.238Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:48:13.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:48:13.242Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:48:13.243Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:48:13.243Z||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-04-09T03:48:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:48:22.819Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:48:22.826Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:49:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:49:13.239Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:49:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:49:13.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:49:13.243Z||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-04-09T03:49:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:49:22.795Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:49:22.799Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:50:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:50:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:50:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:50:13.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:50:13.244Z||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-04-09T03:50:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:50:22.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:50:22.817Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:51:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:51:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:51:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:51:13.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:51:13.243Z||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-04-09T03:51:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:51:22.789Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:51:22.789Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:52:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:52:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:52:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:52:13.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:52:13.243Z||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-04-09T03:52:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:52:22.814Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:52:22.817Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:53:13.236Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:53:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:53:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:53:13.241Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:53:13.242Z||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-04-09T03:53:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:53:22.795Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:53:22.817Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:54:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:54:13.239Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:54:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:54:13.241Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:54:13.242Z||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-04-09T03:54:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:54:22.787Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:54:22.800Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:55:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:55:13.239Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:55:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:55:13.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:55:13.242Z||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-04-09T03:55:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:55:22.807Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:55:22.813Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:56:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:56:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:56:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:56:13.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:56:13.243Z||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-04-09T03:56:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:56:22.810Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:56:22.810Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:57:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:57:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:57:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:57:13.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:57:13.242Z||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-04-09T03:57:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:57:22.787Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:57:22.787Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:58:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:58:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:58:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:58:13.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:58:13.243Z||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-04-09T03:58:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:58:22.797Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:58:22.798Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:59:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:59:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T03:59:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T03:59:13.241Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T03:59:13.242Z||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-04-09T03:59:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T03:59:22.792Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T03:59:22.793Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:00:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:00:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:00:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:00:13.241Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:00:13.242Z||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-04-09T04:00:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:00:22.803Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:00:22.804Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:01:13.238Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:01:13.241Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:01:13.244Z||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-04-09T04:01:13.244Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:01:13.244Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:01:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:01:18.993Z||http-nio-8085-exec-6|||||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-04-09T04:01:22.807Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:01:22.809Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:02:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:02:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:02:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:02:13.241Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:02:13.242Z||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-04-09T04:02:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:02:22.788Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:02:22.792Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:03:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:03:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:03:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:03:13.241Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:03:13.243Z||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-04-09T04:03:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:03:22.793Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:03:22.792Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:04:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:04:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:04:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:04:13.241Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:04:13.242Z||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-04-09T04:04:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:04:22.807Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:04:22.812Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:05:13.238Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:05:13.239Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:05:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:05:13.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:05:13.243Z||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-04-09T04:05:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:05:22.806Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:05:22.821Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:06:13.236Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:06:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:06:13.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:06:13.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:06:13.243Z||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-04-09T04:06:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:06:22.791Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:06:22.800Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:07:13.236Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:07:13.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:07:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:07:13.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:07:13.242Z||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-04-09T04:07:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:07:22.796Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:07:22.796Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:13.237Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:08:13.239Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:08:13.239Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:13.241Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:08:13.242Z||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-04-09T04:08:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:08:22.803Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:23.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:23.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-09T04:08:23.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"df8d9303-952a-446d-bc3d-6e3a85aa3900","serviceName":"basic_onboard_NLGJic","serviceVersion":"1.0","serviceUUID":"5b5db978-513d-4107-9b9a-90be6a70e301","serviceDescription":"service","serviceInvariantUUID":"99366b7b-5fad-4b63-84dc-794c2c8369c2","resources":[{"resourceInstanceName":"basic_onboard_NLGJic 0","resourceName":"basic_onboard_NLGJic","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d62ee182-f3cc-4735-81a4-f36b3b26e3a8","resourceInvariantUUID":"0a6ce250-db1b-4618-9833-aa025d7f3718","resourceCustomizationUUID":"b2bace6b-20d8-4396-b995-7c892b41811f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml","artifactChecksum":"Y2M4ODg4ZmY1NTAxMDQ4M2U1MzAwYjljYWI5YzdhNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b031e41d-f0ba-46da-acc8-fb1f486159e3","artifactVersion":"1"},{"artifactName":"basic_onboard_nlgjic0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json","artifactChecksum":"MzgxODhkZDg3OGJlNjNkNjc4YTI4ODlhYmY2MWI2NzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"186b9c00-f7e7-4c0a-b021-a9608cd0b707","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bac2a019-0040-49ec-9927-ff55d53edc49","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9859a1d7-e175-4e0f-a87a-b82f78a29b40","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"33877212-e7b5-4a04-acde-ce79f95e380f","artifactVersion":"2","generatedFromUUID":"bac2a019-0040-49ec-9927-ff55d53edc49"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNlgjic-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml","artifactChecksum":"ZDJlM2YyYTY4MTdmNGY4OWFiMWJjMDA4OTU0MDY1ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94b3918d-6133-411f-b7a7-5f1c1b2d6fc2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNlgjic-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar","artifactChecksum":"OGJlZGIyMTc0ZTE3Y2E5YmNiYmY0NjhlZTU4YzNlM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d15347a-2eb4-4f39-8469-9730a68b9cb6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:08:23.399Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:23.413Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:23.434Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:23.435Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:08:23.534Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-09T04:08:23.541Z||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-04-09T04:08:23.542Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:23.555Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:23.557Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:24.447Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:24.448Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:24.452Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:24.452Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:08:24.552Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:24.553Z||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-04-09T04:08:24.554Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:24.567Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:24.568Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:25.452Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:25.453Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:25.457Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:25.457Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:08:25.557Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:25.558Z||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-04-09T04:08:25.558Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:25.574Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:25.576Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:26.458Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:26.460Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:26.465Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:26.465Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:08:26.565Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:26.567Z||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-04-09T04:08:26.567Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:26.582Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:26.583Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:27.466Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:27.468Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:27.472Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:27.472Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-09T04:08:27.576Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-09T04:08:27.578Z||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-04-09T04:08:27.578Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:27.602Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:27.603Z||pool-7-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:08:28.474Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:28.475Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:28.478Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:28.479Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:08:28.579Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:28.581Z||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-04-09T04:08:28.582Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:28.619Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:28.620Z||pool-8-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:29.479Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:08:29.481Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:29.484Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:29.484Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:08:29.584Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:29.585Z||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-04-09T04:08:29.586Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:29.603Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:29.604Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:30.488Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "serviceName": "basic_onboard_NLGJic",
  "serviceVersion": "1.0",
  "serviceUUID": "5b5db978-513d-4107-9b9a-90be6a70e301",
  "serviceDescription": "service",
  "serviceInvariantUUID": "99366b7b-5fad-4b63-84dc-794c2c8369c2",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NLGJic 0",
      "resourceCustomizationUUID": "b2bace6b-20d8-4396-b995-7c892b41811f",
      "resourceName": "basic_onboard_NLGJic",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d62ee182-f3cc-4735-81a4-f36b3b26e3a8",
      "resourceInvariantUUID": "0a6ce250-db1b-4618-9833-aa025d7f3718",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nlgjic0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
          "artifactChecksum": "MzgxODhkZDg3OGJlNjNkNjc4YTI4ODlhYmY2MWI2NzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "186b9c00-f7e7-4c0a-b021-a9608cd0b707",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bac2a019-0040-49ec-9927-ff55d53edc49",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "33877212-e7b5-4a04-acde-ce79f95e380f",
            "generatedFromUUID": "bac2a019-0040-49ec-9927-ff55d53edc49"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "33877212-e7b5-4a04-acde-ce79f95e380f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNlgjic-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
      "artifactChecksum": "OGJlZGIyMTc0ZTE3Y2E5YmNiYmY0NjhlZTU4YzNlM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8d15347a-2eb4-4f39-8469-9730a68b9cb6"
    }
  ],
  "workloadContext": "Production"
}
2022-04-09T04:08:30.504Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:08:30.506Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b5db978-513d-4107-9b9a-90be6a70e301 ASDC
2022-04-09T04:08:30.712Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:df8d9303-952a-446d-bc3d-6e3a85aa3900
ServiceName:basic_onboard_NLGJic
ServiceVersion:1.0
ServiceUUID:5b5db978-513d-4107-9b9a-90be6a70e301
ServiceInvariantUUID:99366b7b-5fad-4b63-84dc-794c2c8369c2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNlgjic-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar
ArtifactUUID:8d15347a-2eb4-4f39-8469-9730a68b9cb6
ArtifactChecksum:OGJlZGIyMTc0ZTE3Y2E5YmNiYmY0NjhlZTU4YzNlM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NLGJic 0
ResourceCustomizationUUID:b2bace6b-20d8-4396-b995-7c892b41811f
ResourceInvariantUUID:0a6ce250-db1b-4618-9833-aa025d7f3718
ResourceName:basic_onboard_NLGJic
ResourceType:VF
ResourceUUID:d62ee182-f3cc-4735-81a4-f36b3b26e3a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nlgjic0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json
ArtifactUUID:186b9c00-f7e7-4c0a-b021-a9608cd0b707
ArtifactChecksum:MzgxODhkZDg3OGJlNjNkNjc4YTI4ODlhYmY2MWI2NzI=
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/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bac2a019-0040-49ec-9927-ff55d53edc49
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/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env
ArtifactUUID:33877212-e7b5-4a04-acde-ce79f95e380f
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/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env
ArtifactUUID:33877212-e7b5-4a04-acde-ce79f95e380f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-09T04:08:30.713Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b5db978-513d-4107-9b9a-90be6a70e301 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-04-09T04:08:31.094Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:08:31.097Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-09T04:08:31.100Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-09T04:08:31.100Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8d15347a-2eb4-4f39-8469-9730a68b9cb6 from URL: /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:31.101Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-09T04:08:31.104Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:31.394Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-09T04:08:31.414Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar 8d15347a-2eb4-4f39-8469-9730a68b9cb6 71558
2022-04-09T04:08:31.447Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar ASDC sendASDCNotification
2022-04-09T04:08:31.447Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:31.449Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:08:31.450Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:31.453Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:31.454Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477311415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:08:31.561Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-09T04:08:31.563Z||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-04-09T04:08:31.563Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:31.580Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:31.581Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:08:32.455Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:08:32.456Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-09T04:08:32.457Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8d15347a-2eb4-4f39-8469-9730a68b9cb6, URL: /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar to file: /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:32.458Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:32.578Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:32.579Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:33.548Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2362588152628394933/Definitions/service-BasicOnboardNlgjic-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-04-09T04:08:36.807Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:08:36.814Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-09T04:08:36.815Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.815Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-09T04:08:36.815Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||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-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.815Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||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-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.815Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||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-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.816Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.816Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.816Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.816Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||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-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.817Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||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-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.817Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NLGJic 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-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:36.817Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-09T04:08:36.825Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:36.827Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.832Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:36.832Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-09T04:08:36.834Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:08:36.836Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:36.836Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.836Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:36.837Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-09T04:08:36.837Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:08:36.837Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:36.837Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.842Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:36.843Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is not matching search criteria
2022-04-09T04:08:36.843Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-09T04:08:36.843Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-09T04:08:36.844Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-09T04:08:36.844Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-09T04:08:36.844Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-09T04:08:36.844Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:36.845Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:08:36.847Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:36.847Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:36.848Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:08:36.848Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:36.849Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:36.849Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:08:36.849Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:36.850Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:36.850Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:08:36.850Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:36.850Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is not matching search criteria
2022-04-09T04:08:36.851Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-09T04:08:36.851Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-09T04:08:36.851Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ebfed1c2-27bd-4a42-a4c7-e3a5fe40b9e5
2022-04-09T04:08:36.851Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:36.852Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.852Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:36.852Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.852Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:36.852Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.853Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:36.853Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:36.853Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_NLGJic
Description:service
Model UUID:5b5db978-513d-4107-9b9a-90be6a70e301
Model Version:NULL
Model InvariantUuid:99366b7b-5fad-4b63-84dc-794c2c8369c2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_NLGJic
Model UUID:8988c28a-8032-4067-a280-aebe40b20fcb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0a6ce250-db1b-4618-9833-aa025d7f3718
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b2bace6b-20d8-4396-b995-7c892b41811f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5f8a1bb5-6a6e-47ff-b471-477513bdb97a
ModelName:BasicOnboardNlgjic..base_ubuntu18..module-0
ModelUuid:8d14443f-1693-4f75-bdce-dc51a9e0cc3f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ebfed1c2-27bd-4a42-a4c7-e3a5fe40b9e5
ModelInvariantUuid:7bf94383-782b-45fa-ac5a-68e026002a4f
ModelName:basic_onboard_NLGJic-nodes.ubuntu18Cvfc
ModelUuid:4b9d510b-a598-43f6-ba0f-d7e2328c17e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7f73b403-cbb7-47f5-9e7d-6e4af622ffe4
ModelInvariantUuid:62cd3fa4-30cc-43b2-b473-a08eb4dd15dd
ModelName:BasicOnboardNlgjic.compute.nodes.heat.ubuntu18
ModelUuid:0b04f622-680b-46d9-94d5-3120c7abec9c
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-04-09T04:08:36.889Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d62ee182-f3cc-4735-81a4-f36b3b26e3a8
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-04-09T04:08:37.050Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||basic_onboard_NLGJic 0
2022-04-09T04:08:37.058Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d62ee182-f3cc-4735-81a4-f36b3b26e3a8
2022-04-09T04:08:37.058Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 186b9c00-f7e7-4c0a-b021-a9608cd0b707 from URL: /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json
2022-04-09T04:08:37.058Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-09T04:08:37.058Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json
2022-04-09T04:08:37.194Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-09T04:08:37.195Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json 186b9c00-f7e7-4c0a-b021-a9608cd0b707 798
2022-04-09T04:08:37.196Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json ASDC sendASDCNotification
2022-04-09T04:08:37.196Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json
2022-04-09T04:08:37.196Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:08:37.196Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:37.201Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:37.201Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477317196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:08:37.301Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:37.303Z||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-04-09T04:08:37.304Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:37.316Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:37.317Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:38.204Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNlgjic..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5f8a1bb5-6a6e-47ff-b471-477513bdb97a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d14443f-1693-4f75-bdce-dc51a9e0cc3f",
    "vfModuleModelCustomizationUUID": "90ac766d-600a-47e5-8c25-2326c489ce8e",
    "isBase": true,
    "artifacts": [
      "bac2a019-0040-49ec-9927-ff55d53edc49",
      "33877212-e7b5-4a04-acde-ce79f95e380f"
    ],
    "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-04-09T04:08:38.232Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNlgjic..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d14443f-1693-4f75-bdce-dc51a9e0cc3f
VfModuleModelInvariantUUID:5f8a1bb5-6a6e-47ff-b471-477513bdb97a
VfModuleModelDescription:NULL
Artifacts UUID List:{
bac2a019-0040-49ec-9927-ff55d53edc49
,
33877212-e7b5-4a04-acde-ce79f95e380f

}
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-04-09T04:08:38.241Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNlgjic..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5f8a1bb5-6a6e-47ff-b471-477513bdb97a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d14443f-1693-4f75-bdce-dc51a9e0cc3f",
    "vfModuleModelCustomizationUUID": "90ac766d-600a-47e5-8c25-2326c489ce8e",
    "isBase": true,
    "artifacts": [
      "bac2a019-0040-49ec-9927-ff55d53edc49",
      "33877212-e7b5-4a04-acde-ce79f95e380f"
    ],
    "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-04-09T04:08:38.242Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNlgjic..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d14443f-1693-4f75-bdce-dc51a9e0cc3f
VfModuleModelInvariantUUID:5f8a1bb5-6a6e-47ff-b471-477513bdb97a
VfModuleModelDescription:NULL
Artifacts UUID List:{
bac2a019-0040-49ec-9927-ff55d53edc49
,
33877212-e7b5-4a04-acde-ce79f95e380f

}
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-04-09T04:08:38.242Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bac2a019-0040-49ec-9927-ff55d53edc49 from URL: /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml
2022-04-09T04:08:38.242Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-09T04:08:38.243Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml
2022-04-09T04:08:38.463Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-09T04:08:38.464Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml bac2a019-0040-49ec-9927-ff55d53edc49 5033
2022-04-09T04:08:38.464Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-09T04:08:38.465Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml
2022-04-09T04:08:38.465Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:08:38.465Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:38.469Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:38.470Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477318464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:08:38.574Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-09T04:08:38.575Z||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-04-09T04:08:38.575Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:38.595Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:38.596Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:08:39.471Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 33877212-e7b5-4a04-acde-ce79f95e380f from URL: /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env
2022-04-09T04:08:39.471Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-09T04:08:39.472Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env
2022-04-09T04:08:39.664Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-09T04:08:39.665Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env 33877212-e7b5-4a04-acde-ce79f95e380f 909
2022-04-09T04:08:39.665Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-09T04:08:39.665Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env
2022-04-09T04:08:39.665Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:08:39.666Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:39.669Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:39.670Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477319665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:08:39.770Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:08:39.772Z||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-04-09T04:08:39.772Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:39.788Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:39.789Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:40.671Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5b5db978-513d-4107-9b9a-90be6a70e301
2022-04-09T04:08:40.671Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NLGJic 0 d62ee182-f3cc-4735-81a4-f36b3b26e3a8 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-04-09T04:08:40.720Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cae3bc7, org.onap.sdc.toscaparser.api.parameters.Input@47921c0e, org.onap.sdc.toscaparser.api.parameters.Input@5010210d, org.onap.sdc.toscaparser.api.parameters.Input@1456cf55, org.onap.sdc.toscaparser.api.parameters.Input@291bae1b]
2022-04-09T04:08:40.727Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.728Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.728Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-09T04:08:40.728Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b2bace6b-20d8-4396-b995-7c892b41811f
2022-04-09T04:08:40.728Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2bace6b-20d8-4396-b995-7c892b41811f matches Tosca VF Customization UUID: b2bace6b-20d8-4396-b995-7c892b41811f
2022-04-09T04:08:40.729Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b2bace6b-20d8-4396-b995-7c892b41811f  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-04-09T04:08:40.743Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.744Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.747Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b2bace6b-20d8-4396-b995-7c892b41811f: {\"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-04-09T04:08:40.747Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f934636
2022-04-09T04:08:40.747Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.748Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:08:40.749Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90ac766d-600a-47e5-8c25-2326c489ce8e
2022-04-09T04:08:40.751Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90ac766d-600a-47e5-8c25-2326c489ce8e
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-04-09T04:08:40.760Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.761Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:40.761Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:08:40.762Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.763Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:40.763Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:08:40.763Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.764Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is not matching search criteria
2022-04-09T04:08:40.764Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-09T04:08:40.764Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-09T04:08:40.764Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ebfed1c2-27bd-4a42-a4c7-e3a5fe40b9e5
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-04-09T04:08:40.775Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.776Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:40.776Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:08:40.777Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.777Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_NLGJic 0 is matching search criteria
2022-04-09T04:08:40.777Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_NLGJic 0] matching following query criteria: sdcType=VF, customizationUUID=b2bace6b-20d8-4396-b995-7c892b41811f
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-04-09T04:08:40.781Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.781Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.782Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5b5db978-513d-4107-9b9a-90be6a70e301: basic_onboard_NLGJic
2022-04-09T04:08:40.782Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.783Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.783Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.783Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.783Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.784Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.784Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.785Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.785Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:08:40.785Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_NLGJic is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:08:40.786Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_NLGJic 
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-04-09T04:08:41.049Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NLGJic d62ee182-f3cc-4735-81a4-f36b3b26e3a8 1 ASDC deployResourceStructure
2022-04-09T04:08:41.050Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json ASDC sendASDCNotification
2022-04-09T04:08:41.051Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json
2022-04-09T04:08:41.051Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:08:41.052Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:41.055Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:41.055Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477321050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:08:41.156Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:08:41.157Z||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-04-09T04:08:41.158Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:41.169Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:41.170Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:08:42.057Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-09T04:08:42.058Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml
2022-04-09T04:08:42.058Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:08:42.059Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:42.061Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:42.062Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477322057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:08:42.162Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:08:42.163Z||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-04-09T04:08:42.163Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:42.174Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:42.175Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:43.064Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-09T04:08:43.064Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env
2022-04-09T04:08:43.065Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:08:43.065Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:43.068Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:43.069Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477323064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-09T04:08:43.168Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:08:43.170Z||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-04-09T04:08:43.170Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:43.181Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:43.182Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:44.070Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar ASDC sendASDCNotification
2022-04-09T04:08:44.071Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar
2022-04-09T04:08:44.072Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:08:44.073Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:08:44.080Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:08:44.081Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477324070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:08:44.176Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-09T04:08:44.178Z||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-04-09T04:08:44.178Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:08:44.194Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:08:44.196Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:08:45.082Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df8d9303-952a-446d-bc3d-6e3a85aa3900
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:08:45.125Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df8d9303-952a-446d-bc3d-6e3a85aa3900
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:08:45.130Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:08:45.131Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:08:45.131Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:09:13.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:09:13.243Z||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-04-09T04:09:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:09:13.881Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:09:13.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "aai-ml",
  "timestamp": 1649477300818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477292964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "clamp",
  "timestamp": 1649477295721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "cds",
  "timestamp": 1649477298749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477296464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477301626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477292964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "aai-ml",
  "timestamp": 1649477300818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "clamp",
  "timestamp": 1649477295721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "cds",
  "timestamp": 1649477298749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477296464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477301626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "clamp",
  "timestamp": 1649477295721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "aai-ml",
  "timestamp": 1649477300818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477292964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477296464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "cds",
  "timestamp": 1649477298749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477301626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "clamp",
  "timestamp": 1649477295721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "aai-ml",
  "timestamp": 1649477300818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477292964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477296464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "cds",
  "timestamp": 1649477298749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477301626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "clamp",
  "timestamp": 1649477295721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477292964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "aai-ml",
  "timestamp": 1649477300818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "cds",
  "timestamp": 1649477298749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "dcae-sch",
  "timestamp": 1649477304823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477296464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477301626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "clamp",
  "timestamp": 1649477295721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477292964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "aai-ml",
  "timestamp": 1649477300818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477296464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "cds",
  "timestamp": 1649477298749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "dcae-sch",
  "timestamp": 1649477304823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477301626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "clamp",
  "timestamp": 1649477295721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "aai-ml",
  "timestamp": 1649477300818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477292964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477293237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477296464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "cds",
  "timestamp": 1649477298749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "dcae-sch",
  "timestamp": 1649477304823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477301626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "dcae-sch",
  "timestamp": 1649477304823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477310250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477311177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "cds",
  "timestamp": 1649477309707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "aai-ml",
  "timestamp": 1649477309615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477311415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "dcae-sch",
  "timestamp": 1649477304823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "cds",
  "timestamp": 1649477310729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-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-04-09T04:09:13.942Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df8d9303-952a-446d-bc3d-6e3a85aa3900
2022-04-09T04:09:13.942Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "policy-id",
  "timestamp": 1649477311732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477312469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.961Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "dcae-sch",
  "timestamp": 1649477304823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "policy-id",
  "timestamp": 1649477311732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "dcae-sch",
  "timestamp": 1649477304823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477313767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.963Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "policy-id",
  "timestamp": 1649477311732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:09:13.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477314862,
  "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-04-09T04:09:13.975Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df8d9303-952a-446d-bc3d-6e3a85aa3900
2022-04-09T04:09:13.976Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:13.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477314516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:09:13.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "policy-id",
  "timestamp": 1649477311732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:13.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:13.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477315877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:09:13.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "clamp",
  "timestamp": 1649477314375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:09:13.991Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:13.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:13.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477315522,
  "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-04-09T04:09:14.001Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df8d9303-952a-446d-bc3d-6e3a85aa3900
2022-04-09T04:09:14.002Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:14.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "policy-id",
  "timestamp": 1649477311732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:14.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:14.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477317196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:09:14.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "clamp",
  "timestamp": 1649477315938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:09:14.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "policy-id",
  "timestamp": 1649477311732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:09:14.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:14.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477318464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:09:14.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "clamp",
  "timestamp": 1649477316943,
  "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-04-09T04:09:14.027Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df8d9303-952a-446d-bc3d-6e3a85aa3900
2022-04-09T04:09:14.027Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:14.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "policy-id",
  "timestamp": 1649477311732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:09:14.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:09:14.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477319665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:09:14.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "policy-id",
  "timestamp": 1649477319697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:09:14.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "policy-id",
  "timestamp": 1649477320708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:09:14.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477321050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/basic_onboard_nlgjic0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:09:14.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "policy-id",
  "timestamp": 1649477321716,
  "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-04-09T04:09:14.053Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df8d9303-952a-446d-bc3d-6e3a85aa3900
2022-04-09T04:09:14.053Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:14.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477322057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:09:14.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477323064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/resourceInstances/basic_onboard_nlgjic0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-09T04:09:14.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477324070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:09:14.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "aai-ml",
  "timestamp": 1649477326681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNlgjic/1.0/artifacts/service-BasicOnboardNlgjic-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:09:14.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:09:14.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:09:14.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "aai-ml",
  "timestamp": 1649477327688,
  "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-04-09T04:09:14.077Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df8d9303-952a-446d-bc3d-6e3a85aa3900
2022-04-09T04:09:14.078Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:15.132Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df8d9303-952a-446d-bc3d-6e3a85aa3900
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:09:15.150Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df8d9303-952a-446d-bc3d-6e3a85aa3900
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:09:15.161Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:09:15.162Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:09:15.162Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-09T04:09:15.162Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-09T04:09:15.163Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:09:15.163Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:09:15.163Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:09:15.164Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:09:15.164Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:09:15.164Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:09:15.165Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-09T04:09:15.174Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-09T04:09:45.176Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df8d9303-952a-446d-bc3d-6e3a85aa3900 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-04-09T04:09:45.190Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df8d9303-952a-446d-bc3d-6e3a85aa3900 and serviceModelVersionId: 5b5db978-513d-4107-9b9a-90be6a70e301
2022-04-09T04:09:45.192Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99366b7b-5fad-4b63-84dc-794c2c8369c2
2022-04-09T04:10:07.749Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0
2022-04-09T04:10:07.936Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-09T04:10:08.760Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0|INFO|500||Invoke
2022-04-09T04:10:08.771Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[df8d9303-952a-446d-bc3d-6e3a85aa3900], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e5757c1c-e4dc-4ce4-8456-23e727ff592d], X-ECOMP-RequestID=[df8d9303-952a-446d-bc3d-6e3a85aa3900], X-TransactionId=[], X-ONAP-RequestID=[df8d9303-952a-446d-bc3d-6e3a85aa3900], Content-Type=[application/merge-patch+json]}
2022-04-09T04:10:08.952Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-09T04:10:09.508Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?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/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220409-04:10:08:289-40868], vertex-id=[192648], Content-Length=[0], Date=[Sat, 09 Apr 2022 04:10:08 GMT], Content-Type=[application/json]}
2022-04-09T04:10:09.510Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-09T04:10:09.512Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99366b7b-5fad-4b63-84dc-794c2c8369c2/model-vers/model-ver/5b5db978-513d-4107-9b9a-90be6a70e301?depth=0|INFO|500||InvokeReturn
2022-04-09T04:10:09.521Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-09T04:10:09.521Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-09T04:10:09.531Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-09T04:10:09.533Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df8d9303-952a-446d-bc3d-6e3a85aa3900 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-09T04:10:09.535Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-09T04:10:09.535Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:10:09.543Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:10:09.543Z|df8d9303-952a-446d-bc3d-6e3a85aa3900|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477409533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:10:09.641Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-09T04:10:09.642Z||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-04-09T04:10:09.643Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:10:09.676Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:10:09.677Z||pool-18-thread-1|||||INFO|500||cambria reply ok (36 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-04-09T04:10:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:10:10.561Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:10:10.561Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:10:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:10:13.242Z||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-04-09T04:10:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:10:13.869Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:10:13.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:10:13.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df8d9303-952a-446d-bc3d-6e3a85aa3900",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477409533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:10:13.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:10:20.133Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:10:20.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:10:20.134Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:10:20.134Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:10:29.697Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:11:13.237Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:11:13.238Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:11:13.238Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:11:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:11:13.242Z||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-04-09T04:11:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:11:22.783Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:11:22.790Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:13.236Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:12:13.238Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:12:13.238Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:12:13.242Z||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-04-09T04:12:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:12:13.866Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:13.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6303e641-3e6a-40a3-8150-b5453e919398","serviceName":"vFW 2022-04-09 04-08-30","serviceVersion":"1.0","serviceUUID":"d5387bdd-dcaa-4ad1-8656-1037d8a22f57","serviceDescription":"catalog service description","serviceInvariantUUID":"d8cf4d78-352f-47a9-a0e4-d8aa144020c8","resources":[{"resourceInstanceName":"vFW f42c3df5-5995 0","resourceName":"vFW f42c3df5-5995","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b6f12765-93f1-4b0f-ad6e-1445aad5f945","resourceInvariantUUID":"0b5815df-86f2-4339-9fd3-686784356c36","resourceCustomizationUUID":"b857cc3a-f7b1-49d4-8cf0-519c1f927401","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml","artifactChecksum":"ZDIzYzQ0ZWY0MjgzZWVmMGM5ZWU1MWE3OTZlMWY5NTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"65261fa8-06a0-4139-85a6-bea48b9495b5","artifactVersion":"1"},{"artifactName":"vfwf42c3df559950_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json","artifactChecksum":"YTI0NTM2ODE3YjJiZWQwYTYwZTQ5YzczM2RkZDJmMzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3714c3cc-e009-42c8-a43f-1dda4a30a3ad","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1711da7d-e9db-4cd6-a940-9c1cbb4b438b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml","artifactChecksum":"OGVlM2FlMjUzOGU1YzVhOGMzM2U1MzBlZWYyM2ZjMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72c721b2-3c08-4bf6-a1f5-2fc2a4039a44","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad5a9d02-6f1c-4103-bde9-d717d8d14556","artifactVersion":"2","generatedFromUUID":"1711da7d-e9db-4cd6-a940-9c1cbb4b438b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220409040830-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml","artifactChecksum":"ZTVhYzc0MDY1NDM5NGZiN2Q1MzVmZWM3ZGE3ZDNlNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9a874c2-3035-486d-8a06-a08b0239126a","artifactVersion":"1"},{"artifactName":"service-Vfw20220409040830-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar","artifactChecksum":"NzUzMGFiZGI2N2Y1NTJhYjhlYTBhNDM4MzJkZmNhMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e90e2e06-ce69-4ef6-be53-d93f6dbad611","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:12:13.869Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:13.873Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:13.873Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:13.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "cds",
  "timestamp": 1649477478749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477481626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.877Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:13.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.877Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "aai-ml",
  "timestamp": 1649477480818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "dcae-sch",
  "timestamp": 1649477484823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477481626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "cds",
  "timestamp": 1649477478749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "aai-ml",
  "timestamp": 1649477480818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "dcae-sch",
  "timestamp": 1649477484823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "cds",
  "timestamp": 1649477478749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "aai-ml",
  "timestamp": 1649477480818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477481626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "dcae-sch",
  "timestamp": 1649477484823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "cds",
  "timestamp": 1649477478749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477481626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "aai-ml",
  "timestamp": 1649477480818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "dcae-sch",
  "timestamp": 1649477484823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "cds",
  "timestamp": 1649477478749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477481626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "aai-ml",
  "timestamp": 1649477480818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "dcae-sch",
  "timestamp": 1649477484823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "policy-id",
  "timestamp": 1649477491731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "aai-ml",
  "timestamp": 1649477480818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477481626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "cds",
  "timestamp": 1649477478749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "dcae-sch",
  "timestamp": 1649477484823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "policy-id",
  "timestamp": 1649477491731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "cds",
  "timestamp": 1649477478749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:12:13.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "aai-ml",
  "timestamp": 1649477480818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:12:13.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649477481626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "dcae-sch",
  "timestamp": 1649477484823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "policy-id",
  "timestamp": 1649477491731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:12:13.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "aai-ml",
  "timestamp": 1649477493225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:12:13.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "cds",
  "timestamp": 1649477493405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:12:13.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "policy-id",
  "timestamp": 1649477491731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "cds",
  "timestamp": 1649477494412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-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-04-09T04:12:13.919Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6303e641-3e6a-40a3-8150-b5453e919398
2022-04-09T04:12:13.920Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6303e641-3e6a-40a3-8150-b5453e919398 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-04-09T04:12:13.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "policy-id",
  "timestamp": 1649477491731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477496464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "policy-id",
  "timestamp": 1649477491731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477496464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:12:13.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "policy-id",
  "timestamp": 1649477491731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:12:13.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477496464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:12:13.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "policy-id",
  "timestamp": 1649477499510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:12:13.936Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477496464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "policy-id",
  "timestamp": 1649477500518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:12:13.937Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477496464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-09T04:12:13.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "policy-id",
  "timestamp": 1649477501524,
  "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-04-09T04:12:13.945Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6303e641-3e6a-40a3-8150-b5453e919398
2022-04-09T04:12:13.945Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6303e641-3e6a-40a3-8150-b5453e919398 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-04-09T04:12:13.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477496464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477496464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:12:13.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477504567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:12:13.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477502963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477502963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477506112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:12:13.961Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477502963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477507505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:12:13.962Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477502963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "clamp",
  "timestamp": 1649477505721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477508557,
  "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-04-09T04:12:13.971Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6303e641-3e6a-40a3-8150-b5453e919398
2022-04-09T04:12:13.972Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6303e641-3e6a-40a3-8150-b5453e919398 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=?
2022-04-09T04:12:13.977Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:13.978Z||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-04-09T04:12:13.978Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-09T04:12:13.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477502963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "clamp",
  "timestamp": 1649477505721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:12:13.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649477509563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477502963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "clamp",
  "timestamp": 1649477505721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "aai-ml",
  "timestamp": 1649477508710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:12:13.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:13.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477502963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "clamp",
  "timestamp": 1649477505721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:13.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "aai-ml",
  "timestamp": 1649477509715,
  "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-04-09T04:12:13.999Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:13.999Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6303e641-3e6a-40a3-8150-b5453e919398
2022-04-09T04:12:13.999Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6303e641-3e6a-40a3-8150-b5453e919398 and ComponentName AAI
2022-04-09T04:12:13.999Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-09T04:12:14.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "clamp",
  "timestamp": 1649477505721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:14.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:14.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477511056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:12:14.014Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:14.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "clamp",
  "timestamp": 1649477505721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:14.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:14.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "clamp",
  "timestamp": 1649477505721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:12:14.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:12:14.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477514403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:12:14.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:14.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649477515407,
  "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-04-09T04:12:14.028Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6303e641-3e6a-40a3-8150-b5453e919398
2022-04-09T04:12:14.028Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6303e641-3e6a-40a3-8150-b5453e919398 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-04-09T04:12:14.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "clamp",
  "timestamp": 1649477523961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:12:14.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:14.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "clamp",
  "timestamp": 1649477526963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:12:14.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:12:14.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:12:14.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "clamp",
  "timestamp": 1649477527967,
  "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-04-09T04:12:14.056Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6303e641-3e6a-40a3-8150-b5453e919398
2022-04-09T04:12:14.057Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6303e641-3e6a-40a3-8150-b5453e919398 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-04-09T04:12:14.878Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:14.879Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:14.881Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:14.881Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:12:14.981Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:14.983Z||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-04-09T04:12:14.983Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:14.999Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:15.000Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:15.882Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:15.885Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:15.887Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:15.887Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:12:15.987Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:12:15.989Z||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-04-09T04:12:15.989Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:16.001Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:16.002Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:16.888Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:16.890Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:16.892Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:16.893Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:16.993Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:16.995Z||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-04-09T04:12:16.995Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:17.009Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:17.010Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:12:17.893Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:17.894Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:17.896Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:17.897Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-09T04:12:17.997Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:17.998Z||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-04-09T04:12:17.998Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:18.013Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:18.014Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:18.897Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:18.898Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:18.900Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:18.900Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:12:19.001Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:19.002Z||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-04-09T04:12:19.002Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:19.017Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:19.017Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:19.901Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:12:19.902Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:19.905Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:19.906Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:12:20.006Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:20.007Z||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-04-09T04:12:20.007Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:20.020Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:20.021Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:20.908Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "serviceName": "vFW 2022-04-09 04-08-30",
  "serviceVersion": "1.0",
  "serviceUUID": "d5387bdd-dcaa-4ad1-8656-1037d8a22f57",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d8cf4d78-352f-47a9-a0e4-d8aa144020c8",
  "resources": [
    {
      "resourceInstanceName": "vFW f42c3df5-5995 0",
      "resourceCustomizationUUID": "b857cc3a-f7b1-49d4-8cf0-519c1f927401",
      "resourceName": "vFW f42c3df5-5995",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b6f12765-93f1-4b0f-ad6e-1445aad5f945",
      "resourceInvariantUUID": "0b5815df-86f2-4339-9fd3-686784356c36",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf42c3df559950_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
          "artifactChecksum": "YTI0NTM2ODE3YjJiZWQwYTYwZTQ5YzczM2RkZDJmMzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3714c3cc-e009-42c8-a43f-1dda4a30a3ad",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1711da7d-e9db-4cd6-a940-9c1cbb4b438b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ad5a9d02-6f1c-4103-bde9-d717d8d14556",
            "generatedFromUUID": "1711da7d-e9db-4cd6-a940-9c1cbb4b438b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ad5a9d02-6f1c-4103-bde9-d717d8d14556",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220409040830-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
      "artifactChecksum": "NzUzMGFiZGI2N2Y1NTJhYjhlYTBhNDM4MzJkZmNhMWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e90e2e06-ce69-4ef6-be53-d93f6dbad611"
    }
  ],
  "workloadContext": "Production"
}
2022-04-09T04:12:20.909Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:12:20.909Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d5387bdd-dcaa-4ad1-8656-1037d8a22f57 ASDC
2022-04-09T04:12:20.910Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6303e641-3e6a-40a3-8150-b5453e919398
ServiceName:vFW 2022-04-09 04-08-30
ServiceVersion:1.0
ServiceUUID:d5387bdd-dcaa-4ad1-8656-1037d8a22f57
ServiceInvariantUUID:d8cf4d78-352f-47a9-a0e4-d8aa144020c8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220409040830-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar
ArtifactUUID:e90e2e06-ce69-4ef6-be53-d93f6dbad611
ArtifactChecksum:NzUzMGFiZGI2N2Y1NTJhYjhlYTBhNDM4MzJkZmNhMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f42c3df5-5995 0
ResourceCustomizationUUID:b857cc3a-f7b1-49d4-8cf0-519c1f927401
ResourceInvariantUUID:0b5815df-86f2-4339-9fd3-686784356c36
ResourceName:vFW f42c3df5-5995
ResourceType:VF
ResourceUUID:b6f12765-93f1-4b0f-ad6e-1445aad5f945
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf42c3df559950_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json
ArtifactUUID:3714c3cc-e009-42c8-a43f-1dda4a30a3ad
ArtifactChecksum:YTI0NTM2ODE3YjJiZWQwYTYwZTQ5YzczM2RkZDJmMzY=
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/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml
ArtifactUUID:1711da7d-e9db-4cd6-a940-9c1cbb4b438b
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/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env
ArtifactUUID:ad5a9d02-6f1c-4103-bde9-d717d8d14556
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/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env
ArtifactUUID:ad5a9d02-6f1c-4103-bde9-d717d8d14556
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-09T04:12:20.912Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5387bdd-dcaa-4ad1-8656-1037d8a22f57 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-04-09T04:12:20.950Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:12:20.952Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-09T04:12:20.952Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-09T04:12:20.952Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e90e2e06-ce69-4ef6-be53-d93f6dbad611 from URL: /sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:20.952Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-09T04:12:20.953Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:21.111Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-09T04:12:21.125Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar e90e2e06-ce69-4ef6-be53-d93f6dbad611 99000
2022-04-09T04:12:21.126Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar ASDC sendASDCNotification
2022-04-09T04:12:21.126Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:21.127Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:12:21.127Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:21.129Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:21.130Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477541126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:12:21.231Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-09T04:12:21.232Z||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-04-09T04:12:21.232Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:21.244Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:21.245Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:12:22.130Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:12:22.131Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-09T04:12:22.132Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e90e2e06-ce69-4ef6-be53-d93f6dbad611, URL: /sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar to file: /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:22.132Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220409040830-csar.csar
2022-04-09T04:12:22.133Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:22.133Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:22.360Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9726902661801210807/Definitions/service-Vfw20220409040830-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-09T04:12:25.434Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.435Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.436Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.436Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.436Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.436Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.436Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.437Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.437Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.437Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.438Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f42c3df5-5995 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-Vfw20220409040830-csar.csar
2022-04-09T04:12:25.438Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-09T04:12:25.438Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.438Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.438Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:25.438Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-09T04:12:25.439Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:12:25.439Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.439Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.439Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:25.439Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-09T04:12:25.440Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:12:25.440Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.440Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.440Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.440Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-09T04:12:25.441Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.442Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-09T04:12:25.443Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.443Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-09T04:12:25.443Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.443Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:12:25.443Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.443Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:25.444Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:25.444Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.444Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:25.445Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:25.445Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.445Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:25.445Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:25.446Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.446Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:25.446Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:25.446Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:25.446Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-09T04:12:25.447Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-09T04:12:25.447Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-09T04:12:25.447Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.447Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.447Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-09T04:12:25.448Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.448Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-09T04:12:25.448Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.448Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=56c5964c-b811-4283-857e-14ac5d958b28
2022-04-09T04:12:25.448Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.449Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:25.449Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:25.449Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:25.449Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-09T04:12:25.449Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.449Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.450Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-09T04:12:25.450Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.450Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-09T04:12:25.450Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-09T04:12:25.451Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.451Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-09T04:12:25.451Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.451Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=693adac5-c243-4f33-abe5-5b3b19eec020
2022-04-09T04:12:25.452Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.452Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:25.452Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:25.452Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:25.452Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-09T04:12:25.452Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:25.453Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:25.454Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-09T04:12:25.454Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4410e2c9-eb18-4c9c-9e31-4f7a4082868a
2022-04-09T04:12:25.454Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.454Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.454Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.455Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.455Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.455Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.456Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:25.456Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:25.456Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-09 04-08-30
Description:catalog service description
Model UUID:d5387bdd-dcaa-4ad1-8656-1037d8a22f57
Model Version:NULL
Model InvariantUuid:d8cf4d78-352f-47a9-a0e4-d8aa144020c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f42c3df5-5995
Model UUID:994efa41-bf1d-402e-80ca-f36a385ab9fe
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0b5815df-86f2-4339-9fd3-686784356c36
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b857cc3a-f7b1-49d4-8cf0-519c1f927401
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9d3f986a-903e-420f-8118-ad6488b9d188
ModelName:VfwF42c3df55995..base_vfw..module-0
ModelUuid:b573f442-f467-47f1-9678-3f13fd403823
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:56c5964c-b811-4283-857e-14ac5d958b28
ModelInvariantUuid:59c8c1a4-6cc8-407b-9898-fad967748e25
ModelName:vFW f42c3df5-5995-nodes.vfwCvfc
ModelUuid:c514ee81-0392-4368-b5c3-b792b66a2cf9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:bcc48f5a-eeb3-4311-9d19-5fc0f7869f55
ModelInvariantUuid:6b15f194-2226-4365-93dc-10a363c3358d
ModelName:VfwF42c3df55995.compute.nodes.heat.vfw
ModelUuid:59f58b88-96e3-4c4b-82f1-a367c136f560
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:693adac5-c243-4f33-abe5-5b3b19eec020
ModelInvariantUuid:ed81a900-e79e-43e4-b804-63a27006571d
ModelName:vFW f42c3df5-5995-nodes.vsnCvfc
ModelUuid:e1fd65ce-9db6-4984-a68e-906ff44c33af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:968d22e6-2230-4aea-a952-c4e980b9c40c
ModelInvariantUuid:4f105855-f885-4621-8405-573a1a199f20
ModelName:VfwF42c3df55995.compute.nodes.heat.vsn
ModelUuid:e2280cbb-d6f8-4a60-abac-d5d5f336e6d6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4410e2c9-eb18-4c9c-9e31-4f7a4082868a
ModelInvariantUuid:1c6ef9a4-c3e2-45c3-8beb-a5fa472c6833
ModelName:vFW f42c3df5-5995-nodes.vpgCvfc
ModelUuid:352d2271-02b3-40db-9b85-fc2ea85f6e8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a92d78a8-ae09-411e-9227-7ad447f176eb
ModelInvariantUuid:83695f5e-16f7-40d1-bea2-5d7fe5e14e16
ModelName:VfwF42c3df55995.compute.nodes.heat.vpg
ModelUuid:f04d9c85-a68d-4d44-8044-e69c59d34305
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-04-09T04:12:25.465Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b6f12765-93f1-4b0f-ad6e-1445aad5f945
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-04-09T04:12:25.469Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||vFW f42c3df5-5995 0
2022-04-09T04:12:25.469Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b6f12765-93f1-4b0f-ad6e-1445aad5f945
2022-04-09T04:12:25.469Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3714c3cc-e009-42c8-a43f-1dda4a30a3ad from URL: /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json
2022-04-09T04:12:25.470Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-09T04:12:25.470Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json
2022-04-09T04:12:25.718Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-09T04:12:25.719Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json 3714c3cc-e009-42c8-a43f-1dda4a30a3ad 785
2022-04-09T04:12:25.720Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json ASDC sendASDCNotification
2022-04-09T04:12:25.720Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json
2022-04-09T04:12:25.720Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:12:25.721Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:25.724Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:25.725Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477545720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:12:25.824Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:12:25.825Z||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-04-09T04:12:25.825Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:25.840Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:25.841Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:26.725Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF42c3df55995..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9d3f986a-903e-420f-8118-ad6488b9d188",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b573f442-f467-47f1-9678-3f13fd403823",
    "vfModuleModelCustomizationUUID": "e6ac18b8-b58c-470e-bb76-b6abf948254f",
    "isBase": true,
    "artifacts": [
      "1711da7d-e9db-4cd6-a940-9c1cbb4b438b",
      "ad5a9d02-6f1c-4103-bde9-d717d8d14556"
    ],
    "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-04-09T04:12:26.732Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF42c3df55995..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b573f442-f467-47f1-9678-3f13fd403823
VfModuleModelInvariantUUID:9d3f986a-903e-420f-8118-ad6488b9d188
VfModuleModelDescription:NULL
Artifacts UUID List:{
1711da7d-e9db-4cd6-a940-9c1cbb4b438b
,
ad5a9d02-6f1c-4103-bde9-d717d8d14556

}
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-04-09T04:12:26.736Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF42c3df55995..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9d3f986a-903e-420f-8118-ad6488b9d188",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b573f442-f467-47f1-9678-3f13fd403823",
    "vfModuleModelCustomizationUUID": "e6ac18b8-b58c-470e-bb76-b6abf948254f",
    "isBase": true,
    "artifacts": [
      "1711da7d-e9db-4cd6-a940-9c1cbb4b438b",
      "ad5a9d02-6f1c-4103-bde9-d717d8d14556"
    ],
    "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-04-09T04:12:26.736Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF42c3df55995..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b573f442-f467-47f1-9678-3f13fd403823
VfModuleModelInvariantUUID:9d3f986a-903e-420f-8118-ad6488b9d188
VfModuleModelDescription:NULL
Artifacts UUID List:{
1711da7d-e9db-4cd6-a940-9c1cbb4b438b
,
ad5a9d02-6f1c-4103-bde9-d717d8d14556

}
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-04-09T04:12:26.736Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1711da7d-e9db-4cd6-a940-9c1cbb4b438b from URL: /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml
2022-04-09T04:12:26.737Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-09T04:12:26.737Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml
2022-04-09T04:12:26.923Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-09T04:12:26.924Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml 1711da7d-e9db-4cd6-a940-9c1cbb4b438b 20368
2022-04-09T04:12:26.925Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-09T04:12:26.925Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml
2022-04-09T04:12:26.925Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:12:26.925Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:26.928Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:26.928Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477546925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:12:27.028Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:27.030Z||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-04-09T04:12:27.030Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:27.044Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:27.044Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:27.929Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ad5a9d02-6f1c-4103-bde9-d717d8d14556 from URL: /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env
2022-04-09T04:12:27.930Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-09T04:12:27.930Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env
2022-04-09T04:12:28.009Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-09T04:12:28.010Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env ad5a9d02-6f1c-4103-bde9-d717d8d14556 2098
2022-04-09T04:12:28.010Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-09T04:12:28.010Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env
2022-04-09T04:12:28.010Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:12:28.011Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:28.013Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:28.013Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477548010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:12:28.115Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-09T04:12:28.117Z||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-04-09T04:12:28.117Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:28.129Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:28.130Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:29.014Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d5387bdd-dcaa-4ad1-8656-1037d8a22f57
2022-04-09T04:12:29.015Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f42c3df5-5995 0 b6f12765-93f1-4b0f-ad6e-1445aad5f945 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-04-09T04:12:29.046Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@742e3f01, org.onap.sdc.toscaparser.api.parameters.Input@3373f4c, org.onap.sdc.toscaparser.api.parameters.Input@4b0eed5b, org.onap.sdc.toscaparser.api.parameters.Input@5c03c2bb, org.onap.sdc.toscaparser.api.parameters.Input@5950380d]
2022-04-09T04:12:29.048Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.049Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.049Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-09T04:12:29.049Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b857cc3a-f7b1-49d4-8cf0-519c1f927401
2022-04-09T04:12:29.049Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b857cc3a-f7b1-49d4-8cf0-519c1f927401 matches Tosca VF Customization UUID: b857cc3a-f7b1-49d4-8cf0-519c1f927401
2022-04-09T04:12:29.050Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b857cc3a-f7b1-49d4-8cf0-519c1f927401  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-04-09T04:12:29.054Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.055Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.056Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b857cc3a-f7b1-49d4-8cf0-519c1f927401: {\"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-04-09T04:12:29.056Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d2beb60
2022-04-09T04:12:29.056Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.057Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:12:29.057Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6ac18b8-b58c-470e-bb76-b6abf948254f
2022-04-09T04:12:29.057Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6ac18b8-b58c-470e-bb76-b6abf948254f
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-04-09T04:12:29.061Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.062Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:29.062Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:29.063Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.063Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:29.063Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:29.064Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.064Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:29.064Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:29.064Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:29.065Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-09T04:12:29.065Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-09T04:12:29.065Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-09T04:12:29.065Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.066Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:29.066Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-09T04:12:29.067Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:29.067Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-09T04:12:29.067Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.067Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=56c5964c-b811-4283-857e-14ac5d958b28
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-04-09T04:12:29.072Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.073Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:29.073Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:29.073Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.073Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:29.074Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:29.074Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:29.074Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-09T04:12:29.075Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.075Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:29.075Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-09T04:12:29.076Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.076Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-09T04:12:29.076Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-09T04:12:29.077Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:29.077Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-09T04:12:29.077Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.077Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=693adac5-c243-4f33-abe5-5b3b19eec020
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-04-09T04:12:29.084Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.085Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:29.085Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:29.089Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.089Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is not matching search criteria
2022-04-09T04:12:29.089Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-09T04:12:29.090Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-09T04:12:29.090Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-09T04:12:29.090Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.090Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:29.091Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-09T04:12:29.091Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.091Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-09T04:12:29.091Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-09T04:12:29.092Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-09T04:12:29.092Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-09T04:12:29.092Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-09T04:12:29.092Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4410e2c9-eb18-4c9c-9e31-4f7a4082868a
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-04-09T04:12:29.096Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.097Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:29.097Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:12:29.098Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.098Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Node template vFW f42c3df5-5995 0 is matching search criteria
2022-04-09T04:12:29.098Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW f42c3df5-5995 0] matching following query criteria: sdcType=VF, customizationUUID=b857cc3a-f7b1-49d4-8cf0-519c1f927401
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-04-09T04:12:29.102Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.102Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.103Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d5387bdd-dcaa-4ad1-8656-1037d8a22f57: vFW f42c3df5-5995
2022-04-09T04:12:29.103Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.104Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.104Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.105Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.106Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.108Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.108Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.109Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.110Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:12:29.110Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-09 04-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:12:29.111Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-04-09 04-08-30 
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-04-09T04:12:29.464Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f42c3df5-5995 b6f12765-93f1-4b0f-ad6e-1445aad5f945 1 ASDC deployResourceStructure
2022-04-09T04:12:29.465Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json ASDC sendASDCNotification
2022-04-09T04:12:29.465Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json
2022-04-09T04:12:29.466Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:12:29.466Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:29.469Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:29.470Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477549465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:12:29.571Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-09T04:12:29.573Z||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-04-09T04:12:29.573Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:29.597Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:29.598Z||pool-30-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:12:30.471Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-09T04:12:30.472Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml
2022-04-09T04:12:30.472Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:12:30.473Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:30.476Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:30.476Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477550471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:12:30.576Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:30.577Z||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-04-09T04:12:30.577Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:30.597Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:30.599Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:31.477Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-09T04:12:31.477Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env
2022-04-09T04:12:31.477Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:12:31.478Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:31.486Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:31.486Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477551476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-09T04:12:31.580Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-09T04:12:31.581Z||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-04-09T04:12:31.581Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:31.598Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:31.599Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:32.488Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar ASDC sendASDCNotification
2022-04-09T04:12:32.489Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar
2022-04-09T04:12:32.489Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:12:32.489Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:12:32.491Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:12:32.492Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477552487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:12:32.592Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:12:32.593Z||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-04-09T04:12:32.593Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:12:32.605Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:12:32.606Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:12:33.493Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6303e641-3e6a-40a3-8150-b5453e919398
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:12:33.508Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6303e641-3e6a-40a3-8150-b5453e919398
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:12:33.512Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:12:33.513Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:12:33.514Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-09T04:12:33.522Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-09T04:13:03.523Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6303e641-3e6a-40a3-8150-b5453e919398 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-04-09T04:13:03.539Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6303e641-3e6a-40a3-8150-b5453e919398 and serviceModelVersionId: d5387bdd-dcaa-4ad1-8656-1037d8a22f57
2022-04-09T04:13:03.539Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8cf4d78-352f-47a9-a0e4-d8aa144020c8
2022-04-09T04:13:03.541Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8cf4d78-352f-47a9-a0e4-d8aa144020c8/model-vers/model-ver/d5387bdd-dcaa-4ad1-8656-1037d8a22f57?depth=0
2022-04-09T04:13:03.552Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-09T04:13:03.658Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8cf4d78-352f-47a9-a0e4-d8aa144020c8/model-vers/model-ver/d5387bdd-dcaa-4ad1-8656-1037d8a22f57?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-04-09T04:13:03.660Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8cf4d78-352f-47a9-a0e4-d8aa144020c8/model-vers/model-ver/d5387bdd-dcaa-4ad1-8656-1037d8a22f57?depth=0|INFO|500||Invoke
2022-04-09T04:13:03.715Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8cf4d78-352f-47a9-a0e4-d8aa144020c8/model-vers/model-ver/d5387bdd-dcaa-4ad1-8656-1037d8a22f57?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-09T04:13:04.011Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8cf4d78-352f-47a9-a0e4-d8aa144020c8/model-vers/model-ver/d5387bdd-dcaa-4ad1-8656-1037d8a22f57?depth=0|INFO|500||InvokeReturn
2022-04-09T04:13:04.012Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8cf4d78-352f-47a9-a0e4-d8aa144020c8/model-vers/model-ver/d5387bdd-dcaa-4ad1-8656-1037d8a22f57?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220409-04:13:03:037-13766], vertex-id=[204832], Content-Length=[0], Date=[Sat, 09 Apr 2022 04:13:03 GMT], Content-Type=[application/json]}
2022-04-09T04:13:04.012Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-09T04:13:04.013Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-09T04:13:04.013Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-09T04:13:04.020Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-09T04:13:04.021Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6303e641-3e6a-40a3-8150-b5453e919398 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-09T04:13:04.021Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-09T04:13:04.022Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:13:04.025Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:13:04.026Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477584021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:13:04.125Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:13:04.127Z||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-04-09T04:13:04.127Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:13:04.157Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:13:04.157Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 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-04-09T04:13:13.236Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:13:13.237Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:13:13.238Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:13:13.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:13:13.242Z||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-04-09T04:13:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:13:13.367Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:13:13.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-09T04:13:13.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:13:13.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:13:22.788Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:14:13.237Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:14:13.238Z||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-04-09T04:14:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:14:13.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:14:13.243Z||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-04-09T04:14:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:14:13.807Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:14:13.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:14:13.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:14:13.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:14:13.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:14:13.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477533236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477541126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477545720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477546925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477548010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477549465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/vfwf42c3df559950_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477550471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477551476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/resourceInstances/vfwf42c3df559950/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477552487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220409040830/1.0/artifacts/service-Vfw20220409040830-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:14:13.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6303e641-3e6a-40a3-8150-b5453e919398",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649477584021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:14:13.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:14:22.843Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:15:13.237Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:15:13.241Z||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-04-09T04:15:13.241Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:15:13.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:15:13.242Z||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-04-09T04:15:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:15:22.794Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:15:22.795Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:16:13.237Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:16:13.238Z||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-04-09T04:16:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:16:13.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:16:13.242Z||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-04-09T04:16:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:16:22.782Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:16:22.782Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:17:13.237Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:17:13.238Z||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-04-09T04:17:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:17:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:17:13.242Z||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-04-09T04:17:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:17:22.792Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:17:22.794Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:18:13.236Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:18:13.237Z||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-04-09T04:18:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:18:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:18:13.242Z||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-04-09T04:18:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:18:22.789Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:18:22.789Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:19:13.236Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:19:13.237Z||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-04-09T04:19:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:19:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:19:13.242Z||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-04-09T04:19:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:19:22.808Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:19:22.811Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:20:13.237Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:20:13.238Z||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-04-09T04:20:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:20:13.241Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:20:13.243Z|6303e641-3e6a-40a3-8150-b5453e919398|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-04-09T04:20:13.243Z|6303e641-3e6a-40a3-8150-b5453e919398|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 I80CrkS7jREP1dwO) ...
2022-04-09T04:20:22.796Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:20:22.802Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:21:13.237Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:21:13.238Z||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-04-09T04:21:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:21:13.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:21:13.248Z||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-04-09T04:21:13.249Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:21:13.888Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:21:13.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:21:13.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7372e8f-8058-4cd9-bc77-0b0fe6e03039","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b1c52ded-ef1f-483a-8ad1-cbfbd49bea50","serviceDescription":"service","serviceInvariantUUID":"6ec42f04-3431-4000-9621-8f3f167ccdbf","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"43ea594c-7a60-4984-b862-9b9ded99e092","resourceInvariantUUID":"e9d01ee0-5eee-4d30-9084-833c61264f48","resourceCustomizationUUID":"401e0ff8-d443-4939-933c-dbb1d8408670","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":"YjI1ZjFkN2QwOGQ5YmMyMzUwOTMwM2M4ZDAyZDBkNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f31df88-31ce-4dca-ba3f-1885d695ccd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjllMzZjZjdhNzg4MTkwZDFmNzJkZGI3ZGI2NDFjNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f6802de-596d-4532-9933-ff8a7755f777","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:21:13.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "cds",
  "timestamp": 1649478048749,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "dcae-sch",
  "timestamp": 1649478044823,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "aai-ml",
  "timestamp": 1649478050818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "clamp",
  "timestamp": 1649478045721,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "policy-id",
  "timestamp": 1649478051731,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "aai-ml",
  "timestamp": 1649478050818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:13.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "cds",
  "timestamp": 1649478048749,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "dcae-sch",
  "timestamp": 1649478044823,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "clamp",
  "timestamp": 1649478045721,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:21:13.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "policy-id",
  "timestamp": 1649478051731,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478056464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478056464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "aai-ml",
  "timestamp": 1649478056900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "policy-id",
  "timestamp": 1649478058649,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.898Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:21:13.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "cds",
  "timestamp": 1649478057200,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:21:13.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:13.899Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:21:13.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "policy-id",
  "timestamp": 1649478059657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:21:13.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:13.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "cds",
  "timestamp": 1649478058209,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-04-09T04:21:13.906Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:21:13.907Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478073237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:21:13.967Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7372e8f-8058-4cd9-bc77-0b0fe6e03039
2022-04-09T04:21:13.968Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7372e8f-8058-4cd9-bc77-0b0fe6e03039 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-04-09T04:21:13.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:13.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "policy-id",
  "timestamp": 1649478060662,
  "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-04-09T04:21:13.989Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7372e8f-8058-4cd9-bc77-0b0fe6e03039
2022-04-09T04:21:13.990Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7372e8f-8058-4cd9-bc77-0b0fe6e03039 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-04-09T04:21:14.007Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:21:14.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "aai-ml",
  "timestamp": 1649478061989,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:21:14.008Z||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-04-09T04:21:14.008Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:21:14.008Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:14.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478061629,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:21:14.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:14.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "aai-ml",
  "timestamp": 1649478062993,
  "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-04-09T04:21:14.021Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7372e8f-8058-4cd9-bc77-0b0fe6e03039
2022-04-09T04:21:14.021Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7372e8f-8058-4cd9-bc77-0b0fe6e03039 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-04-09T04:21:14.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478061629,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:21:14.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:21:14.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "clamp",
  "timestamp": 1649478067053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:21:14.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:14.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "clamp",
  "timestamp": 1649478069061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:21:14.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:21:14.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:21:14.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "clamp",
  "timestamp": 1649478070064,
  "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-04-09T04:21:14.058Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:21:14.059Z||pool-35-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:21:14.061Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a7372e8f-8058-4cd9-bc77-0b0fe6e03039
2022-04-09T04:21:14.061Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7372e8f-8058-4cd9-bc77-0b0fe6e03039 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-04-09T04:21:14.907Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:21:14.908Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:21:14.912Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:21:14.912Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478073237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:21:15.012Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:21:15.013Z||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-04-09T04:21:15.014Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:21:15.043Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:21:15.044Z||pool-36-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:21:15.914Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b1c52ded-ef1f-483a-8ad1-cbfbd49bea50",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ec42f04-3431-4000-9621-8f3f167ccdbf",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "401e0ff8-d443-4939-933c-dbb1d8408670",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "43ea594c-7a60-4984-b862-9b9ded99e092",
      "resourceInvariantUUID": "e9d01ee0-5eee-4d30-9084-833c61264f48",
      "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": "YjllMzZjZjdhNzg4MTkwZDFmNzJkZGI3ZGI2NDFjNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4f6802de-596d-4532-9933-ff8a7755f777"
    }
  ],
  "workloadContext": "Production"
}
2022-04-09T04:21:15.914Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:21:15.915Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b1c52ded-ef1f-483a-8ad1-cbfbd49bea50 ASDC
2022-04-09T04:21:15.915Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a7372e8f-8058-4cd9-bc77-0b0fe6e03039
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b1c52ded-ef1f-483a-8ad1-cbfbd49bea50
ServiceInvariantUUID:6ec42f04-3431-4000-9621-8f3f167ccdbf
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:4f6802de-596d-4532-9933-ff8a7755f777
ArtifactChecksum:YjllMzZjZjdhNzg4MTkwZDFmNzJkZGI3ZGI2NDFjNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:401e0ff8-d443-4939-933c-dbb1d8408670
ResourceInvariantUUID:e9d01ee0-5eee-4d30-9084-833c61264f48
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:43ea594c-7a60-4984-b862-9b9ded99e092
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-09T04:21:15.916Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1c52ded-ef1f-483a-8ad1-cbfbd49bea50 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-04-09T04:21:15.950Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:21:15.951Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:21:15.951Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:21:15.951Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4f6802de-596d-4532-9933-ff8a7755f777 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-09T04:21:15.951Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:21:15.952Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-09T04:21:16.447Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:21:16.452Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4f6802de-596d-4532-9933-ff8a7755f777 52485
2022-04-09T04:21:16.453Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-09T04:21:16.453Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-09T04:21:16.453Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:21:16.454Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:21:16.457Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:21:16.457Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478076453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:21:16.557Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:21:16.558Z||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-04-09T04:21:16.559Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:21:16.572Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:21:16.572Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:21:17.458Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:21:17.459Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:21:17.460Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4f6802de-596d-4532-9933-ff8a7755f777, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-09T04:21:17.460Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-09T04:21:17.461Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-09T04:21:17.461Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-09T04:21:17.636Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2974675639881335258/Definitions/service-BasicNetwork-template.yml
2022-04-09T04:21:18.324Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:21:18.325Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:21:18.326Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-09T04:21:18.326Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-09T04:21:18.326Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.327Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.327Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.327Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.328Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|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-BasicNetwork-csar.csar
2022-04-09T04:21:18.328Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.329Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.329Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.329Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:21:18.330Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.331Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.331Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-09T04:21:18.331Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:21:18.332Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:21:18.332Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.333Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.333Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-09T04:21:18.333Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:21:18.334Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:21:18.334Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.335Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.335Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.336Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.337Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.337Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.337Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.338Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.338Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.339Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.340Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b1c52ded-ef1f-483a-8ad1-cbfbd49bea50
Model Version:NULL
Model InvariantUuid:6ec42f04-3431-4000-9621-8f3f167ccdbf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e9d01ee0-5eee-4d30-9084-833c61264f48
Model UUID:af2bd87d-cc2f-4be8-9209-621e1ecebf32
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:401e0ff8-d443-4939-933c-dbb1d8408670
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-04-09T04:21:18.352Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 43ea594c-7a60-4984-b862-9b9ded99e092
2022-04-09T04:21:18.352Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||No resources found for Service: b1c52ded-ef1f-483a-8ad1-cbfbd49bea50
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-04-09T04:21:18.363Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||
2022-04-09T04:21:18.363Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-09T04:21:18.365Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b1c52ded-ef1f-483a-8ad1-cbfbd49bea50
2022-04-09T04:21:18.365Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b1c52ded-ef1f-483a-8ad1-cbfbd49bea50
2022-04-09T04:21:18.365Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-09T04:21:18.366Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.375Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7af1a92, org.onap.sdc.toscaparser.api.parameters.Input@2a52f920, org.onap.sdc.toscaparser.api.parameters.Input@7820038d, org.onap.sdc.toscaparser.api.parameters.Input@1ad3ad2, org.onap.sdc.toscaparser.api.parameters.Input@7e29dbff]
2022-04-09T04:21:18.377Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.378Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.378Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.378Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.379Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b1c52ded-ef1f-483a-8ad1-cbfbd49bea50: Generic NeutronNet
2022-04-09T04:21:18.380Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.380Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.381Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.381Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.427Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.427Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.427Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.428Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.428Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:21:18.428Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:21:18.429Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||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-04-09T04:21:18.489Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-09T04:21:18.490Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-09T04:21:18.490Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-09T04:21:18.490Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:21:18.491Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:21:18.493Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:21:18.493Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478078490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:21:18.593Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:21:18.594Z||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-04-09T04:21:18.594Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:21:18.611Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:21:18.611Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:21:19.496Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:21:19.512Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:21:19.517Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:21:19.517Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:21:19.518Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:21:19.518Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:21:49.518Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:21:49.558Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:21:49.564Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:21:49.564Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:21:49.564Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:21:49.564Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:22:13.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:22:13.244Z||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-04-09T04:22:13.245Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:22:13.374Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:22:13.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:22:13.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478073237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:22:13.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:22:19.565Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:22:19.591Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:22:19.595Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:22:19.596Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:22:19.596Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:22:19.596Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:22:49.596Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:22:49.617Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:22:49.625Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:22:49.626Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:22:49.626Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:22:49.626Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:23:13.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:23:13.243Z||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-04-09T04:23:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:23:13.272Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:23:13.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478072963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:23:13.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:23:13.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478073237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:23:13.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:23:13.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478072963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:23:13.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478076453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478076114,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:23:13.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478078490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:23:13.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:23:13.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478077791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:23:13.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:23:13.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:23:13.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478078795,
  "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-04-09T04:23:13.293Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7372e8f-8058-4cd9-bc77-0b0fe6e03039
2022-04-09T04:23:13.294Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7372e8f-8058-4cd9-bc77-0b0fe6e03039 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-04-09T04:23:19.627Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:23:19.647Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:23:19.655Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:23:19.656Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:23:19.656Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-09T04:23:19.656Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-09T04:23:19.656Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:23:19.656Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:23:19.657Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:23:19.657Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:23:19.657Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:23:19.657Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:23:19.657Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|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-04-09T04:23:19.667Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-09T04:23:49.668Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039 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-04-09T04:23:49.677Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7372e8f-8058-4cd9-bc77-0b0fe6e03039 and serviceModelVersionId: b1c52ded-ef1f-483a-8ad1-cbfbd49bea50
2022-04-09T04:23:49.677Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ec42f04-3431-4000-9621-8f3f167ccdbf
2022-04-09T04:23:49.679Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ec42f04-3431-4000-9621-8f3f167ccdbf/model-vers/model-ver/b1c52ded-ef1f-483a-8ad1-cbfbd49bea50?depth=0
2022-04-09T04:23:49.691Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-09T04:23:49.782Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec42f04-3431-4000-9621-8f3f167ccdbf/model-vers/model-ver/b1c52ded-ef1f-483a-8ad1-cbfbd49bea50?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-04-09T04:23:49.786Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec42f04-3431-4000-9621-8f3f167ccdbf/model-vers/model-ver/b1c52ded-ef1f-483a-8ad1-cbfbd49bea50?depth=0|INFO|500||Invoke
2022-04-09T04:23:49.823Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec42f04-3431-4000-9621-8f3f167ccdbf/model-vers/model-ver/b1c52ded-ef1f-483a-8ad1-cbfbd49bea50?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-09T04:23:50.440Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec42f04-3431-4000-9621-8f3f167ccdbf/model-vers/model-ver/b1c52ded-ef1f-483a-8ad1-cbfbd49bea50?depth=0|INFO|500||InvokeReturn
2022-04-09T04:23:50.441Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec42f04-3431-4000-9621-8f3f167ccdbf/model-vers/model-ver/b1c52ded-ef1f-483a-8ad1-cbfbd49bea50?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220409-04:23:49:095-15523], vertex-id=[205016], Content-Length=[0], Date=[Sat, 09 Apr 2022 04:23:49 GMT], Content-Type=[application/json]}
2022-04-09T04:23:50.442Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-04-09T04:23:50.443Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-09T04:23:50.443Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|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-04-09T04:23:50.450Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|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-04-09T04:23:50.452Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7372e8f-8058-4cd9-bc77-0b0fe6e03039 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-09T04:23:50.452Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-09T04:23:50.453Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:23:50.458Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:23:50.459Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478230452,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:23:50.558Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-09T04:23:50.559Z||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-04-09T04:23:50.559Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:23:50.604Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:23:50.604Z||pool-39-thread-1|||||INFO|500||cambria reply ok (46 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-04-09T04:23:51.475Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:23:51.476Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|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-04-09T04:23:51.476Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|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 I80CrkS7jREP1dwO) ...
2022-04-09T04:23:55.889Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:23:55.892Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-09T04:23:55.893Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1536b38-8e3b-4a51-8341-f55356c3f0fd","serviceName":"Demo_pNF_cecBcWxLcyWtvS0C6bJP","serviceVersion":"1.0","serviceUUID":"61683742-d7cc-4998-8f07-9cc86fbf628d","serviceDescription":"catalog service description","serviceInvariantUUID":"a94b34e4-5e59-4fa1-ae16-4db1729a6ff8","resources":[{"resourceInstanceName":"pNF c64b891b-7fe7 0","resourceName":"pNF c64b891b-7fe7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff","resourceInvariantUUID":"c8a1fc0b-08cd-4a9e-bff2-953fbb727a42","resourceCustomizationUUID":"7d872cdd-c0bb-4754-bf3d-be6beff546ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vf-license-model.xml","artifactChecksum":"ZWIzYmZkZDNmZjAwMzA1NTZjMzZkZWRjN2ZlODA4YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb54e6b1-06c4-4b75-8cf8-a564c8d85d24","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/pNF.csar","artifactChecksum":"ZDY1ZjE5Yzc2Yjk3ZDNjMTkzZjRiMmQ0MDNkOTZjMWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fca0a3f8-9f5f-43bf-83ac-8483cc72e5a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51e7e045-4f41-46cf-9b43-d6dac0619819","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vendor-license-model.xml","artifactChecksum":"NzY4MDAwNjI1NTMxNDBjYmMxODFmZWQyOGZlNDE5ODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb055b5b-8c32-4068-b0ca-7567296c951d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"75f36844-5dfc-42c6-b393-563afcbdd821","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b12008e1-f5bb-4d28-8e5f-4e08a63a481b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml","artifactChecksum":"MjRhNDNkMzhmY2FjNmE4OGMwNDg4NjZkN2FlMTRiZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1377e2c-13bc-4844-9fbe-527e117b1d6b","artifactVersion":"1"},{"artifactName":"service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar","artifactChecksum":"NDhjM2RmYTNlYjRhZDY2NDRlNGU2ZWJjNTg5YmViYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3772ea6-e6b1-4ed9-a161-c9fabb60b9aa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:23:55.896Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:23:55.896Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:23:55.899Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:23:55.900Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:23:56.000Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:23:56.001Z||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-04-09T04:23:56.001Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:23:56.027Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:23:56.028Z||pool-40-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:23:56.901Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:23:56.903Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:23:56.906Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:23:56.906Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:23:57.006Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:23:57.007Z||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-04-09T04:23:57.008Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:23:57.027Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:23:57.027Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:23:57.907Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:23:57.908Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:23:57.911Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:23:57.911Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:23:58.012Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:23:58.013Z||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-04-09T04:23:58.013Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:23:58.026Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:23:58.027Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:23:58.912Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:23:58.913Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:23:58.916Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:23:58.916Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:23:59.016Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:23:59.017Z||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-04-09T04:23:59.018Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:23:59.040Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:23:59.041Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:23:59.917Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:23:59.918Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:23:59.921Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:23:59.921Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:00.021Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:24:00.022Z||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-04-09T04:24:00.022Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:24:00.051Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:24:00.052Z||pool-44-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:24:00.921Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:24:00.923Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:24:00.926Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:24:00.926Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:01.027Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:24:01.028Z||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-04-09T04:24:01.028Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:24:01.053Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:24:01.056Z||pool-45-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:24:01.927Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:24:01.929Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:24:01.933Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:24:01.934Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:02.033Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:24:02.034Z||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-04-09T04:24:02.034Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:24:02.051Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:24:02.052Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:24:02.934Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:24:02.935Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:24:02.938Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:24:02.939Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:24:03.039Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:24:03.040Z||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-04-09T04:24:03.040Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:24:03.057Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:24:03.057Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:24:03.940Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "serviceName": "Demo_pNF_cecBcWxLcyWtvS0C6bJP",
  "serviceVersion": "1.0",
  "serviceUUID": "61683742-d7cc-4998-8f07-9cc86fbf628d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a94b34e4-5e59-4fa1-ae16-4db1729a6ff8",
  "resources": [
    {
      "resourceInstanceName": "pNF c64b891b-7fe7 0",
      "resourceCustomizationUUID": "7d872cdd-c0bb-4754-bf3d-be6beff546ac",
      "resourceName": "pNF c64b891b-7fe7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff",
      "resourceInvariantUUID": "c8a1fc0b-08cd-4a9e-bff2-953fbb727a42",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
      "artifactChecksum": "NDhjM2RmYTNlYjRhZDY2NDRlNGU2ZWJjNTg5YmViYmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c3772ea6-e6b1-4ed9-a161-c9fabb60b9aa"
    }
  ],
  "workloadContext": "Production"
}
2022-04-09T04:24:03.941Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:24:03.941Z|a7372e8f-8058-4cd9-bc77-0b0fe6e03039|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 61683742-d7cc-4998-8f07-9cc86fbf628d ASDC
2022-04-09T04:24:03.941Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e1536b38-8e3b-4a51-8341-f55356c3f0fd
ServiceName:Demo_pNF_cecBcWxLcyWtvS0C6bJP
ServiceVersion:1.0
ServiceUUID:61683742-d7cc-4998-8f07-9cc86fbf628d
ServiceInvariantUUID:a94b34e4-5e59-4fa1-ae16-4db1729a6ff8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
ArtifactUUID:c3772ea6-e6b1-4ed9-a161-c9fabb60b9aa
ArtifactChecksum:NDhjM2RmYTNlYjRhZDY2NDRlNGU2ZWJjNTg5YmViYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c64b891b-7fe7 0
ResourceCustomizationUUID:7d872cdd-c0bb-4754-bf3d-be6beff546ac
ResourceInvariantUUID:c8a1fc0b-08cd-4a9e-bff2-953fbb727a42
ResourceName:pNF c64b891b-7fe7
ResourceType:PNF
ResourceUUID:f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-09T04:24:03.942Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61683742-d7cc-4998-8f07-9cc86fbf628d 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-04-09T04:24:03.989Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:24:03.990Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:24:03.991Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:24:03.991Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c3772ea6-e6b1-4ed9-a161-c9fabb60b9aa from URL: /sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:03.991Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:24:03.991Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:04.143Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:24:04.148Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar c3772ea6-e6b1-4ed9-a161-c9fabb60b9aa 82623
2022-04-09T04:24:04.148Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar ASDC sendASDCNotification
2022-04-09T04:24:04.148Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:04.148Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:24:04.149Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:24:04.151Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:24:04.151Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478244148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:24:04.251Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:24:04.253Z||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-04-09T04:24:04.253Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:24:04.267Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:24:04.268Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:24:05.151Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:24:05.153Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:24:05.153Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c3772ea6-e6b1-4ed9-a161-c9fabb60b9aa, URL: /sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar to file: /app/ASDC/1/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:05.154Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:05.154Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:05.154Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:05.383Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4809569013957534257/Definitions/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml
2022-04-09T04:24:06.786Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:24:06.787Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:24:06.787Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.787Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-09T04:24:06.787Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|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-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.787Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|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-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.788Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|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-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.788Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|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-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.788Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|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-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.788Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c64b891b-7fe7 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-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.788Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|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-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.788Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:24:06.789Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:24:06.789Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.789Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Node template pNF c64b891b-7fe7 0 is matching search criteria
2022-04-09T04:24:06.789Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:24:06.790Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c64b891b-7fe7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:24:06.790Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:24:06.790Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.790Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Node template pNF c64b891b-7fe7 0 is matching search criteria
2022-04-09T04:24:06.791Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:24:06.791Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c64b891b-7fe7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:24:06.791Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:24:06.791Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.791Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:24:06.792Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.792Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:24:06.792Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.792Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:24:06.792Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.793Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:24:06.793Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.793Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_cecBcWxLcyWtvS0C6bJP
Description:catalog service description
Model UUID:61683742-d7cc-4998-8f07-9cc86fbf628d
Model Version:NULL
Model InvariantUuid:a94b34e4-5e59-4fa1-ae16-4db1729a6ff8
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-04-09T04:24:06.803Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff
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-04-09T04:24:06.807Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||pNF c64b891b-7fe7 0
2022-04-09T04:24:06.808Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff
2022-04-09T04:24:06.808Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 61683742-d7cc-4998-8f07-9cc86fbf628d
2022-04-09T04:24:06.808Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 61683742-d7cc-4998-8f07-9cc86fbf628d
2022-04-09T04:24:06.808Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c64b891b-7fe7 0 f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff 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-04-09T04:24:06.815Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b50cb8a, org.onap.sdc.toscaparser.api.parameters.Input@455ad2c9, org.onap.sdc.toscaparser.api.parameters.Input@3aa54b42, org.onap.sdc.toscaparser.api.parameters.Input@35e39740, org.onap.sdc.toscaparser.api.parameters.Input@18c216ed]
2022-04-09T04:24:06.815Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:24:06.815Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.816Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 61683742-d7cc-4998-8f07-9cc86fbf628d: pNF c64b891b-7fe7
2022-04-09T04:24:06.816Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||Processing PNF resource: f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff
2022-04-09T04:24:06.816Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:24:06.816Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cecBcWxLcyWtvS0C6bJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:24:06.816Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||Resource customization UUID: 7d872cdd-c0bb-4754-bf3d-be6beff546ac is the same as notified resource customizationUUID: 7d872cdd-c0bb-4754-bf3d-be6beff546ac
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-04-09T04:24:06.873Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c64b891b-7fe7 f1e2057a-9fc4-4dc0-9aef-cf6667a9cdff 0 ASDC deployResourceStructure
2022-04-09T04:24:06.874Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar ASDC sendASDCNotification
2022-04-09T04:24:06.874Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar
2022-04-09T04:24:06.875Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:24:06.875Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:24:06.878Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:24:06.878Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478246874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:24:06.979Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:24:06.980Z||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-04-09T04:24:06.980Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:24:06.991Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:24:06.992Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:24:07.879Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1536b38-8e3b-4a51-8341-f55356c3f0fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:24:07.892Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1536b38-8e3b-4a51-8341-f55356c3f0fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:24:07.894Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:24:07.895Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:24:07.895Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:24:13.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:24:13.243Z||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-04-09T04:24:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:24:13.287Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:24:13.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "clamp",
  "timestamp": 1649478135721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "cds",
  "timestamp": 1649478138749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478132963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478136464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "aai-ml",
  "timestamp": 1649478140818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "clamp",
  "timestamp": 1649478135721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478132963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "cds",
  "timestamp": 1649478138749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478136464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478141627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "aai-ml",
  "timestamp": 1649478140818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "clamp",
  "timestamp": 1649478135721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478132963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "cds",
  "timestamp": 1649478138749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478141627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478136464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "aai-ml",
  "timestamp": 1649478140818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "cds",
  "timestamp": 1649478138749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478132963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "clamp",
  "timestamp": 1649478135721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478141627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478136464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "aai-ml",
  "timestamp": 1649478140818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "cds",
  "timestamp": 1649478138749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "clamp",
  "timestamp": 1649478135721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478132963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478136464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478141627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "aai-ml",
  "timestamp": 1649478140818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "dcae-sch",
  "timestamp": 1649478144823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "cds",
  "timestamp": 1649478138749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "clamp",
  "timestamp": 1649478135721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478132963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478136464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478141627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "aai-ml",
  "timestamp": 1649478140818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "dcae-sch",
  "timestamp": 1649478144823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "cds",
  "timestamp": 1649478138749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "clamp",
  "timestamp": 1649478135721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478132963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478136464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478141627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:24:13.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "aai-ml",
  "timestamp": 1649478140818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "dcae-sch",
  "timestamp": 1649478144823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "cds",
  "timestamp": 1649478138749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:24:13.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "clamp",
  "timestamp": 1649478135721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:24:13.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478132963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:24:13.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478141627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478136464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:24:13.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "aai-ml",
  "timestamp": 1649478140818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:24:13.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "dcae-sch",
  "timestamp": 1649478144823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478141627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "cds",
  "timestamp": 1649478149808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:24:13.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:24:13.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478150346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:24:13.334Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:24:13.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "aai-ml",
  "timestamp": 1649478149735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:24:13.334Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:24:13.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "dcae-sch",
  "timestamp": 1649478144823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478150598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:24:13.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:24:13.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "cds",
  "timestamp": 1649478150816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-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-04-09T04:24:13.365Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1536b38-8e3b-4a51-8341-f55356c3f0fd
2022-04-09T04:24:13.365Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1536b38-8e3b-4a51-8341-f55356c3f0fd 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-04-09T04:24:13.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "policy-id",
  "timestamp": 1649478151731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "dcae-sch",
  "timestamp": 1649478144823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478152212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:24:13.394Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:24:13.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478151753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:24:13.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:24:13.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "policy-id",
  "timestamp": 1649478151731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "dcae-sch",
  "timestamp": 1649478144823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478153217,
  "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-04-09T04:24:13.409Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1536b38-8e3b-4a51-8341-f55356c3f0fd
2022-04-09T04:24:13.410Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1536b38-8e3b-4a51-8341-f55356c3f0fd 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-04-09T04:24:13.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478152758,
  "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-04-09T04:24:13.437Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e1536b38-8e3b-4a51-8341-f55356c3f0fd
2022-04-09T04:24:13.438Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1536b38-8e3b-4a51-8341-f55356c3f0fd 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-04-09T04:24:13.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "policy-id",
  "timestamp": 1649478151731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "dcae-sch",
  "timestamp": 1649478144823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "policy-id",
  "timestamp": 1649478151731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "policy-id",
  "timestamp": 1649478151731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "policy-id",
  "timestamp": 1649478151731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "aai-ml",
  "timestamp": 1649478155985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:24:13.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:24:13.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "policy-id",
  "timestamp": 1649478151731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:24:13.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "aai-ml",
  "timestamp": 1649478156990,
  "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-04-09T04:24:13.474Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1536b38-8e3b-4a51-8341-f55356c3f0fd
2022-04-09T04:24:13.475Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1536b38-8e3b-4a51-8341-f55356c3f0fd 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-04-09T04:24:13.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "clamp",
  "timestamp": 1649478157066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:24:13.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:24:13.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "policy-id",
  "timestamp": 1649478151731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:24:13.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:24:13.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "clamp",
  "timestamp": 1649478158087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:24:13.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:24:13.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "policy-id",
  "timestamp": 1649478160560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:24:13.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:24:13.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "clamp",
  "timestamp": 1649478159090,
  "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-04-09T04:24:13.524Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1536b38-8e3b-4a51-8341-f55356c3f0fd
2022-04-09T04:24:13.525Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1536b38-8e3b-4a51-8341-f55356c3f0fd 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-04-09T04:24:13.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "policy-id",
  "timestamp": 1649478161566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:24:13.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:24:13.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:24:13.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "policy-id",
  "timestamp": 1649478162570,
  "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-04-09T04:24:13.555Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1536b38-8e3b-4a51-8341-f55356c3f0fd
2022-04-09T04:24:13.555Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1536b38-8e3b-4a51-8341-f55356c3f0fd 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-04-09T04:24:37.895Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1536b38-8e3b-4a51-8341-f55356c3f0fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:24:37.911Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1536b38-8e3b-4a51-8341-f55356c3f0fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:24:37.916Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:24:37.917Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:24:37.917Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-09T04:24:37.917Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-09T04:24:37.917Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:24:37.917Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:24:37.918Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:24:37.918Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:24:37.918Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:24:37.918Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:24:37.918Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:24:37.918Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|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-04-09T04:24:37.928Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-09T04:25:07.930Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1536b38-8e3b-4a51-8341-f55356c3f0fd 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-04-09T04:25:07.940Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1536b38-8e3b-4a51-8341-f55356c3f0fd and serviceModelVersionId: 61683742-d7cc-4998-8f07-9cc86fbf628d
2022-04-09T04:25:07.940Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a94b34e4-5e59-4fa1-ae16-4db1729a6ff8
2022-04-09T04:25:07.941Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a94b34e4-5e59-4fa1-ae16-4db1729a6ff8/model-vers/model-ver/61683742-d7cc-4998-8f07-9cc86fbf628d?depth=0
2022-04-09T04:25:07.949Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-09T04:25:08.043Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a94b34e4-5e59-4fa1-ae16-4db1729a6ff8/model-vers/model-ver/61683742-d7cc-4998-8f07-9cc86fbf628d?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-04-09T04:25:08.047Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a94b34e4-5e59-4fa1-ae16-4db1729a6ff8/model-vers/model-ver/61683742-d7cc-4998-8f07-9cc86fbf628d?depth=0|INFO|500||Invoke
2022-04-09T04:25:08.087Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a94b34e4-5e59-4fa1-ae16-4db1729a6ff8/model-vers/model-ver/61683742-d7cc-4998-8f07-9cc86fbf628d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-09T04:25:08.360Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a94b34e4-5e59-4fa1-ae16-4db1729a6ff8/model-vers/model-ver/61683742-d7cc-4998-8f07-9cc86fbf628d?depth=0|INFO|500||InvokeReturn
2022-04-09T04:25:08.362Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a94b34e4-5e59-4fa1-ae16-4db1729a6ff8/model-vers/model-ver/61683742-d7cc-4998-8f07-9cc86fbf628d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220409-04:25:07:355-2632], vertex-id=[209032], Content-Length=[0], Date=[Sat, 09 Apr 2022 04:25:07 GMT], Content-Type=[application/json]}
2022-04-09T04:25:08.363Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-04-09T04:25:08.363Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-09T04:25:08.364Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|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-04-09T04:25:08.369Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|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-04-09T04:25:08.370Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1536b38-8e3b-4a51-8341-f55356c3f0fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-09T04:25:08.370Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-09T04:25:08.371Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:08.374Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:08.375Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478308370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:25:08.474Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:25:08.475Z||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-04-09T04:25:08.476Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:08.490Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:08.491Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-09T04:25:09.390Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-09T04:25:09.390Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"630dc6d0-e350-45a1-9e6d-4b1def60e874","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"94c019b4-7a79-48af-acb9-9f04f1065e26","serviceDescription":"service","serviceInvariantUUID":"5dd3201c-b89e-4dab-8ed1-797a5f1eb953","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c6694a9e-9c7e-4c1c-a8ca-65b17cd72b61","resourceInvariantUUID":"85b39bc7-5f11-44b2-86c1-3c66a1c62706","resourceCustomizationUUID":"4abba012-e462-438e-80b1-77fd87c35e8f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4684ff3c-e472-45a3-b4ff-197bda8d4614","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"Y2I0OWUzMDBkYmNlNzljODhlODg1ZDZjMjM5NWM5MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87a8eb50-74c6-432d-a2cf-02b13c5ac2f9","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MTc1N2M1ZTA5MmY0NmQxMDMzNDE4ZjQ1MGVjYTFlYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f79bf984-05ac-429d-a7e8-fe8a9b8f13d7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1f04f3ac-648b-4ef9-979c-10ba1407aca2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6b29356a-b8d1-44a7-833e-ecce44591ce5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6dec277-1325-4941-a909-f51210156762","artifactVersion":"2","generatedFromUUID":"1f04f3ac-648b-4ef9-979c-10ba1407aca2"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Y2Q3OTg4NjQ1NDY0MDQ2NWFlYTc2ZTQ0MmMwMzE0ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5e9dfc3-52ab-4cbf-afbe-5cdfb9e32c98","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YjhhMTViMzJmZDBkMmI5ZjA0YTI1ZDE5ZTgwNGFlZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"287d4f87-13bf-466e-87ba-cc0f4ade69b6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:25:09.391Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:25:09.391Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:09.393Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:09.394Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:09.494Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:25:09.495Z||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-04-09T04:25:09.495Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:09.506Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:09.507Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:25:10.395Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:25:10.396Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:10.399Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:10.399Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:10.499Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:25:10.500Z||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-04-09T04:25:10.500Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:10.512Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:10.513Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:25:11.400Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:25:11.402Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:11.405Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:11.405Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:25:11.505Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:25:11.507Z||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-04-09T04:25:11.507Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:11.521Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:11.528Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:25:12.406Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:25:12.407Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:12.410Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:12.410Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:25:12.510Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:25:12.512Z||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-04-09T04:25:12.512Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:12.527Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:12.527Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:25:13.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:25:13.242Z||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-04-09T04:25:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:25:13.271Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:13.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "clamp",
  "timestamp": 1649478195721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478192963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478196464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "policy-id",
  "timestamp": 1649478191731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "cds",
  "timestamp": 1649478198749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "clamp",
  "timestamp": 1649478195721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478192963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478196464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "policy-id",
  "timestamp": 1649478191731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "cds",
  "timestamp": 1649478198749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "clamp",
  "timestamp": 1649478195721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478192963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478196464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "policy-id",
  "timestamp": 1649478191731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "cds",
  "timestamp": 1649478198749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "clamp",
  "timestamp": 1649478195721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478192963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "aai-ml",
  "timestamp": 1649478200818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478196464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "policy-id",
  "timestamp": 1649478191731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478201628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "cds",
  "timestamp": 1649478198749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "aai-ml",
  "timestamp": 1649478200818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "clamp",
  "timestamp": 1649478195721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478192963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478196464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "policy-id",
  "timestamp": 1649478191731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478201628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "cds",
  "timestamp": 1649478198749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "aai-ml",
  "timestamp": 1649478200818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "clamp",
  "timestamp": 1649478195721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478192963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478196464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "policy-id",
  "timestamp": 1649478191731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478201628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "cds",
  "timestamp": 1649478198749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "aai-ml",
  "timestamp": 1649478200818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "clamp",
  "timestamp": 1649478195721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478192963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478196464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "policy-id",
  "timestamp": 1649478191731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478201628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "cds",
  "timestamp": 1649478198749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "aai-ml",
  "timestamp": 1649478200818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "clamp",
  "timestamp": 1649478195721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478192963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478196464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "policy-id",
  "timestamp": 1649478191731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "dcae-sch",
  "timestamp": 1649478204823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478201628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "cds",
  "timestamp": 1649478198749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "aai-ml",
  "timestamp": 1649478200818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "dcae-sch",
  "timestamp": 1649478204823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478201628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "aai-ml",
  "timestamp": 1649478200818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "policy-id",
  "timestamp": 1649478209145,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478208210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478209239,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.334Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "cds",
  "timestamp": 1649478207883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.334Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "dcae-sch",
  "timestamp": 1649478204823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478201628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "aai-ml",
  "timestamp": 1649478200818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "policy-id",
  "timestamp": 1649478210158,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "cds",
  "timestamp": 1649478208888,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-04-09T04:25:13.361Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 630dc6d0-e350-45a1-9e6d-4b1def60e874
2022-04-09T04:25:13.361Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630dc6d0-e350-45a1-9e6d-4b1def60e874 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-04-09T04:25:13.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478210456,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.383Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "dcae-sch",
  "timestamp": 1649478204823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478201628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "policy-id",
  "timestamp": 1649478211168,
  "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-04-09T04:25:13.393Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 630dc6d0-e350-45a1-9e6d-4b1def60e874
2022-04-09T04:25:13.393Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630dc6d0-e350-45a1-9e6d-4b1def60e874 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-04-09T04:25:13.411Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:25:13.412Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:13.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478210475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.416Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:13.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "aai-ml",
  "timestamp": 1649478209886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.417Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "dcae-sch",
  "timestamp": 1649478204823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478212129,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478211478,
  "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-04-09T04:25:13.432Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 630dc6d0-e350-45a1-9e6d-4b1def60e874
2022-04-09T04:25:13.432Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630dc6d0-e350-45a1-9e6d-4b1def60e874 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-04-09T04:25:13.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "dcae-sch",
  "timestamp": 1649478204823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "clamp",
  "timestamp": 1649478211074,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478213197,
  "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-04-09T04:25:13.457Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 630dc6d0-e350-45a1-9e6d-4b1def60e874
2022-04-09T04:25:13.457Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630dc6d0-e350-45a1-9e6d-4b1def60e874 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-04-09T04:25:13.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "dcae-sch",
  "timestamp": 1649478204823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "clamp",
  "timestamp": 1649478212078,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478214206,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "dcae-sch",
  "timestamp": 1649478204823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "dcae-sch",
  "timestamp": 1649478214810,
  "artifactURL": "/sdc/v1/catalog/services/94c019b4-7a79-48af-acb9-9f04f1065e26/resourceInstances/basicclamp0/artifacts/4684ff3c-e472-45a3-b4ff-197bda8d4614",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "dcae-sch",
  "timestamp": 1649478216177,
  "artifactURL": "/sdc/v1/catalog/services/94c019b4-7a79-48af-acb9-9f04f1065e26/resourceInstances/basicclamp0/artifacts/4684ff3c-e472-45a3-b4ff-197bda8d4614",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "dcae-sch",
  "timestamp": 1649478217185,
  "artifactURL": "/sdc/v1/catalog/services/94c019b4-7a79-48af-acb9-9f04f1065e26/resourceInstances/basicclamp0/artifacts/4684ff3c-e472-45a3-b4ff-197bda8d4614",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-09T04:25:13.482Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 630dc6d0-e350-45a1-9e6d-4b1def60e874
2022-04-09T04:25:13.482Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630dc6d0-e350-45a1-9e6d-4b1def60e874 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-09T04:25:13.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "aai-ml",
  "timestamp": 1649478220886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "aai-ml",
  "timestamp": 1649478221890,
  "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-04-09T04:25:13.507Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 630dc6d0-e350-45a1-9e6d-4b1def60e874
2022-04-09T04:25:13.507Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630dc6d0-e350-45a1-9e6d-4b1def60e874 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-04-09T04:25:13.516Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-09T04:25:13.517Z||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-04-09T04:25:13.518Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:13.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "cds",
  "timestamp": 1649478213749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478216464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478221626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478222963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "cds",
  "timestamp": 1649478213749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478221626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478216464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478222963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "cds",
  "timestamp": 1649478213749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478216464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478221626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478222963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "cds",
  "timestamp": 1649478213749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478221626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.532Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:13.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.533Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:25:13.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478216464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478222963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "clamp",
  "timestamp": 1649478226136,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.535Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "cds",
  "timestamp": 1649478213749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478221626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478216464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478222963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "clamp",
  "timestamp": 1649478227139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "cds",
  "timestamp": 1649478213749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478221626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478216464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478222963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "clamp",
  "timestamp": 1649478228143,
  "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-04-09T04:25:13.552Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 630dc6d0-e350-45a1-9e6d-4b1def60e874
2022-04-09T04:25:13.553Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630dc6d0-e350-45a1-9e6d-4b1def60e874 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-04-09T04:25:13.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7372e8f-8058-4cd9-bc77-0b0fe6e03039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478230452,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:25:13.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "cds",
  "timestamp": 1649478213749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478221626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478216464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478222963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478231034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "cds",
  "timestamp": 1649478230495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478232076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "cds",
  "timestamp": 1649478231500,
  "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-04-09T04:25:13.598Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0eab755b-b517-46e2-a1e5-5519bc8cadc5
2022-04-09T04:25:13.598Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eab755b-b517-46e2-a1e5-5519bc8cadc5 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-04-09T04:25:13.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.640Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478233368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478234570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.642Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "cds",
  "timestamp": 1649478232504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478234373,
  "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-04-09T04:25:13.656Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0eab755b-b517-46e2-a1e5-5519bc8cadc5
2022-04-09T04:25:13.656Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eab755b-b517-46e2-a1e5-5519bc8cadc5 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-04-09T04:25:13.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478235632,
  "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-04-09T04:25:13.683Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0eab755b-b517-46e2-a1e5-5519bc8cadc5
2022-04-09T04:25:13.683Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eab755b-b517-46e2-a1e5-5519bc8cadc5 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-04-09T04:25:13.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "cds",
  "timestamp": 1649478232504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478236637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "cds",
  "timestamp": 1649478232504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "cds",
  "timestamp": 1649478232504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478237647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "cds",
  "timestamp": 1649478232504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478237647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "cds",
  "timestamp": 1649478232504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "policy-id",
  "timestamp": 1649478239849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.710Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478237647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "aai-ml",
  "timestamp": 1649478239018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.712Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "cds",
  "timestamp": 1649478232504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "policy-id",
  "timestamp": 1649478240856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.713Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/resourceInstances/pnfc64b891b7fe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478237647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "cds",
  "timestamp": 1649478232504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "policy-id",
  "timestamp": 1649478241860,
  "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-04-09T04:25:13.723Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0eab755b-b517-46e2-a1e5-5519bc8cadc5
2022-04-09T04:25:13.723Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eab755b-b517-46e2-a1e5-5519bc8cadc5 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-04-09T04:25:13.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478237647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "dcae-sch",
  "timestamp": 1649478224824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "cds",
  "timestamp": 1649478232504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478237647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478241626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478244148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.738Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "cds",
  "timestamp": 1649478242782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.739Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478237647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478241626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478237647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "cds",
  "timestamp": 1649478243791,
  "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-04-09T04:25:13.759Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4deaaccf-d663-4755-8b80-e4837a360b84
2022-04-09T04:25:13.759Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4deaaccf-d663-4755-8b80-e4837a360b84 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-04-09T04:25:13.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478241626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.773Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478237647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.773Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478246874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCecbcwxlcywtvs0c6bjp/1.0/artifacts/service-DemoPnfCecbcwxlcywtvs0c6bjp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478241626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478247537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478241626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478248740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478241626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "clamp",
  "timestamp": 1649478248078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478249942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478241626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478241626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "policy-id",
  "timestamp": 1649478231732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:13.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "aai-ml",
  "timestamp": 1649478249486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478251243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478241626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:13.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:25:13.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "policy-id",
  "timestamp": 1649478252068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:13.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "aai-ml",
  "timestamp": 1649478250489,
  "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-04-09T04:25:13.788Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0eab755b-b517-46e2-a1e5-5519bc8cadc5
2022-04-09T04:25:13.788Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eab755b-b517-46e2-a1e5-5519bc8cadc5 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-04-09T04:25:13.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478252340,
  "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-04-09T04:25:13.821Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4deaaccf-d663-4755-8b80-e4837a360b84
2022-04-09T04:25:13.822Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4deaaccf-d663-4755-8b80-e4837a360b84 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-04-09T04:25:13.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "clamp",
  "timestamp": 1649478251082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:13.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:25:13.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "policy-id",
  "timestamp": 1649478253077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:13.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:25:14.418Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:25:14.419Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:14.423Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:14.423Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-09T04:25:14.523Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:25:14.524Z||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-04-09T04:25:14.524Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:14.537Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:14.538Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:25:15.424Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:25:15.425Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:15.428Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:15.428Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:25:15.528Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:25:15.529Z||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-04-09T04:25:15.529Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:15.539Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:15.540Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:25:16.429Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:25:16.430Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:16.434Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:16.434Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:25:16.534Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:25:16.536Z||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-04-09T04:25:16.536Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:16.549Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:16.550Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:25:17.436Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "94c019b4-7a79-48af-acb9-9f04f1065e26",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5dd3201c-b89e-4dab-8ed1-797a5f1eb953",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "4abba012-e462-438e-80b1-77fd87c35e8f",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c6694a9e-9c7e-4c1c-a8ca-65b17cd72b61",
      "resourceInvariantUUID": "85b39bc7-5f11-44b2-86c1-3c66a1c62706",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "MTc1N2M1ZTA5MmY0NmQxMDMzNDE4ZjQ1MGVjYTFlYzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f79bf984-05ac-429d-a7e8-fe8a9b8f13d7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1f04f3ac-648b-4ef9-979c-10ba1407aca2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d6dec277-1325-4941-a909-f51210156762",
            "generatedFromUUID": "1f04f3ac-648b-4ef9-979c-10ba1407aca2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d6dec277-1325-4941-a909-f51210156762",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YjhhMTViMzJmZDBkMmI5ZjA0YTI1ZDE5ZTgwNGFlZjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "287d4f87-13bf-466e-87ba-cc0f4ade69b6"
    }
  ],
  "workloadContext": "Production"
}
2022-04-09T04:25:17.436Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:25:17.436Z|e1536b38-8e3b-4a51-8341-f55356c3f0fd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94c019b4-7a79-48af-acb9-9f04f1065e26 ASDC
2022-04-09T04:25:17.437Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:630dc6d0-e350-45a1-9e6d-4b1def60e874
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:94c019b4-7a79-48af-acb9-9f04f1065e26
ServiceInvariantUUID:5dd3201c-b89e-4dab-8ed1-797a5f1eb953
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:287d4f87-13bf-466e-87ba-cc0f4ade69b6
ArtifactChecksum:YjhhMTViMzJmZDBkMmI5ZjA0YTI1ZDE5ZTgwNGFlZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:4abba012-e462-438e-80b1-77fd87c35e8f
ResourceInvariantUUID:85b39bc7-5f11-44b2-86c1-3c66a1c62706
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:c6694a9e-9c7e-4c1c-a8ca-65b17cd72b61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:f79bf984-05ac-429d-a7e8-fe8a9b8f13d7
ArtifactChecksum:MTc1N2M1ZTA5MmY0NmQxMDMzNDE4ZjQ1MGVjYTFlYzQ=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1f04f3ac-648b-4ef9-979c-10ba1407aca2
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:d6dec277-1325-4941-a909-f51210156762
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:d6dec277-1325-4941-a909-f51210156762
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-09T04:25:17.437Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94c019b4-7a79-48af-acb9-9f04f1065e26 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-04-09T04:25:17.470Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:25:17.471Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:25:17.471Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:25:17.471Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 287d4f87-13bf-466e-87ba-cc0f4ade69b6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-09T04:25:17.472Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:25:17.472Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-09T04:25:18.151Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:25:18.157Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 287d4f87-13bf-466e-87ba-cc0f4ade69b6 73647
2022-04-09T04:25:18.157Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-09T04:25:18.157Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-09T04:25:18.158Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:25:18.158Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:18.161Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:18.161Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478318157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:18.261Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:25:18.262Z||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-04-09T04:25:18.263Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:18.275Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:18.276Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:25:19.162Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:25:19.163Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:25:19.164Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 287d4f87-13bf-466e-87ba-cc0f4ade69b6, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-09T04:25:19.164Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-04-09T04:25:19.164Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-09T04:25:19.164Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-09T04:25:19.330Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17419292445450583354/Definitions/service-Basicclamp-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-04-09T04:25:21.161Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:25:21.162Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:25:21.162Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-09T04:25:21.162Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-09T04:25:21.163Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2022-04-09T04:25:21.163Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||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-Basicclamp-csar.csar
2022-04-09T04:25:21.163Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|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-Basicclamp-csar.csar
2022-04-09T04:25:21.163Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|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-Basicclamp-csar.csar
2022-04-09T04:25:21.163Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|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-Basicclamp-csar.csar
2022-04-09T04:25:21.164Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-09T04:25:21.164Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-09T04:25:21.164Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|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-Basicclamp-csar.csar
2022-04-09T04:25:21.166Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|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-Basicclamp-csar.csar
2022-04-09T04:25:21.166Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:25:21.166Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:21.167Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:21.167Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-09T04:25:21.167Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:25:21.167Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:25:21.167Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:21.167Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:21.168Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-09T04:25:21.168Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:25:21.168Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:25:21.168Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:21.168Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:21.168Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:21.168Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-09T04:25:21.168Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-09T04:25:21.169Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-09T04:25:21.169Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-09T04:25:21.169Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-09T04:25:21.169Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-09T04:25:21.169Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:21.169Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:25:21.170Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:21.170Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-09T04:25:21.170Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:25:21.170Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:21.170Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-09T04:25:21.171Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:25:21.171Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:21.171Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-09T04:25:21.171Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:25:21.171Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:21.171Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-09T04:25:21.171Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-09T04:25:21.172Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-09T04:25:21.172Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55838f87-7670-4389-8aa8-fe154046eb98
2022-04-09T04:25:21.172Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:21.172Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:21.172Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:21.172Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:21.172Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:21.173Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:21.173Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:21.173Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:21.173Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:94c019b4-7a79-48af-acb9-9f04f1065e26
Model Version:NULL
Model InvariantUuid:5dd3201c-b89e-4dab-8ed1-797a5f1eb953
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:35674c6b-4cf5-4003-92f1-cf0e69974fea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85b39bc7-5f11-44b2-86c1-3c66a1c62706
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4abba012-e462-438e-80b1-77fd87c35e8f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a0cbaa9b-a529-4a1e-b5f4-dae3476ec03d
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:2ca06fe4-12b1-422e-840b-d469b6ce54a3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:55838f87-7670-4389-8aa8-fe154046eb98
ModelInvariantUuid:bc2885fd-3e4f-4a0c-a46f-d99776eecfb3
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:e8e05398-5940-4c1f-869f-7d09261e5d61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:044058e8-fdec-471b-add2-d8c799ab42ab
ModelInvariantUuid:fdb5fcea-e460-4afd-98e2-a610f7bfa6e5
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:bc466431-a044-4bc9-9a11-d241729678cd
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-04-09T04:25:21.181Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c6694a9e-9c7e-4c1c-a8ca-65b17cd72b61
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-04-09T04:25:21.185Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||basicclamp 0
2022-04-09T04:25:21.185Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c6694a9e-9c7e-4c1c-a8ca-65b17cd72b61
2022-04-09T04:25:21.185Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f79bf984-05ac-429d-a7e8-fe8a9b8f13d7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-09T04:25:21.185Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:25:21.185Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-09T04:25:21.367Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:25:21.368Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json f79bf984-05ac-429d-a7e8-fe8a9b8f13d7 790
2022-04-09T04:25:21.368Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-09T04:25:21.368Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-09T04:25:21.368Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:25:21.369Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:21.371Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:21.371Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478321368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:21.472Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:25:21.473Z||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-04-09T04:25:21.473Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:21.488Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:21.489Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:25:22.373Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a0cbaa9b-a529-4a1e-b5f4-dae3476ec03d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ca06fe4-12b1-422e-840b-d469b6ce54a3",
    "vfModuleModelCustomizationUUID": "27b2d87e-3b2c-48b6-8ae6-bd50a7b0e21a",
    "isBase": true,
    "artifacts": [
      "1f04f3ac-648b-4ef9-979c-10ba1407aca2",
      "d6dec277-1325-4941-a909-f51210156762"
    ],
    "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-04-09T04:25:22.380Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ca06fe4-12b1-422e-840b-d469b6ce54a3
VfModuleModelInvariantUUID:a0cbaa9b-a529-4a1e-b5f4-dae3476ec03d
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f04f3ac-648b-4ef9-979c-10ba1407aca2
,
d6dec277-1325-4941-a909-f51210156762

}
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-04-09T04:25:22.384Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a0cbaa9b-a529-4a1e-b5f4-dae3476ec03d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ca06fe4-12b1-422e-840b-d469b6ce54a3",
    "vfModuleModelCustomizationUUID": "27b2d87e-3b2c-48b6-8ae6-bd50a7b0e21a",
    "isBase": true,
    "artifacts": [
      "1f04f3ac-648b-4ef9-979c-10ba1407aca2",
      "d6dec277-1325-4941-a909-f51210156762"
    ],
    "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-04-09T04:25:22.384Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ca06fe4-12b1-422e-840b-d469b6ce54a3
VfModuleModelInvariantUUID:a0cbaa9b-a529-4a1e-b5f4-dae3476ec03d
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f04f3ac-648b-4ef9-979c-10ba1407aca2
,
d6dec277-1325-4941-a909-f51210156762

}
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-04-09T04:25:22.384Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1f04f3ac-648b-4ef9-979c-10ba1407aca2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-09T04:25:22.384Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:25:22.385Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-09T04:25:22.664Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:25:22.665Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 1f04f3ac-648b-4ef9-979c-10ba1407aca2 5033
2022-04-09T04:25:22.665Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-09T04:25:22.665Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-09T04:25:22.665Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:25:22.666Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:22.668Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:22.668Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478322665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:22.768Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:25:22.770Z||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-04-09T04:25:22.770Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:22.782Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:22.783Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:25:23.669Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6dec277-1325-4941-a909-f51210156762 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-09T04:25:23.670Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:25:23.670Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-09T04:25:23.976Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:25:23.977Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d6dec277-1325-4941-a909-f51210156762 909
2022-04-09T04:25:23.978Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-09T04:25:23.978Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-09T04:25:23.978Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:25:23.978Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:23.981Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:23.981Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478323978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:25:24.081Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:25:24.083Z||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-04-09T04:25:24.083Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:24.102Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:24.102Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:25:24.981Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 94c019b4-7a79-48af-acb9-9f04f1065e26
2022-04-09T04:25:24.982Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 c6694a9e-9c7e-4c1c-a8ca-65b17cd72b61 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-04-09T04:25:25.006Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f3ae615, org.onap.sdc.toscaparser.api.parameters.Input@35bba0ac, org.onap.sdc.toscaparser.api.parameters.Input@7190cf33, org.onap.sdc.toscaparser.api.parameters.Input@731f3b73, org.onap.sdc.toscaparser.api.parameters.Input@4b2d614b]
2022-04-09T04:25:25.010Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.011Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:25.011Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-04-09T04:25:25.011Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 4abba012-e462-438e-80b1-77fd87c35e8f
2022-04-09T04:25:25.011Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4abba012-e462-438e-80b1-77fd87c35e8f matches Tosca VF Customization UUID: 4abba012-e462-438e-80b1-77fd87c35e8f
2022-04-09T04:25:25.012Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 4abba012-e462-438e-80b1-77fd87c35e8f  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-04-09T04:25:25.018Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.018Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:25.020Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 4abba012-e462-438e-80b1-77fd87c35e8f: {\"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-04-09T04:25:25.020Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5eabd105
2022-04-09T04:25:25.020Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.021Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:25:25.021Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27b2d87e-3b2c-48b6-8ae6-bd50a7b0e21a
2022-04-09T04:25:25.021Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27b2d87e-3b2c-48b6-8ae6-bd50a7b0e21a
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-04-09T04:25:25.026Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.027Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-09T04:25:25.027Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:25:25.027Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.028Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-09T04:25:25.028Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:25:25.028Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.028Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-09T04:25:25.028Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-09T04:25:25.029Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-09T04:25:25.029Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55838f87-7670-4389-8aa8-fe154046eb98
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-04-09T04:25:25.034Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.034Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-09T04:25:25.035Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:25:25.035Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.035Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-09T04:25:25.036Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=4abba012-e462-438e-80b1-77fd87c35e8f
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-04-09T04:25:25.039Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.040Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:25.040Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 94c019b4-7a79-48af-acb9-9f04f1065e26: basicclamp
2022-04-09T04:25:25.040Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.041Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:25.041Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.041Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:25.041Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.042Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:25.042Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.042Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:25.043Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:25:25.043Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:25:25.043Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp 
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-04-09T04:25:25.148Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp c6694a9e-9c7e-4c1c-a8ca-65b17cd72b61 1 ASDC deployResourceStructure
2022-04-09T04:25:25.149Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-09T04:25:25.149Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-09T04:25:25.149Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:25:25.149Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:25.152Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:25.152Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478325149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:25.252Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:25:25.254Z||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-04-09T04:25:25.254Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:25.268Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:25.269Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:25:26.154Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-09T04:25:26.154Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-09T04:25:26.154Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:25:26.154Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:26.156Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:26.157Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478326154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:26.257Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:25:26.258Z||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-04-09T04:25:26.258Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:26.271Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:26.314Z||pool-64-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:25:27.157Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-09T04:25:27.159Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-09T04:25:27.159Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:25:27.159Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:27.162Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:27.162Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478327157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:27.262Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:25:27.263Z||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-04-09T04:25:27.264Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:27.275Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:27.276Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:25:28.164Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-09T04:25:28.164Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-09T04:25:28.165Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:25:28.165Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:28.168Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:28.168Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478328163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:25:28.269Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:25:28.271Z||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-04-09T04:25:28.271Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:28.282Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:28.283Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:25:29.171Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 630dc6d0-e350-45a1-9e6d-4b1def60e874
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:25:29.184Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 630dc6d0-e350-45a1-9e6d-4b1def60e874
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:25:29.191Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:25:29.191Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:25:29.192Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-09T04:25:29.192Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-09T04:25:29.192Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:25:29.192Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:25:29.192Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:25:29.192Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:25:29.192Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:25:29.192Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:25:29.192Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:25:29.192Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|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-04-09T04:25:29.200Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-09T04:25:59.202Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 630dc6d0-e350-45a1-9e6d-4b1def60e874 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-04-09T04:25:59.211Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 630dc6d0-e350-45a1-9e6d-4b1def60e874 and serviceModelVersionId: 94c019b4-7a79-48af-acb9-9f04f1065e26
2022-04-09T04:25:59.211Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5dd3201c-b89e-4dab-8ed1-797a5f1eb953
2022-04-09T04:25:59.212Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5dd3201c-b89e-4dab-8ed1-797a5f1eb953/model-vers/model-ver/94c019b4-7a79-48af-acb9-9f04f1065e26?depth=0
2022-04-09T04:25:59.217Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-09T04:25:59.285Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd3201c-b89e-4dab-8ed1-797a5f1eb953/model-vers/model-ver/94c019b4-7a79-48af-acb9-9f04f1065e26?depth=0|INFO|500||Invoke
2022-04-09T04:25:59.285Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd3201c-b89e-4dab-8ed1-797a5f1eb953/model-vers/model-ver/94c019b4-7a79-48af-acb9-9f04f1065e26?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd3201c-b89e-4dab-8ed1-797a5f1eb953/model-vers/model-ver/94c019b4-7a79-48af-acb9-9f04f1065e26?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[630dc6d0-e350-45a1-9e6d-4b1def60e874], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[afc10f5e-5704-41e0-9822-82e3e649d7b7], X-ECOMP-RequestID=[630dc6d0-e350-45a1-9e6d-4b1def60e874], X-TransactionId=[], X-ONAP-RequestID=[630dc6d0-e350-45a1-9e6d-4b1def60e874], Content-Type=[application/merge-patch+json]}
2022-04-09T04:25:59.316Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd3201c-b89e-4dab-8ed1-797a5f1eb953/model-vers/model-ver/94c019b4-7a79-48af-acb9-9f04f1065e26?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-09T04:25:59.743Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd3201c-b89e-4dab-8ed1-797a5f1eb953/model-vers/model-ver/94c019b4-7a79-48af-acb9-9f04f1065e26?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/5dd3201c-b89e-4dab-8ed1-797a5f1eb953/model-vers/model-ver/94c019b4-7a79-48af-acb9-9f04f1065e26?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220409-04:25:58:577-5328], vertex-id=[184376], Content-Length=[0], Date=[Sat, 09 Apr 2022 04:25:58 GMT], Content-Type=[application/json]}
2022-04-09T04:25:59.744Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd3201c-b89e-4dab-8ed1-797a5f1eb953/model-vers/model-ver/94c019b4-7a79-48af-acb9-9f04f1065e26?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-09T04:25:59.745Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd3201c-b89e-4dab-8ed1-797a5f1eb953/model-vers/model-ver/94c019b4-7a79-48af-acb9-9f04f1065e26?depth=0|INFO|500||InvokeReturn
2022-04-09T04:25:59.746Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-09T04:25:59.746Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|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-04-09T04:25:59.754Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|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-04-09T04:25:59.754Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 630dc6d0-e350-45a1-9e6d-4b1def60e874 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-09T04:25:59.755Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-09T04:25:59.756Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:25:59.759Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:25:59.760Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478359755,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:25:59.859Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:25:59.861Z||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-04-09T04:25:59.861Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:25:59.883Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:25:59.884Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-09T04:26:00.776Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-09T04:26:00.777Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0eab755b-b517-46e2-a1e5-5519bc8cadc5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e969c772-9c95-4cc3-ac07-dca452afda5c","serviceDescription":"service","serviceInvariantUUID":"a298b99e-e77f-4aa8-a00b-67e545604267","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f26d89ef-3281-4a82-bddf-f45e1edd3b5b","resourceInvariantUUID":"7d89f812-8fdf-4520-95f2-8f54dba2a612","resourceCustomizationUUID":"a9819b7f-d7e5-467b-9a39-479d3174c778","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":"NmJiNGU2MzUzMGIwNDcwNzAwMzRkMzE0OTY5OGM1OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59aba57c-4f80-4888-b422-28e390b05f5c","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":"MzI3ZjMyNDIwNWUwNjgxMzI0YWVmNmRiODQ2MjQ2YTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2e45c634-865a-4e12-a332-1da0512f3c89","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":"b0aedc97-d3ff-453d-b873-c16c8edaffdb","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":"119d2feb-5a60-427f-a3f6-72fefecc1213","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":"7b6d096c-eea0-41a7-a40e-e18f4204c527","artifactVersion":"2","generatedFromUUID":"b0aedc97-d3ff-453d-b873-c16c8edaffdb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTA2YWU2MzExZjk0MzYxZDNlOWZkODZkMTg3M2ZmZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51bcf536-c055-4a4d-9e51-322bb21d00cc","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDI3YWZlYTRlYWVkYmIzODkzMzhiNDU4NWViY2ViODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e97e93f-9af3-46ce-86f9-e0bf886b1878","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:26:00.777Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:00.778Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:00.780Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:00.781Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:26:00.881Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:26:00.882Z||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-04-09T04:26:00.882Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:00.896Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:00.897Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:01.782Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:01.782Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:01.785Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:01.785Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:26:01.885Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:01.886Z||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-04-09T04:26:01.886Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:01.897Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:01.898Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:02.786Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:02.786Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:02.788Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:02.788Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:26:02.889Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:26:02.889Z||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-04-09T04:26:02.890Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:02.901Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:02.901Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:03.789Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:03.790Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:03.792Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:03.792Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:26:03.892Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:26:03.893Z||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-04-09T04:26:03.893Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:03.909Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:03.910Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:04.793Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:04.794Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:04.796Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:04.796Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-09T04:26:04.896Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:04.897Z||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-04-09T04:26:04.897Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:04.906Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:04.907Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:26:05.797Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:05.797Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:05.799Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:05.800Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:26:05.900Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:05.901Z||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-04-09T04:26:05.901Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:05.921Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:05.922Z||pool-73-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:06.800Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:06.801Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:06.804Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:06.804Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:26:06.904Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:06.905Z||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-04-09T04:26:06.905Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:06.919Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:06.919Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:07.805Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e969c772-9c95-4cc3-ac07-dca452afda5c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a298b99e-e77f-4aa8-a00b-67e545604267",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "a9819b7f-d7e5-467b-9a39-479d3174c778",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f26d89ef-3281-4a82-bddf-f45e1edd3b5b",
      "resourceInvariantUUID": "7d89f812-8fdf-4520-95f2-8f54dba2a612",
      "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": "MzI3ZjMyNDIwNWUwNjgxMzI0YWVmNmRiODQ2MjQ2YTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2e45c634-865a-4e12-a332-1da0512f3c89",
          "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": "b0aedc97-d3ff-453d-b873-c16c8edaffdb",
          "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": "7b6d096c-eea0-41a7-a40e-e18f4204c527",
            "generatedFromUUID": "b0aedc97-d3ff-453d-b873-c16c8edaffdb"
          },
          "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": "7b6d096c-eea0-41a7-a40e-e18f4204c527",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDI3YWZlYTRlYWVkYmIzODkzMzhiNDU4NWViY2ViODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9e97e93f-9af3-46ce-86f9-e0bf886b1878"
    }
  ],
  "workloadContext": "Production"
}
2022-04-09T04:26:07.806Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:26:07.807Z|630dc6d0-e350-45a1-9e6d-4b1def60e874|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e969c772-9c95-4cc3-ac07-dca452afda5c ASDC
2022-04-09T04:26:07.807Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0eab755b-b517-46e2-a1e5-5519bc8cadc5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e969c772-9c95-4cc3-ac07-dca452afda5c
ServiceInvariantUUID:a298b99e-e77f-4aa8-a00b-67e545604267
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:9e97e93f-9af3-46ce-86f9-e0bf886b1878
ArtifactChecksum:ZDI3YWZlYTRlYWVkYmIzODkzMzhiNDU4NWViY2ViODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a9819b7f-d7e5-467b-9a39-479d3174c778
ResourceInvariantUUID:7d89f812-8fdf-4520-95f2-8f54dba2a612
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f26d89ef-3281-4a82-bddf-f45e1edd3b5b
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:2e45c634-865a-4e12-a332-1da0512f3c89
ArtifactChecksum:MzI3ZjMyNDIwNWUwNjgxMzI0YWVmNmRiODQ2MjQ2YTY=
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:b0aedc97-d3ff-453d-b873-c16c8edaffdb
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:7b6d096c-eea0-41a7-a40e-e18f4204c527
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:7b6d096c-eea0-41a7-a40e-e18f4204c527
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-09T04:26:07.808Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e969c772-9c95-4cc3-ac07-dca452afda5c 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-04-09T04:26:07.850Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:26:07.851Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:26:07.851Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:26:07.851Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9e97e93f-9af3-46ce-86f9-e0bf886b1878 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-09T04:26:07.852Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:26:07.852Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-09T04:26:08.172Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:26:08.177Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9e97e93f-9af3-46ce-86f9-e0bf886b1878 71031
2022-04-09T04:26:08.177Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-09T04:26:08.177Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-09T04:26:08.177Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:26:08.178Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:08.180Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:08.181Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478368177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:26:08.281Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:08.282Z||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-04-09T04:26:08.282Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:08.297Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:08.298Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:09.181Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:26:09.182Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:26:09.182Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9e97e93f-9af3-46ce-86f9-e0bf886b1878, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-09T04:26:09.183Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-09T04:26:09.183Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-09T04:26:09.183Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-09T04:26:09.384Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6797250657482552836/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-04-09T04:26:11.083Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:26:11.084Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:26:11.084Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-09T04:26:11.084Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-09T04:26:11.084Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:11.084Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:11.085Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|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-BasicVm-csar.csar
2022-04-09T04:26:11.085Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|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-BasicVm-csar.csar
2022-04-09T04:26:11.085Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|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-BasicVm-csar.csar
2022-04-09T04:26:11.085Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:11.085Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|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-BasicVm-csar.csar
2022-04-09T04:26:11.085Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:11.085Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|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-BasicVm-csar.csar
2022-04-09T04:26:11.086Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:26:11.088Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:11.088Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:11.089Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-09T04:26:11.089Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:26:11.089Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:26:11.089Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:11.090Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:11.090Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-09T04:26:11.090Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:26:11.090Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:26:11.091Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:11.091Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:11.091Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:11.091Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-09T04:26:11.092Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-09T04:26:11.092Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-09T04:26:11.092Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-09T04:26:11.092Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-09T04:26:11.092Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-09T04:26:11.092Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:11.093Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:26:11.093Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:11.093Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-09T04:26:11.093Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:26:11.094Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:11.094Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-09T04:26:11.094Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:26:11.094Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:11.095Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-09T04:26:11.095Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:26:11.095Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:11.095Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-09T04:26:11.096Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-09T04:26:11.096Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-09T04:26:11.096Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e19c9d3e-7b79-4801-8bea-adea273b72bf
2022-04-09T04:26:11.096Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:11.097Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:11.097Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:11.097Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:11.097Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:11.097Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:11.098Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:11.098Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:11.098Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e969c772-9c95-4cc3-ac07-dca452afda5c
Model Version:NULL
Model InvariantUuid:a298b99e-e77f-4aa8-a00b-67e545604267
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:854aa469-4126-448b-b788-da180e923eac
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7d89f812-8fdf-4520-95f2-8f54dba2a612
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a9819b7f-d7e5-467b-9a39-479d3174c778
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b3afb290-8294-4894-b181-6b81b02403fa
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4363a83c-e694-4f31-a0be-0c1c706eaea4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e19c9d3e-7b79-4801-8bea-adea273b72bf
ModelInvariantUuid:b01ba94b-2b50-411b-9f28-c73558b1f73e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:cab97523-3e44-41f9-8b56-edd20c14a4f5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6bc19b2e-2c3c-4857-b30e-f07365006939
ModelInvariantUuid:30a7057e-ef1e-4975-95a9-ace6db71f767
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:650debd5-fb6f-4eba-88d8-2e6826f58e79
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-04-09T04:26:11.114Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f26d89ef-3281-4a82-bddf-f45e1edd3b5b
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-04-09T04:26:11.119Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-04-09T04:26:11.120Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f26d89ef-3281-4a82-bddf-f45e1edd3b5b
2022-04-09T04:26:11.120Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2e45c634-865a-4e12-a332-1da0512f3c89 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-09T04:26:11.120Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:26:11.120Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:11.179Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:26:11.180Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2e45c634-865a-4e12-a332-1da0512f3c89 787
2022-04-09T04:26:11.180Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:11.180Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:11.181Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:26:11.181Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:11.184Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:11.185Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478371180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:26:11.285Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:11.286Z||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-04-09T04:26:11.286Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:11.309Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:11.310Z||pool-76-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:12.186Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b3afb290-8294-4894-b181-6b81b02403fa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4363a83c-e694-4f31-a0be-0c1c706eaea4",
    "vfModuleModelCustomizationUUID": "4c1b26cd-a8dd-40cc-a6e7-1e5e11e7cd40",
    "isBase": true,
    "artifacts": [
      "b0aedc97-d3ff-453d-b873-c16c8edaffdb",
      "7b6d096c-eea0-41a7-a40e-e18f4204c527"
    ],
    "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-04-09T04:26:12.192Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4363a83c-e694-4f31-a0be-0c1c706eaea4
VfModuleModelInvariantUUID:b3afb290-8294-4894-b181-6b81b02403fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
b0aedc97-d3ff-453d-b873-c16c8edaffdb
,
7b6d096c-eea0-41a7-a40e-e18f4204c527

}
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-04-09T04:26:12.197Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b3afb290-8294-4894-b181-6b81b02403fa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4363a83c-e694-4f31-a0be-0c1c706eaea4",
    "vfModuleModelCustomizationUUID": "4c1b26cd-a8dd-40cc-a6e7-1e5e11e7cd40",
    "isBase": true,
    "artifacts": [
      "b0aedc97-d3ff-453d-b873-c16c8edaffdb",
      "7b6d096c-eea0-41a7-a40e-e18f4204c527"
    ],
    "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-04-09T04:26:12.197Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4363a83c-e694-4f31-a0be-0c1c706eaea4
VfModuleModelInvariantUUID:b3afb290-8294-4894-b181-6b81b02403fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
b0aedc97-d3ff-453d-b873-c16c8edaffdb
,
7b6d096c-eea0-41a7-a40e-e18f4204c527

}
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-04-09T04:26:12.198Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b0aedc97-d3ff-453d-b873-c16c8edaffdb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-09T04:26:12.198Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:26:12.198Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:12.360Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:26:12.362Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b0aedc97-d3ff-453d-b873-c16c8edaffdb 5033
2022-04-09T04:26:12.362Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:12.363Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:12.363Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:26:12.364Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:12.367Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:12.368Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478372362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:26:12.468Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:26:12.469Z||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-04-09T04:26:12.469Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:12.482Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:12.482Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:26:13.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:26:13.242Z||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-04-09T04:26:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:26:13.265Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:13.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:26:13.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:26:13.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:26:13.369Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7b6d096c-eea0-41a7-a40e-e18f4204c527 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-09T04:26:13.370Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:26:13.370Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:13.568Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:26:13.568Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7b6d096c-eea0-41a7-a40e-e18f4204c527 903
2022-04-09T04:26:13.569Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:13.570Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:13.570Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:26:13.571Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:13.574Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:13.574Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478373569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:26:13.674Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:13.675Z||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-04-09T04:26:13.675Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:13.730Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:13.731Z||pool-78-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:14.575Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e969c772-9c95-4cc3-ac07-dca452afda5c
2022-04-09T04:26:14.576Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f26d89ef-3281-4a82-bddf-f45e1edd3b5b 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-04-09T04:26:14.614Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13d1ba30, org.onap.sdc.toscaparser.api.parameters.Input@754b1ec5, org.onap.sdc.toscaparser.api.parameters.Input@a34488c, org.onap.sdc.toscaparser.api.parameters.Input@24b0d63a, org.onap.sdc.toscaparser.api.parameters.Input@3aaee8a6]
2022-04-09T04:26:14.616Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.616Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:14.617Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-04-09T04:26:14.617Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a9819b7f-d7e5-467b-9a39-479d3174c778
2022-04-09T04:26:14.617Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a9819b7f-d7e5-467b-9a39-479d3174c778 matches Tosca VF Customization UUID: a9819b7f-d7e5-467b-9a39-479d3174c778
2022-04-09T04:26:14.617Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a9819b7f-d7e5-467b-9a39-479d3174c778  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-04-09T04:26:14.621Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.621Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:14.622Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a9819b7f-d7e5-467b-9a39-479d3174c778: {\"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-04-09T04:26:14.622Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d453e93
2022-04-09T04:26:14.623Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.623Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:26:14.623Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4c1b26cd-a8dd-40cc-a6e7-1e5e11e7cd40
2022-04-09T04:26:14.623Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4c1b26cd-a8dd-40cc-a6e7-1e5e11e7cd40
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-04-09T04:26:14.628Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.633Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-09T04:26:14.634Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:26:14.635Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.635Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-09T04:26:14.635Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:26:14.635Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.635Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-09T04:26:14.636Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-09T04:26:14.636Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-09T04:26:14.636Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e19c9d3e-7b79-4801-8bea-adea273b72bf
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-04-09T04:26:14.641Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.646Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-09T04:26:14.647Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:26:14.648Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.649Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-09T04:26:14.650Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a9819b7f-d7e5-467b-9a39-479d3174c778
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-04-09T04:26:14.655Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.656Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:14.657Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e969c772-9c95-4cc3-ac07-dca452afda5c: basic_vm
2022-04-09T04:26:14.657Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.657Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:14.657Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.657Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:14.657Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.658Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:14.658Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.658Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:14.658Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:26:14.658Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:26:14.658Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:14.796Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f26d89ef-3281-4a82-bddf-f45e1edd3b5b 1 ASDC deployResourceStructure
2022-04-09T04:26:14.797Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:14.797Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:14.797Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:26:14.797Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:14.800Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:14.801Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478374797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:26:14.901Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:14.902Z||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-04-09T04:26:14.902Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:14.969Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:14.970Z||pool-79-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:15.801Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:15.802Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:15.802Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:26:15.802Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:15.804Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:15.804Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478375801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:26:15.904Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:15.906Z||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-04-09T04:26:15.906Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:15.920Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:15.921Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:26:16.807Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:16.807Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||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-04-09T04:26:16.807Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:26:16.807Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:16.810Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:16.810Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478376806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-09T04:26:16.910Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:16.911Z||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-04-09T04:26:16.911Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:16.922Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:16.923Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:17.811Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-09T04:26:17.811Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-09T04:26:17.811Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:26:17.812Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:17.814Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:17.815Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478377811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:26:17.915Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:17.916Z||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-04-09T04:26:17.916Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:17.927Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:17.928Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:18.815Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eab755b-b517-46e2-a1e5-5519bc8cadc5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:26:18.828Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eab755b-b517-46e2-a1e5-5519bc8cadc5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:26:18.831Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:26:18.832Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:26:18.832Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-09T04:26:18.832Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-09T04:26:18.832Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:26:18.832Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:26:18.832Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:26:18.832Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:26:18.832Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:26:18.833Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|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-04-09T04:26:18.839Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-09T04:26:48.839Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0eab755b-b517-46e2-a1e5-5519bc8cadc5 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-04-09T04:26:48.849Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0eab755b-b517-46e2-a1e5-5519bc8cadc5 and serviceModelVersionId: e969c772-9c95-4cc3-ac07-dca452afda5c
2022-04-09T04:26:48.849Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a298b99e-e77f-4aa8-a00b-67e545604267
2022-04-09T04:26:48.850Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a298b99e-e77f-4aa8-a00b-67e545604267/model-vers/model-ver/e969c772-9c95-4cc3-ac07-dca452afda5c?depth=0
2022-04-09T04:26:48.857Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-09T04:26:48.919Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a298b99e-e77f-4aa8-a00b-67e545604267/model-vers/model-ver/e969c772-9c95-4cc3-ac07-dca452afda5c?depth=0|INFO|500||Invoke
2022-04-09T04:26:48.920Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a298b99e-e77f-4aa8-a00b-67e545604267/model-vers/model-ver/e969c772-9c95-4cc3-ac07-dca452afda5c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a298b99e-e77f-4aa8-a00b-67e545604267/model-vers/model-ver/e969c772-9c95-4cc3-ac07-dca452afda5c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0eab755b-b517-46e2-a1e5-5519bc8cadc5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e070b944-6eb9-430d-8e66-a1c719c55bd7], X-ECOMP-RequestID=[0eab755b-b517-46e2-a1e5-5519bc8cadc5], X-TransactionId=[], X-ONAP-RequestID=[0eab755b-b517-46e2-a1e5-5519bc8cadc5], Content-Type=[application/merge-patch+json]}
2022-04-09T04:26:48.948Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a298b99e-e77f-4aa8-a00b-67e545604267/model-vers/model-ver/e969c772-9c95-4cc3-ac07-dca452afda5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-09T04:26:49.274Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a298b99e-e77f-4aa8-a00b-67e545604267/model-vers/model-ver/e969c772-9c95-4cc3-ac07-dca452afda5c?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/a298b99e-e77f-4aa8-a00b-67e545604267/model-vers/model-ver/e969c772-9c95-4cc3-ac07-dca452afda5c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220409-04:26:48:204-42428], vertex-id=[246008], Content-Length=[0], Date=[Sat, 09 Apr 2022 04:26:48 GMT], Content-Type=[application/json]}
2022-04-09T04:26:49.274Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a298b99e-e77f-4aa8-a00b-67e545604267/model-vers/model-ver/e969c772-9c95-4cc3-ac07-dca452afda5c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-09T04:26:49.276Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a298b99e-e77f-4aa8-a00b-67e545604267/model-vers/model-ver/e969c772-9c95-4cc3-ac07-dca452afda5c?depth=0|INFO|500||InvokeReturn
2022-04-09T04:26:49.278Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-09T04:26:49.278Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|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-04-09T04:26:49.286Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|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-04-09T04:26:49.287Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0eab755b-b517-46e2-a1e5-5519bc8cadc5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-09T04:26:49.288Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-09T04:26:49.289Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:49.293Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:49.293Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478409288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:26:49.393Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:26:49.394Z||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-04-09T04:26:49.395Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:49.416Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:49.417Z||pool-83-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-09T04:26:50.309Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-09T04:26:50.309Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4deaaccf-d663-4755-8b80-e4837a360b84","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9ea87546-2901-486d-be7b-6d127030f12c","serviceDescription":"service","serviceInvariantUUID":"7470a935-a79f-4451-8dc3-257455e687c1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"31394eaa-95ef-4635-b220-51d4a4dc1e74","resourceInvariantUUID":"accccb75-c71c-4700-b0af-a9b5fc597034","resourceCustomizationUUID":"b2feeba8-981d-4113-9dd2-b04f9946993b","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":"YzU3YmM1MjAzN2E4YWRkNjkwODg4ZDU5Mzk0OTY2ZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"018282e3-f25a-4b9a-a0e1-ff6fd6f8deaf","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":"50f9a9f9-b680-43c6-9984-b3e9d25dc514","artifactVersion":"2","generatedFromUUID":"958c9c3f-500e-4a70-ae70-79892e7ff434"},{"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":"958c9c3f-500e-4a70-ae70-79892e7ff434","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":"M2ZlYjZlYTFjYTkwNDJlZDcyMWEzYmM1MmYwZDZjZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f7e666a8-ed6e-4ace-be1b-2feb2da10db1","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":"4af5ac8a-a89c-4a93-9a4c-5b26f169dc50","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":"a01059ee-b4ff-43b6-9fdf-494e1e89036b","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":"cacf9cf9-07d5-406c-9ce4-bead679ed7e3","artifactVersion":"2","generatedFromUUID":"4af5ac8a-a89c-4a93-9a4c-5b26f169dc50"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDY3MDhjOGM1ZTIyOWQ2OWRlNDZlMjJlN2IxYWI0Zjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f939a632-fff0-4101-b607-fed0723a6d70","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGM1NjQ0NzE4ZDQ2ZDY3MzgzZDllYWFjY2RmNWFmNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5daec9e9-36bc-4b1c-a149-235503d0b415","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:26:50.310Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:50.310Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:50.313Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:50.314Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:26:50.414Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:26:50.415Z||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-04-09T04:26:50.415Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:50.428Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:50.429Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:51.315Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:51.316Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:51.318Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:51.318Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-09T04:26:51.418Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:51.419Z||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-04-09T04:26:51.420Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:51.433Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:51.434Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:26:52.319Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:52.319Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:52.322Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:52.322Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-09T04:26:52.423Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:52.426Z||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-04-09T04:26:52.426Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:52.439Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:52.440Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:26:53.324Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:53.324Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:53.327Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:53.327Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:26:53.427Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:53.428Z||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-04-09T04:26:53.428Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:53.445Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:53.446Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:54.327Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:54.328Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:54.331Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:54.331Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:26:54.431Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:26:54.433Z||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-04-09T04:26:54.433Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:54.446Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:54.446Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:26:55.332Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:55.333Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:55.336Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:55.336Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:26:55.436Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:55.437Z||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-04-09T04:26:55.437Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:55.449Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:55.450Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:26:56.337Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:56.337Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:56.344Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:56.344Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-09T04:26:56.441Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-09T04:26:56.445Z||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-04-09T04:26:56.446Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:56.457Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:56.458Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:57.345Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:57.346Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:57.348Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:57.348Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:26:57.449Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-09T04:26:57.450Z||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-04-09T04:26:57.450Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:57.461Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:57.461Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:26:58.349Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:26:58.349Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:58.352Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:58.352Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:26:58.452Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:26:58.458Z||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-04-09T04:26:58.458Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:58.475Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:58.476Z||pool-92-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:26:59.354Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "9ea87546-2901-486d-be7b-6d127030f12c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7470a935-a79f-4451-8dc3-257455e687c1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b2feeba8-981d-4113-9dd2-b04f9946993b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "31394eaa-95ef-4635-b220-51d4a4dc1e74",
      "resourceInvariantUUID": "accccb75-c71c-4700-b0af-a9b5fc597034",
      "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": "50f9a9f9-b680-43c6-9984-b3e9d25dc514",
          "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": "958c9c3f-500e-4a70-ae70-79892e7ff434",
          "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": "M2ZlYjZlYTFjYTkwNDJlZDcyMWEzYmM1MmYwZDZjZjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f7e666a8-ed6e-4ace-be1b-2feb2da10db1",
          "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": "4af5ac8a-a89c-4a93-9a4c-5b26f169dc50",
          "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": "cacf9cf9-07d5-406c-9ce4-bead679ed7e3",
            "generatedFromUUID": "4af5ac8a-a89c-4a93-9a4c-5b26f169dc50"
          },
          "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": "cacf9cf9-07d5-406c-9ce4-bead679ed7e3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZGM1NjQ0NzE4ZDQ2ZDY3MzgzZDllYWFjY2RmNWFmNjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5daec9e9-36bc-4b1c-a149-235503d0b415"
    }
  ],
  "workloadContext": "Production"
}
2022-04-09T04:26:59.354Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:26:59.354Z|0eab755b-b517-46e2-a1e5-5519bc8cadc5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9ea87546-2901-486d-be7b-6d127030f12c ASDC
2022-04-09T04:26:59.355Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4deaaccf-d663-4755-8b80-e4837a360b84
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9ea87546-2901-486d-be7b-6d127030f12c
ServiceInvariantUUID:7470a935-a79f-4451-8dc3-257455e687c1
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:5daec9e9-36bc-4b1c-a149-235503d0b415
ArtifactChecksum:ZGM1NjQ0NzE4ZDQ2ZDY3MzgzZDllYWFjY2RmNWFmNjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b2feeba8-981d-4113-9dd2-b04f9946993b
ResourceInvariantUUID:accccb75-c71c-4700-b0af-a9b5fc597034
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:31394eaa-95ef-4635-b220-51d4a4dc1e74
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:50f9a9f9-b680-43c6-9984-b3e9d25dc514
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:958c9c3f-500e-4a70-ae70-79892e7ff434
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:f7e666a8-ed6e-4ace-be1b-2feb2da10db1
ArtifactChecksum:M2ZlYjZlYTFjYTkwNDJlZDcyMWEzYmM1MmYwZDZjZjE=
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:4af5ac8a-a89c-4a93-9a4c-5b26f169dc50
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:cacf9cf9-07d5-406c-9ce4-bead679ed7e3
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:cacf9cf9-07d5-406c-9ce4-bead679ed7e3
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-09T04:26:59.356Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ea87546-2901-486d-be7b-6d127030f12c 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-04-09T04:26:59.405Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:26:59.406Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:26:59.407Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:26:59.407Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5daec9e9-36bc-4b1c-a149-235503d0b415 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-09T04:26:59.407Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:26:59.407Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-09T04:26:59.851Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:26:59.854Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5daec9e9-36bc-4b1c-a149-235503d0b415 68929
2022-04-09T04:26:59.855Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-09T04:26:59.855Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-09T04:26:59.855Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:26:59.856Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:26:59.858Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:26:59.858Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478419855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:26:59.958Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:26:59.960Z||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-04-09T04:26:59.960Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:26:59.984Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:26:59.985Z||pool-93-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:00.859Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:27:00.860Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:27:00.860Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5daec9e9-36bc-4b1c-a149-235503d0b415, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-09T04:27:00.874Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-09T04:27:00.875Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-09T04:27:00.875Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-09T04:27:01.058Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3154390429537913180/Definitions/service-BasicCnf-template.yml
2022-04-09T04:27:02.691Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:27:02.692Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:27:02.692Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-09T04:27:02.692Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-09T04:27:02.692Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:02.692Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:02.692Z|4deaaccf-d663-4755-8b80-e4837a360b84|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-BasicCnf-csar.csar
2022-04-09T04:27:02.693Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:02.693Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:27:02.693Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:02.693Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:02.694Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-09T04:27:02.694Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:27:02.694Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:27:02.694Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:02.695Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:02.695Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-09T04:27:02.695Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:27:02.695Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:27:02.695Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:02.696Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:02.696Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:02.696Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-09T04:27:02.696Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-09T04:27:02.697Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-09T04:27:02.697Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-09T04:27:02.697Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:02.697Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:27:02.697Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:02.697Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-09T04:27:02.698Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:27:02.698Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:02.698Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-09T04:27:02.698Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:27:02.698Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:02.699Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-09T04:27:02.699Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:27:02.699Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:02.699Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-09T04:27:02.699Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-09T04:27:02.700Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d3f8ed44-abec-447a-9288-c9b45aec3434
2022-04-09T04:27:02.700Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:02.700Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:02.700Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:02.700Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:02.700Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:02.700Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:02.701Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:02.701Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:02.701Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9ea87546-2901-486d-be7b-6d127030f12c
Model Version:NULL
Model InvariantUuid:7470a935-a79f-4451-8dc3-257455e687c1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:70ff0808-997d-4bf2-a4a2-0524da05c551
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:accccb75-c71c-4700-b0af-a9b5fc597034
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b2feeba8-981d-4113-9dd2-b04f9946993b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:36a84e04-57c7-4c36-a90b-859afe61e0f0
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:a037247f-36ce-4a8b-99ac-67e4c7750163
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d3f8ed44-abec-447a-9288-c9b45aec3434
ModelInvariantUuid:2d3992ec-1d6d-4968-ad50-b2785587bf88
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:be34538f-d3e8-4e68-9245-2c842e745c59
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e4ba834e-aa45-4173-8828-f80f7409cec2
ModelInvariantUuid:dcad2ea5-d8fd-4687-8f8b-2dda7c0e7017
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:34707dd3-598a-4e74-8c25-2cb108422c15
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-04-09T04:27:02.708Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 31394eaa-95ef-4635-b220-51d4a4dc1e74
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-04-09T04:27:02.712Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-04-09T04:27:02.713Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 31394eaa-95ef-4635-b220-51d4a4dc1e74
2022-04-09T04:27:02.713Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 50f9a9f9-b680-43c6-9984-b3e9d25dc514 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-09T04:27:02.713Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:27:02.713Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:02.958Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:27:02.959Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 50f9a9f9-b680-43c6-9984-b3e9d25dc514 12
2022-04-09T04:27:02.959Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:02.960Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:02.960Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:27:02.960Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:02.963Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:02.963Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478422959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:03.063Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:27:03.064Z||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-04-09T04:27:03.065Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:03.077Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:03.077Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:27:03.964Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 958c9c3f-500e-4a70-ae70-79892e7ff434 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-09T04:27:03.964Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:27:03.964Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:04.352Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:27:04.353Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 958c9c3f-500e-4a70-ae70-79892e7ff434 2688
2022-04-09T04:27:04.353Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:04.353Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:04.353Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:27:04.354Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:04.356Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:04.356Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478424353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:04.456Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:27:04.458Z||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-04-09T04:27:04.458Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:04.474Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:04.475Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:05.358Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f7e666a8-ed6e-4ace-be1b-2feb2da10db1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-09T04:27:05.358Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:27:05.359Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:05.569Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:27:05.569Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f7e666a8-ed6e-4ace-be1b-2feb2da10db1 828
2022-04-09T04:27:05.570Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:05.570Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:05.570Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:27:05.570Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:05.573Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:05.573Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478425569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:05.673Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:27:05.674Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-09T04:27:05.674Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:05.687Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:05.688Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:27:06.574Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "36a84e04-57c7-4c36-a90b-859afe61e0f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a037247f-36ce-4a8b-99ac-67e4c7750163",
    "vfModuleModelCustomizationUUID": "7c92a4f7-d7c4-41ba-821a-64409664d1e5",
    "isBase": true,
    "artifacts": [
      "958c9c3f-500e-4a70-ae70-79892e7ff434",
      "4af5ac8a-a89c-4a93-9a4c-5b26f169dc50",
      "cacf9cf9-07d5-406c-9ce4-bead679ed7e3"
    ],
    "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-04-09T04:27:06.582Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a037247f-36ce-4a8b-99ac-67e4c7750163
VfModuleModelInvariantUUID:36a84e04-57c7-4c36-a90b-859afe61e0f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
958c9c3f-500e-4a70-ae70-79892e7ff434
,
4af5ac8a-a89c-4a93-9a4c-5b26f169dc50
,
cacf9cf9-07d5-406c-9ce4-bead679ed7e3

}
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-04-09T04:27:06.586Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "36a84e04-57c7-4c36-a90b-859afe61e0f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a037247f-36ce-4a8b-99ac-67e4c7750163",
    "vfModuleModelCustomizationUUID": "7c92a4f7-d7c4-41ba-821a-64409664d1e5",
    "isBase": true,
    "artifacts": [
      "958c9c3f-500e-4a70-ae70-79892e7ff434",
      "4af5ac8a-a89c-4a93-9a4c-5b26f169dc50",
      "cacf9cf9-07d5-406c-9ce4-bead679ed7e3"
    ],
    "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-04-09T04:27:06.586Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a037247f-36ce-4a8b-99ac-67e4c7750163
VfModuleModelInvariantUUID:36a84e04-57c7-4c36-a90b-859afe61e0f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
958c9c3f-500e-4a70-ae70-79892e7ff434
,
4af5ac8a-a89c-4a93-9a4c-5b26f169dc50
,
cacf9cf9-07d5-406c-9ce4-bead679ed7e3

}
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-04-09T04:27:06.586Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4af5ac8a-a89c-4a93-9a4c-5b26f169dc50 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-09T04:27:06.587Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:27:06.587Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:06.759Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:27:06.759Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4af5ac8a-a89c-4a93-9a4c-5b26f169dc50 1164
2022-04-09T04:27:06.760Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:06.760Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:06.760Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:27:06.760Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:06.762Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:06.762Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478426760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:06.862Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:27:06.864Z||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-04-09T04:27:06.864Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:06.880Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:06.880Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:07.763Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cacf9cf9-07d5-406c-9ce4-bead679ed7e3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-09T04:27:07.763Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:27:07.764Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:07.955Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:27:07.956Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cacf9cf9-07d5-406c-9ce4-bead679ed7e3 200
2022-04-09T04:27:07.957Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:07.957Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:07.957Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:27:07.958Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:07.960Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:07.961Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478427957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:08.061Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:27:08.062Z||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-04-09T04:27:08.063Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:08.083Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:08.084Z||pool-98-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:08.961Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9ea87546-2901-486d-be7b-6d127030f12c
2022-04-09T04:27:08.962Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 31394eaa-95ef-4635-b220-51d4a4dc1e74 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 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=?
2022-04-09T04:27:08.981Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-09T04:27:08.985Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72cc37a5, org.onap.sdc.toscaparser.api.parameters.Input@35c2c130, org.onap.sdc.toscaparser.api.parameters.Input@6fd73bcf, org.onap.sdc.toscaparser.api.parameters.Input@10639d44, org.onap.sdc.toscaparser.api.parameters.Input@381f1f2]
2022-04-09T04:27:08.987Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:08.987Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:08.988Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-04-09T04:27:08.988Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b2feeba8-981d-4113-9dd2-b04f9946993b
2022-04-09T04:27:08.988Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2feeba8-981d-4113-9dd2-b04f9946993b matches Tosca VF Customization UUID: b2feeba8-981d-4113-9dd2-b04f9946993b
2022-04-09T04:27:08.988Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b2feeba8-981d-4113-9dd2-b04f9946993b  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-04-09T04:27:08.991Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:08.991Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:08.992Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b2feeba8-981d-4113-9dd2-b04f9946993b: {\"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-04-09T04:27:08.992Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a331f4d
2022-04-09T04:27:08.992Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:08.993Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:27:08.993Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7c92a4f7-d7c4-41ba-821a-64409664d1e5
2022-04-09T04:27:08.993Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7c92a4f7-d7c4-41ba-821a-64409664d1e5
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-04-09T04:27:08.996Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:08.996Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-09T04:27:08.996Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:27:08.997Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:08.997Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-09T04:27:08.997Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:27:08.998Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:08.998Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-09T04:27:08.998Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-09T04:27:08.998Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d3f8ed44-abec-447a-9288-c9b45aec3434
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-04-09T04:27:09.001Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:09.002Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-09T04:27:09.002Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:27:09.002Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:09.002Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-09T04:27:09.002Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b2feeba8-981d-4113-9dd2-b04f9946993b
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-04-09T04:27:09.004Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:09.004Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:09.005Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9ea87546-2901-486d-be7b-6d127030f12c: basic_cnf
2022-04-09T04:27:09.005Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:09.005Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:09.005Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:09.005Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:09.006Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:09.006Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:09.006Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:09.006Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:09.006Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:27:09.006Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:27:09.007Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:09.114Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 31394eaa-95ef-4635-b220-51d4a4dc1e74 1 ASDC deployResourceStructure
2022-04-09T04:27:09.115Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:09.115Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:09.116Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-09T04:27:09.116Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:09.119Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:09.119Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478429114,
  "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-04-09T04:27:09.219Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:27:09.220Z||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-04-09T04:27:09.220Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:09.241Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:09.242Z||pool-99-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:10.120Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:10.120Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:10.120Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-09T04:27:10.121Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:10.124Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:10.125Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478430120,
  "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-04-09T04:27:10.224Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:27:10.225Z||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-04-09T04:27:10.225Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:10.248Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:10.248Z||pool-100-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:11.126Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:11.126Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:11.127Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:27:11.127Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:11.130Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:11.130Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478431126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:11.230Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:27:11.231Z||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-04-09T04:27:11.231Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:11.245Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:11.246Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:27:12.131Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:12.131Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:12.131Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:27:12.133Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:12.136Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:12.136Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478432131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:12.236Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:27:12.237Z||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-04-09T04:27:12.237Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:12.262Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:12.263Z||pool-102-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:13.137Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:13.137Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||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-04-09T04:27:13.138Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:27:13.138Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:13.140Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:13.141Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478433137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:27:13.243Z||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-04-09T04:27:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:27:13.245Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-09T04:27:13.246Z||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-04-09T04:27:13.246Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:13.275Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:13.292Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:13.293Z||pool-103-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:13.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478253349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "clamp",
  "timestamp": 1649478252085,
  "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-04-09T04:27:13.311Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0eab755b-b517-46e2-a1e5-5519bc8cadc5
2022-04-09T04:27:13.311Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eab755b-b517-46e2-a1e5-5519bc8cadc5 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-04-09T04:27:13.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "policy-id",
  "timestamp": 1649478254080,
  "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-04-09T04:27:13.331Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4deaaccf-d663-4755-8b80-e4837a360b84
2022-04-09T04:27:13.331Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4deaaccf-d663-4755-8b80-e4837a360b84 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-04-09T04:27:13.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478252963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478252963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478252963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "dcae-sch",
  "timestamp": 1649478244823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "policy-id",
  "timestamp": 1649478255083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478256464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478252963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "dcae-sch",
  "timestamp": 1649478244823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "policy-id",
  "timestamp": 1649478255083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478256464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478252963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "dcae-sch",
  "timestamp": 1649478244823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "policy-id",
  "timestamp": 1649478255083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478256464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478252963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "dcae-sch",
  "timestamp": 1649478244823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "policy-id",
  "timestamp": 1649478255083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478256464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478252963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "dcae-sch",
  "timestamp": 1649478244823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "policy-id",
  "timestamp": 1649478255083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478256464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "aai-ml",
  "timestamp": 1649478230818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478252963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "dcae-sch",
  "timestamp": 1649478244823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "policy-id",
  "timestamp": 1649478255083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478256464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478252963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "aai-ml",
  "timestamp": 1649478260907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "dcae-sch",
  "timestamp": 1649478244823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "clamp",
  "timestamp": 1649478229147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "policy-id",
  "timestamp": 1649478255083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478256464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "dcae-sch",
  "timestamp": 1649478244823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "policy-id",
  "timestamp": 1649478255083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478262782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478256464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "policy-id",
  "timestamp": 1649478265186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478265279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478264988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "clamp",
  "timestamp": 1649478264451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "policy-id",
  "timestamp": 1649478266192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478266496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478265994,
  "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-04-09T04:27:13.390Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4deaaccf-d663-4755-8b80-e4837a360b84
2022-04-09T04:27:13.391Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4deaaccf-d663-4755-8b80-e4837a360b84 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-04-09T04:27:13.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "policy-id",
  "timestamp": 1649478267197,
  "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-04-09T04:27:13.426Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7
2022-04-09T04:27:13.427Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7 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-04-09T04:27:13.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "dcae-sch",
  "timestamp": 1649478264823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "clamp",
  "timestamp": 1649478266089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478267772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "dcae-sch",
  "timestamp": 1649478264823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "clamp",
  "timestamp": 1649478267092,
  "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-04-09T04:27:13.446Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4deaaccf-d663-4755-8b80-e4837a360b84
2022-04-09T04:27:13.447Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4deaaccf-d663-4755-8b80-e4837a360b84 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-04-09T04:27:13.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478268807,
  "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-04-09T04:27:13.462Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7
2022-04-09T04:27:13.463Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7 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-04-09T04:27:13.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "cds",
  "timestamp": 1649478267871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "dcae-sch",
  "timestamp": 1649478264823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478269812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "dcae-sch",
  "timestamp": 1649478264823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "dcae-sch",
  "timestamp": 1649478264823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "cds",
  "timestamp": 1649478270280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-09T04:27:13.485Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7
2022-04-09T04:27:13.486Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7 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-04-09T04:27:13.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "policy-id",
  "timestamp": 1649478271731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "dcae-sch",
  "timestamp": 1649478264823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "aai-ml",
  "timestamp": 1649478271486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.506Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "policy-id",
  "timestamp": 1649478271731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "dcae-sch",
  "timestamp": 1649478264823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "aai-ml",
  "timestamp": 1649478272494,
  "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-04-09T04:27:13.516Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4deaaccf-d663-4755-8b80-e4837a360b84
2022-04-09T04:27:13.516Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4deaaccf-d663-4755-8b80-e4837a360b84 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-04-09T04:27:13.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "policy-id",
  "timestamp": 1649478271731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "dcae-sch",
  "timestamp": 1649478264823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "policy-id",
  "timestamp": 1649478271731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "dcae-sch",
  "timestamp": 1649478264823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "policy-id",
  "timestamp": 1649478271731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478276464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "policy-id",
  "timestamp": 1649478271731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478276464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "policy-id",
  "timestamp": 1649478271731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478276464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "policy-id",
  "timestamp": 1649478271731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478261626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478276464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "policy-id",
  "timestamp": 1649478271731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "cds",
  "timestamp": 1649478258749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478276464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478279698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "policy-id",
  "timestamp": 1649478281564,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "cds",
  "timestamp": 1649478280492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478276464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478280727,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.551Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "policy-id",
  "timestamp": 1649478282569,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478276464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478281730,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:27:13.568Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of df03fd71-e1ac-4a6f-b5b7-ae6ec7116407
2022-04-09T04:27:13.569Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df03fd71-e1ac-4a6f-b5b7-ae6ec7116407 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-04-09T04:27:13.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "cds",
  "timestamp": 1649478281985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-09T04:27:13.584Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df03fd71-e1ac-4a6f-b5b7-ae6ec7116407
2022-04-09T04:27:13.584Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df03fd71-e1ac-4a6f-b5b7-ae6ec7116407 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-04-09T04:27:13.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "policy-id",
  "timestamp": 1649478283573,
  "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-04-09T04:27:13.604Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df03fd71-e1ac-4a6f-b5b7-ae6ec7116407
2022-04-09T04:27:13.605Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df03fd71-e1ac-4a6f-b5b7-ae6ec7116407 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-04-09T04:27:13.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "aai-ml",
  "timestamp": 1649478282408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478276464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478276464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "clamp",
  "timestamp": 1649478288143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.640Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478291941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "clamp",
  "timestamp": 1649478292090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "clamp",
  "timestamp": 1649478293093,
  "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-04-09T04:27:13.650Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7
2022-04-09T04:27:13.651Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7 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-04-09T04:27:13.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478294257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "aai-ml",
  "timestamp": 1649478294006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478295261,
  "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-04-09T04:27:13.672Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7
2022-04-09T04:27:13.673Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7 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-04-09T04:27:13.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "aai-ml",
  "timestamp": 1649478295009,
  "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-04-09T04:27:13.705Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7
2022-04-09T04:27:13.706Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7 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-04-09T04:27:13.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "clamp",
  "timestamp": 1649478268095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478282963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "aai-ml",
  "timestamp": 1649478273498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478305522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "aai-ml",
  "timestamp": 1649478305190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1536b38-8e3b-4a51-8341-f55356c3f0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478308370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:27:13.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478307382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "clamp",
  "timestamp": 1649478307090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:27:13.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478308385,
  "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-04-09T04:27:13.756Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df03fd71-e1ac-4a6f-b5b7-ae6ec7116407
2022-04-09T04:27:13.756Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df03fd71-e1ac-4a6f-b5b7-ae6ec7116407 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-04-09T04:27:13.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:13.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "clamp",
  "timestamp": 1649478309097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:13.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "clamp",
  "timestamp": 1649478310101,
  "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-04-09T04:27:13.779Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df03fd71-e1ac-4a6f-b5b7-ae6ec7116407
2022-04-09T04:27:13.780Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df03fd71-e1ac-4a6f-b5b7-ae6ec7116407 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-04-09T04:27:13.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:27:13.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:27:13.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:27:13.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "aai-ml",
  "timestamp": 1649478311389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:13.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:27:14.142Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-09T04:27:14.142Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-09T04:27:14.142Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:27:14.143Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:14.146Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:14.147Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478434142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:27:14.246Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:27:14.247Z||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-04-09T04:27:14.247Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:14.273Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:14.273Z||pool-104-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:27:15.147Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4deaaccf-d663-4755-8b80-e4837a360b84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:27:15.160Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4deaaccf-d663-4755-8b80-e4837a360b84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:27:15.164Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:27:15.164Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:27:15.164Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-09T04:27:15.164Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-09T04:27:15.164Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:27:15.165Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:27:15.165Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:27:15.165Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:27:15.165Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:27:15.165Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:27:15.165Z|4deaaccf-d663-4755-8b80-e4837a360b84|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-04-09T04:27:15.171Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-09T04:27:45.172Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4deaaccf-d663-4755-8b80-e4837a360b84 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-04-09T04:27:45.179Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4deaaccf-d663-4755-8b80-e4837a360b84 and serviceModelVersionId: 9ea87546-2901-486d-be7b-6d127030f12c
2022-04-09T04:27:45.180Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7470a935-a79f-4451-8dc3-257455e687c1
2022-04-09T04:27:45.180Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7470a935-a79f-4451-8dc3-257455e687c1/model-vers/model-ver/9ea87546-2901-486d-be7b-6d127030f12c?depth=0
2022-04-09T04:27:45.188Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-09T04:27:45.253Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7470a935-a79f-4451-8dc3-257455e687c1/model-vers/model-ver/9ea87546-2901-486d-be7b-6d127030f12c?depth=0|INFO|500||Invoke
2022-04-09T04:27:45.254Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7470a935-a79f-4451-8dc3-257455e687c1/model-vers/model-ver/9ea87546-2901-486d-be7b-6d127030f12c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7470a935-a79f-4451-8dc3-257455e687c1/model-vers/model-ver/9ea87546-2901-486d-be7b-6d127030f12c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4deaaccf-d663-4755-8b80-e4837a360b84], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a1f7b7e1-525c-4d5c-aab9-8898ebd2ced7], X-ECOMP-RequestID=[4deaaccf-d663-4755-8b80-e4837a360b84], X-TransactionId=[], X-ONAP-RequestID=[4deaaccf-d663-4755-8b80-e4837a360b84], Content-Type=[application/merge-patch+json]}
2022-04-09T04:27:45.282Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7470a935-a79f-4451-8dc3-257455e687c1/model-vers/model-ver/9ea87546-2901-486d-be7b-6d127030f12c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-09T04:27:45.683Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7470a935-a79f-4451-8dc3-257455e687c1/model-vers/model-ver/9ea87546-2901-486d-be7b-6d127030f12c?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/7470a935-a79f-4451-8dc3-257455e687c1/model-vers/model-ver/9ea87546-2901-486d-be7b-6d127030f12c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220409-04:27:44:533-60305], vertex-id=[426128], Content-Length=[0], Date=[Sat, 09 Apr 2022 04:27:44 GMT], Content-Type=[application/json]}
2022-04-09T04:27:45.683Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7470a935-a79f-4451-8dc3-257455e687c1/model-vers/model-ver/9ea87546-2901-486d-be7b-6d127030f12c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-09T04:27:45.684Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7470a935-a79f-4451-8dc3-257455e687c1/model-vers/model-ver/9ea87546-2901-486d-be7b-6d127030f12c?depth=0|INFO|500||InvokeReturn
2022-04-09T04:27:45.690Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-09T04:27:45.690Z|4deaaccf-d663-4755-8b80-e4837a360b84|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-04-09T04:27:45.696Z|4deaaccf-d663-4755-8b80-e4837a360b84|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-04-09T04:27:45.697Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4deaaccf-d663-4755-8b80-e4837a360b84 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-09T04:27:45.697Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-09T04:27:45.697Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:45.700Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:45.700Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478465697,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:27:45.801Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:27:45.802Z||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-04-09T04:27:45.802Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:45.845Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:45.846Z||pool-105-thread-1|||||INFO|500||cambria reply ok (45 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-04-09T04:27:46.714Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:27:46.715Z|4deaaccf-d663-4755-8b80-e4837a360b84|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-04-09T04:27:46.715Z|4deaaccf-d663-4755-8b80-e4837a360b84|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 I80CrkS7jREP1dwO) ...
2022-04-09T04:27:51.098Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:51.099Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-09T04:27:51.099Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b580b600-8712-4d7c-994a-2aff9104f3a1","serviceDescription":"service","serviceInvariantUUID":"b7f6e6e3-e5a4-420e-b113-364e10b466d0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ce11e18-0a5e-4407-8b2f-dca2a5bcfd47","resourceInvariantUUID":"30cc3ed7-f3cd-4ad6-b186-6c92500d9d0b","resourceCustomizationUUID":"b4fe5687-de17-42e8-84d4-d953625495e9","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":"NzkxYjI0NmZkYzNiMDU2YmI3MjIzZWYyZTNlZDU0YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1144f414-2106-425d-9dd2-e97c560e7b5b","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":"YjkwMDU1MjE3MjEyNTEwZTlhOGE4MWMwZTQzMjQ3ODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b58dd63-cc43-4377-8c75-640306139de6","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":"54368913-4f4d-4df0-8505-9a8a4e7da2c6","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":"31c43a9e-f438-4e72-b8ae-84bb9823bf6d","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":"af921b62-5f2d-4d93-8bd9-f33130cff170","artifactVersion":"2","generatedFromUUID":"54368913-4f4d-4df0-8505-9a8a4e7da2c6"},{"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":"NWRhNGZmNzVhNGZiYWZmMTNiMjEyNzgxZGRkODNhNzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d281c8fc-08d6-425c-85d0-4ad1e39e46b2","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":"ODAyNjgwNTlkODNmMDMxMzg4Mjg1MzE3YzA0MWE5M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47473643-369a-4243-b189-dd13ec7472fb","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDc5NDBkMjZmNjdiMWFmYTZiZjBlOGQ1OTQ0NDRhNjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9149cadd-1549-4992-8ba7-fe8ff9f8163c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:27:51.105Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:27:51.105Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:51.108Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:51.108Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:51.208Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:27:51.209Z||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-04-09T04:27:51.209Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:51.227Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:51.228Z||pool-106-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:27:52.108Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:27:52.109Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:52.111Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:52.111Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:27:52.211Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:27:52.213Z||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-04-09T04:27:52.213Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:52.228Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:52.229Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:27:53.113Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:27:53.113Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:53.116Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:53.116Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:27:53.216Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:27:53.218Z||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-04-09T04:27:53.218Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:53.230Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:53.231Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:54.117Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:27:54.117Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:54.119Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:54.119Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:54.220Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:27:54.221Z||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-04-09T04:27:54.221Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:54.260Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:54.261Z||pool-109-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:55.120Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:27:55.120Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:55.123Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:55.123Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-09T04:27:55.223Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:27:55.224Z||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-04-09T04:27:55.224Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:55.237Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:55.238Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:56.124Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:27:56.124Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:56.126Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:56.126Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:56.226Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:27:56.227Z||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-04-09T04:27:56.228Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:56.241Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:56.242Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:57.127Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:27:57.127Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:57.130Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:57.130Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:27:57.230Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:27:57.231Z||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-04-09T04:27:57.231Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:57.241Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:57.242Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:58.131Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:27:58.131Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:58.134Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:58.134Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:27:58.234Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:27:58.235Z||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-04-09T04:27:58.236Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:27:58.248Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:27:58.249Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:27:59.135Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b580b600-8712-4d7c-994a-2aff9104f3a1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7f6e6e3-e5a4-420e-b113-364e10b466d0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b4fe5687-de17-42e8-84d4-d953625495e9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0ce11e18-0a5e-4407-8b2f-dca2a5bcfd47",
      "resourceInvariantUUID": "30cc3ed7-f3cd-4ad6-b186-6c92500d9d0b",
      "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": "YjkwMDU1MjE3MjEyNTEwZTlhOGE4MWMwZTQzMjQ3ODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0b58dd63-cc43-4377-8c75-640306139de6",
          "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": "54368913-4f4d-4df0-8505-9a8a4e7da2c6",
          "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": "af921b62-5f2d-4d93-8bd9-f33130cff170",
            "generatedFromUUID": "54368913-4f4d-4df0-8505-9a8a4e7da2c6"
          },
          "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": "af921b62-5f2d-4d93-8bd9-f33130cff170",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDc5NDBkMjZmNjdiMWFmYTZiZjBlOGQ1OTQ0NDRhNjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9149cadd-1549-4992-8ba7-fe8ff9f8163c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-09T04:27:59.136Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:27:59.136Z|4deaaccf-d663-4755-8b80-e4837a360b84|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b580b600-8712-4d7c-994a-2aff9104f3a1 ASDC
2022-04-09T04:27:59.136Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:b580b600-8712-4d7c-994a-2aff9104f3a1
ServiceInvariantUUID:b7f6e6e3-e5a4-420e-b113-364e10b466d0
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:9149cadd-1549-4992-8ba7-fe8ff9f8163c
ArtifactChecksum:ZDc5NDBkMjZmNjdiMWFmYTZiZjBlOGQ1OTQ0NDRhNjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b4fe5687-de17-42e8-84d4-d953625495e9
ResourceInvariantUUID:30cc3ed7-f3cd-4ad6-b186-6c92500d9d0b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:0ce11e18-0a5e-4407-8b2f-dca2a5bcfd47
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:0b58dd63-cc43-4377-8c75-640306139de6
ArtifactChecksum:YjkwMDU1MjE3MjEyNTEwZTlhOGE4MWMwZTQzMjQ3ODY=
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:54368913-4f4d-4df0-8505-9a8a4e7da2c6
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:af921b62-5f2d-4d93-8bd9-f33130cff170
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:af921b62-5f2d-4d93-8bd9-f33130cff170
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-09T04:27:59.136Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b580b600-8712-4d7c-994a-2aff9104f3a1 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-04-09T04:27:59.187Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:27:59.188Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:27:59.188Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:27:59.189Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9149cadd-1549-4992-8ba7-fe8ff9f8163c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-09T04:27:59.189Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:27:59.189Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-09T04:27:59.970Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:27:59.973Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9149cadd-1549-4992-8ba7-fe8ff9f8163c 78785
2022-04-09T04:27:59.974Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-09T04:27:59.974Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-09T04:27:59.974Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:27:59.975Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:27:59.977Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:27:59.977Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478479974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:28:00.077Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:00.078Z||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-04-09T04:28:00.079Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:00.090Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:00.091Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:00.977Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:28:00.978Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:28:00.978Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9149cadd-1549-4992-8ba7-fe8ff9f8163c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-09T04:28:00.979Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-09T04:28:00.979Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-09T04:28:00.979Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-09T04:28:01.139Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8453705507903253682/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-04-09T04:28:02.627Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:28:02.628Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:28:02.628Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-09T04:28:02.628Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-09T04:28:02.628Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:02.628Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:02.628Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|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-BasicVmMacro-csar.csar
2022-04-09T04:28:02.628Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|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-BasicVmMacro-csar.csar
2022-04-09T04:28:02.628Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|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-BasicVmMacro-csar.csar
2022-04-09T04:28:02.628Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:02.628Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|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-BasicVmMacro-csar.csar
2022-04-09T04:28:02.628Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:02.629Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|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-BasicVmMacro-csar.csar
2022-04-09T04:28:02.629Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:28:02.629Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:02.629Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:02.629Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-09T04:28:02.629Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:28:02.629Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:28:02.629Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:02.630Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:02.630Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-09T04:28:02.643Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:28:02.644Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:28:02.644Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:02.644Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:02.644Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:02.645Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-09T04:28:02.645Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-09T04:28:02.645Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-09T04:28:02.645Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-09T04:28:02.645Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-09T04:28:02.646Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-09T04:28:02.646Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:02.646Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:28:02.646Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:02.646Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-09T04:28:02.647Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:28:02.647Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:02.647Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-09T04:28:02.647Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:28:02.648Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:02.648Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-09T04:28:02.648Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:28:02.648Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:02.648Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-09T04:28:02.649Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-09T04:28:02.649Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-09T04:28:02.649Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1e288732-a4f2-4780-bec0-ffd53970703d
2022-04-09T04:28:02.649Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:02.650Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:02.650Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:02.650Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:02.650Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:02.650Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:02.651Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:02.651Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:02.651Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:b580b600-8712-4d7c-994a-2aff9104f3a1
Model Version:NULL
Model InvariantUuid:b7f6e6e3-e5a4-420e-b113-364e10b466d0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:78b9f084-28ea-4d81-8137-2aaa06dc7db9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:30cc3ed7-f3cd-4ad6-b186-6c92500d9d0b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b4fe5687-de17-42e8-84d4-d953625495e9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b8c6832f-a37a-4ed1-9b4a-d186c37fd0e1
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:47995c12-2ed3-4588-b234-6fec0b9ccd02
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1e288732-a4f2-4780-bec0-ffd53970703d
ModelInvariantUuid:328b772a-02dd-42b8-a44f-1b929a6f6dc8
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:46c5c6dc-bd52-4245-b09b-c76352dfae6f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a9061db4-c0f8-4937-8f31-cc8c665d7755
ModelInvariantUuid:2d82dcf5-d7e3-4fb5-a598-88b354bd5f6c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:7ec4280e-78de-4d86-91c0-5b67d1b4ca4e
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-04-09T04:28:02.658Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ce11e18-0a5e-4407-8b2f-dca2a5bcfd47
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-04-09T04:28:02.660Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-04-09T04:28:02.660Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ce11e18-0a5e-4407-8b2f-dca2a5bcfd47
2022-04-09T04:28:02.660Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0b58dd63-cc43-4377-8c75-640306139de6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-09T04:28:02.661Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:28:02.661Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:02.871Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:28:02.872Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0b58dd63-cc43-4377-8c75-640306139de6 792
2022-04-09T04:28:02.872Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:02.873Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:02.873Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:28:02.873Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:02.875Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:02.876Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478482872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:28:02.976Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:02.977Z||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-04-09T04:28:02.977Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:02.988Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:02.988Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:03.876Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b8c6832f-a37a-4ed1-9b4a-d186c37fd0e1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "47995c12-2ed3-4588-b234-6fec0b9ccd02",
    "vfModuleModelCustomizationUUID": "fb640e26-a28d-40db-ba37-f3fe57f01702",
    "isBase": true,
    "artifacts": [
      "54368913-4f4d-4df0-8505-9a8a4e7da2c6",
      "af921b62-5f2d-4d93-8bd9-f33130cff170"
    ],
    "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-04-09T04:28:03.881Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:47995c12-2ed3-4588-b234-6fec0b9ccd02
VfModuleModelInvariantUUID:b8c6832f-a37a-4ed1-9b4a-d186c37fd0e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
54368913-4f4d-4df0-8505-9a8a4e7da2c6
,
af921b62-5f2d-4d93-8bd9-f33130cff170

}
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-04-09T04:28:03.883Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b8c6832f-a37a-4ed1-9b4a-d186c37fd0e1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "47995c12-2ed3-4588-b234-6fec0b9ccd02",
    "vfModuleModelCustomizationUUID": "fb640e26-a28d-40db-ba37-f3fe57f01702",
    "isBase": true,
    "artifacts": [
      "54368913-4f4d-4df0-8505-9a8a4e7da2c6",
      "af921b62-5f2d-4d93-8bd9-f33130cff170"
    ],
    "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-04-09T04:28:03.884Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:47995c12-2ed3-4588-b234-6fec0b9ccd02
VfModuleModelInvariantUUID:b8c6832f-a37a-4ed1-9b4a-d186c37fd0e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
54368913-4f4d-4df0-8505-9a8a4e7da2c6
,
af921b62-5f2d-4d93-8bd9-f33130cff170

}
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-04-09T04:28:03.884Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 54368913-4f4d-4df0-8505-9a8a4e7da2c6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-09T04:28:03.884Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:28:03.884Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:03.961Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:28:03.962Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 54368913-4f4d-4df0-8505-9a8a4e7da2c6 5033
2022-04-09T04:28:03.962Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:03.962Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:03.963Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:28:03.963Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:03.965Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:03.966Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478483962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:28:04.066Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:04.067Z||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-04-09T04:28:04.067Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:04.080Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:04.080Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:04.966Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: af921b62-5f2d-4d93-8bd9-f33130cff170 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-09T04:28:04.967Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:28:04.967Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:05.149Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:28:05.150Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env af921b62-5f2d-4d93-8bd9-f33130cff170 903
2022-04-09T04:28:05.150Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:05.150Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:05.151Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:28:05.151Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:05.154Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:05.155Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478485150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:28:05.255Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:05.256Z||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-04-09T04:28:05.257Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:05.271Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:05.271Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:28:06.156Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b580b600-8712-4d7c-994a-2aff9104f3a1
2022-04-09T04:28:06.156Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0ce11e18-0a5e-4407-8b2f-dca2a5bcfd47 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-04-09T04:28:06.170Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c49f5b2, org.onap.sdc.toscaparser.api.parameters.Input@9a430ee, org.onap.sdc.toscaparser.api.parameters.Input@6fd88df1, org.onap.sdc.toscaparser.api.parameters.Input@1e5b0ede, org.onap.sdc.toscaparser.api.parameters.Input@7ddc9cc2]
2022-04-09T04:28:06.172Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.172Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:06.173Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-04-09T04:28:06.173Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b4fe5687-de17-42e8-84d4-d953625495e9
2022-04-09T04:28:06.173Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b4fe5687-de17-42e8-84d4-d953625495e9 matches Tosca VF Customization UUID: b4fe5687-de17-42e8-84d4-d953625495e9
2022-04-09T04:28:06.173Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b4fe5687-de17-42e8-84d4-d953625495e9  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-04-09T04:28:06.176Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.176Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:06.177Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b4fe5687-de17-42e8-84d4-d953625495e9: {\"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-04-09T04:28:06.177Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38209460
2022-04-09T04:28:06.177Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.178Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-09T04:28:06.178Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fb640e26-a28d-40db-ba37-f3fe57f01702
2022-04-09T04:28:06.178Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fb640e26-a28d-40db-ba37-f3fe57f01702
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-04-09T04:28:06.181Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.182Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-09T04:28:06.182Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:28:06.183Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.183Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-09T04:28:06.183Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:28:06.184Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.184Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-09T04:28:06.184Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-09T04:28:06.185Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-09T04:28:06.185Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1e288732-a4f2-4780-bec0-ffd53970703d
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-04-09T04:28:06.188Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.189Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-09T04:28:06.189Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-09T04:28:06.190Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.190Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-09T04:28:06.190Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b4fe5687-de17-42e8-84d4-d953625495e9
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-04-09T04:28:06.192Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.193Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:06.193Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b580b600-8712-4d7c-994a-2aff9104f3a1: basic_vm_macro
2022-04-09T04:28:06.193Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.194Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:06.194Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.194Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:06.194Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.195Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:06.195Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.195Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:06.195Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:06.196Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:06.196Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:06.290Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0ce11e18-0a5e-4407-8b2f-dca2a5bcfd47 1 ASDC deployResourceStructure
2022-04-09T04:28:06.290Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:06.291Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:06.291Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:28:06.291Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:06.293Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:06.294Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478486290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:28:06.394Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:06.395Z||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-04-09T04:28:06.395Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:06.407Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:06.408Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:28:07.294Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:07.295Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:07.295Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:28:07.295Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:07.298Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:07.298Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478487294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:28:07.398Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:28:07.399Z||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-04-09T04:28:07.400Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:07.409Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:07.410Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:08.299Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:08.300Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||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-04-09T04:28:08.300Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:28:08.301Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:08.304Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:08.304Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478488299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-09T04:28:08.404Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:08.405Z||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-04-09T04:28:08.405Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:08.416Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:08.416Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:09.305Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-09T04:28:09.306Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-09T04:28:09.306Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:28:09.309Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:09.311Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:09.311Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478489305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:28:09.411Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:09.412Z||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-04-09T04:28:09.413Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:09.434Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:09.434Z||pool-121-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:10.312Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:28:10.331Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:28:10.339Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:28:10.339Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:28:10.339Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-09T04:28:10.339Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-09T04:28:10.339Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:28:10.340Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:28:10.340Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:28:10.340Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:28:10.340Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:28:10.340Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:28:10.340Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|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-04-09T04:28:10.347Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-09T04:28:13.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:28:13.242Z||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-04-09T04:28:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:28:13.277Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:13.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:28:13.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:28:13.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "aai-ml",
  "timestamp": 1649478312393,
  "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-04-09T04:28:13.290Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df03fd71-e1ac-4a6f-b5b7-ae6ec7116407
2022-04-09T04:28:13.290Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df03fd71-e1ac-4a6f-b5b7-ae6ec7116407 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-04-09T04:28:13.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-09T04:28:13.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:28:13.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:28:13.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:28:13.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:28:13.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:28:13.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478318157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:28:13.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:28:13.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478321368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:28:13.306Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:28:13.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478322665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:28:13.306Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:28:13.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478323978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:28:13.307Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:28:13.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478325149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:28:13.307Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:28:13.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478326154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:28:13.308Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:28:13.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478327157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-09T04:28:13.308Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:28:13.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478328163,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:28:13.308Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:28:13.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630dc6d0-e350-45a1-9e6d-4b1def60e874",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478359755,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:28:13.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:28:13.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:28:13.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:28:13.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:28:13.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:28:13.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:28:13.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:28:13.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:28:13.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:28:13.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-09T04:28:13.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:28:13.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:28:13.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:28:13.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:28:13.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:28:13.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478368177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:28:13.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:28:13.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478371180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:28:13.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:28:13.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:28:13.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478372362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:28:13.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:28:40.348Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7 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-04-09T04:28:40.362Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7 and serviceModelVersionId: b580b600-8712-4d7c-994a-2aff9104f3a1
2022-04-09T04:28:40.362Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7f6e6e3-e5a4-420e-b113-364e10b466d0
2022-04-09T04:28:40.364Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7f6e6e3-e5a4-420e-b113-364e10b466d0/model-vers/model-ver/b580b600-8712-4d7c-994a-2aff9104f3a1?depth=0
2022-04-09T04:28:40.371Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-09T04:28:40.433Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7f6e6e3-e5a4-420e-b113-364e10b466d0/model-vers/model-ver/b580b600-8712-4d7c-994a-2aff9104f3a1?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-04-09T04:28:40.436Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7f6e6e3-e5a4-420e-b113-364e10b466d0/model-vers/model-ver/b580b600-8712-4d7c-994a-2aff9104f3a1?depth=0|INFO|500||Invoke
2022-04-09T04:28:40.461Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7f6e6e3-e5a4-420e-b113-364e10b466d0/model-vers/model-ver/b580b600-8712-4d7c-994a-2aff9104f3a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-09T04:28:40.566Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7f6e6e3-e5a4-420e-b113-364e10b466d0/model-vers/model-ver/b580b600-8712-4d7c-994a-2aff9104f3a1?depth=0|INFO|500||InvokeReturn
2022-04-09T04:28:40.570Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7f6e6e3-e5a4-420e-b113-364e10b466d0/model-vers/model-ver/b580b600-8712-4d7c-994a-2aff9104f3a1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220409-04:28:39:710-22827], vertex-id=[229384], Content-Length=[0], Date=[Sat, 09 Apr 2022 04:28:39 GMT], Content-Type=[application/json]}
2022-04-09T04:28:40.571Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-04-09T04:28:40.571Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-09T04:28:40.571Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|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-04-09T04:28:40.576Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|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-04-09T04:28:40.577Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-09T04:28:40.577Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-09T04:28:40.578Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:40.581Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:40.581Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478520577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:28:40.681Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:40.683Z||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-04-09T04:28:40.683Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:40.713Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:40.714Z||pool-122-thread-1|||||INFO|500||cambria reply ok (32 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-04-09T04:28:41.600Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-09T04:28:41.600Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"df03fd71-e1ac-4a6f-b5b7-ae6ec7116407","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3359a815-9987-4255-bdf4-27bb4096aad2","serviceDescription":"service","serviceInvariantUUID":"5612b800-cebd-4752-b5da-e52c2f73cbde","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b72c3c2e-034f-4eaf-b42c-eaefd7e06a9a","resourceInvariantUUID":"3898a861-d033-48f9-ac96-f48df46c9ed3","resourceCustomizationUUID":"dac09ca6-c3f6-4c4d-9f06-1a125528b9c5","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":"ODkyNTQ5ZGI3ZWE0ZjAyODc3MjIxZDBiNTcwOTI2ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"495957d2-8d0a-48cf-919c-469b048b6920","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":"ec24a7f5-88d2-4990-9cf9-b92b56699579","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":"313fccce-e3d8-475d-9ecd-78acfe4a6498","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":"ODI2MmNmYTM2NWZhZWExYTgzMmNmZTdmZjZlNDc2YTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ac5d15be-a9c3-475f-a9fa-95ed1edd5d6d","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":"ca6c9d01-e0d2-477c-9c5f-e16bb46d6851","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":"6a8a0db9-50e8-4a12-a060-c2654b8d8c58","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":"dea4efc1-c2fe-4038-a0b9-2d82720ade00","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":"NGUzNTE5NDA5ZmZiYzcwYTY1NDMyMGY1ODE4Y2IwY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ebcb82f3-e23f-485e-9c55-76e213e1b6c7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzM0Y2YyYzcyYTQxY2JmMWJkMDVlMTk0ZmY1NzA1YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ce2c65c-746b-4f7d-b859-340a17b6710e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:28:41.601Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:28:41.602Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:41.606Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:41.606Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:28:41.706Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:41.707Z||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-04-09T04:28:41.708Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:41.752Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:41.753Z||pool-123-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:28:42.607Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:28:42.608Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:42.610Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:42.611Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:28:42.713Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-09T04:28:42.714Z||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-04-09T04:28:42.714Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:42.727Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:42.728Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:43.613Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:28:43.613Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:43.617Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:43.617Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:28:43.717Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:28:43.718Z||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-04-09T04:28:43.718Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:43.735Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:43.735Z||pool-125-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:44.618Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:28:44.619Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:44.624Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:44.624Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:28:44.738Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-04-09T04:28:44.739Z||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-04-09T04:28:44.739Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:44.784Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:44.785Z||pool-126-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:45.625Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:28:45.626Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:45.629Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:45.629Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:28:45.729Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:45.730Z||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-04-09T04:28:45.730Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:45.743Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:45.743Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:46.630Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:28:46.630Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:46.632Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:46.633Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:28:46.733Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:46.734Z||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-04-09T04:28:46.734Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:46.746Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:46.747Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:47.633Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:28:47.634Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:47.637Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:47.637Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:28:47.737Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:28:47.738Z||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-04-09T04:28:47.739Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:47.750Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:47.751Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:48.638Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:28:48.639Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:48.641Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:48.641Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:28:48.741Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:48.742Z||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-04-09T04:28:48.742Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:48.754Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:48.755Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:49.642Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:28:49.642Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:49.645Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:49.646Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:28:49.746Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:28:49.746Z||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-04-09T04:28:49.747Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:49.769Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:49.770Z||pool-131-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:50.647Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3359a815-9987-4255-bdf4-27bb4096aad2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5612b800-cebd-4752-b5da-e52c2f73cbde",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "dac09ca6-c3f6-4c4d-9f06-1a125528b9c5",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b72c3c2e-034f-4eaf-b42c-eaefd7e06a9a",
      "resourceInvariantUUID": "3898a861-d033-48f9-ac96-f48df46c9ed3",
      "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": "NzM0Y2YyYzcyYTQxY2JmMWJkMDVlMTk0ZmY1NzA1YmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6ce2c65c-746b-4f7d-b859-340a17b6710e"
    }
  ],
  "workloadContext": "Production"
}
2022-04-09T04:28:50.648Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:28:50.648Z|159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3359a815-9987-4255-bdf4-27bb4096aad2 ASDC
2022-04-09T04:28:50.649Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:df03fd71-e1ac-4a6f-b5b7-ae6ec7116407
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3359a815-9987-4255-bdf4-27bb4096aad2
ServiceInvariantUUID:5612b800-cebd-4752-b5da-e52c2f73cbde
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:6ce2c65c-746b-4f7d-b859-340a17b6710e
ArtifactChecksum:NzM0Y2YyYzcyYTQxY2JmMWJkMDVlMTk0ZmY1NzA1YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:dac09ca6-c3f6-4c4d-9f06-1a125528b9c5
ResourceInvariantUUID:3898a861-d033-48f9-ac96-f48df46c9ed3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:b72c3c2e-034f-4eaf-b42c-eaefd7e06a9a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-09T04:28:50.649Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3359a815-9987-4255-bdf4-27bb4096aad2 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-04-09T04:28:50.695Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:28:50.696Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:28:50.696Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:28:50.697Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6ce2c65c-746b-4f7d-b859-340a17b6710e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-09T04:28:50.697Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-09T04:28:50.698Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-09T04:28:51.279Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-09T04:28:51.286Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6ce2c65c-746b-4f7d-b859-340a17b6710e 105631
2022-04-09T04:28:51.286Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-09T04:28:51.286Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-09T04:28:51.286Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:28:51.287Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:51.290Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:51.290Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478531286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:28:51.390Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:51.391Z||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-04-09T04:28:51.392Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:51.404Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:51.404Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:52.291Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:28:52.292Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-09T04:28:52.292Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6ce2c65c-746b-4f7d-b859-340a17b6710e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-09T04:28:52.293Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-09T04:28:52.293Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-09T04:28:52.293Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-09T04:28:52.452Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14746673608790910404/Definitions/service-TestPnfMacro-template.yml
2022-04-09T04:28:53.613Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:28:53.613Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:28:53.614Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-09T04:28:53.614Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-09T04:28:53.614Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|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-TestPnfMacro-csar.csar
2022-04-09T04:28:53.615Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|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-TestPnfMacro-csar.csar
2022-04-09T04:28:53.615Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||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-04-09T04:28:53.615Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|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-TestPnfMacro-csar.csar
2022-04-09T04:28:53.616Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|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-TestPnfMacro-csar.csar
2022-04-09T04:28:53.616Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|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-TestPnfMacro-csar.csar
2022-04-09T04:28:53.616Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|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-TestPnfMacro-csar.csar
2022-04-09T04:28:53.617Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-09T04:28:53.617Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:53.617Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:53.618Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-09T04:28:53.618Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:28:53.618Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:28:53.619Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:53.619Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:53.619Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-09T04:28:53.619Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-09T04:28:53.620Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:28:53.620Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:53.620Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:53.620Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:53.620Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:53.621Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:53.621Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:53.621Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:53.621Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:53.622Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:53.622Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:53.622Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:3359a815-9987-4255-bdf4-27bb4096aad2
Model Version:NULL
Model InvariantUuid:5612b800-cebd-4752-b5da-e52c2f73cbde
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-04-09T04:28:53.631Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: b72c3c2e-034f-4eaf-b42c-eaefd7e06a9a
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-04-09T04:28:53.636Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-04-09T04:28:53.636Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b72c3c2e-034f-4eaf-b42c-eaefd7e06a9a
2022-04-09T04:28:53.637Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3359a815-9987-4255-bdf4-27bb4096aad2
2022-04-09T04:28:53.637Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3359a815-9987-4255-bdf4-27bb4096aad2
2022-04-09T04:28:53.637Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b72c3c2e-034f-4eaf-b42c-eaefd7e06a9a 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-04-09T04:28:53.643Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d8081a8, org.onap.sdc.toscaparser.api.parameters.Input@1b66f07b, org.onap.sdc.toscaparser.api.parameters.Input@2966a2f, org.onap.sdc.toscaparser.api.parameters.Input@60b56ee9, org.onap.sdc.toscaparser.api.parameters.Input@19412e96]
2022-04-09T04:28:53.643Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:53.643Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:53.644Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3359a815-9987-4255-bdf4-27bb4096aad2: test-pnf
2022-04-09T04:28:53.644Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||Processing PNF resource: b72c3c2e-034f-4eaf-b42c-eaefd7e06a9a
2022-04-09T04:28:53.645Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:28:53.645Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:28:53.645Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||Resource customization UUID: dac09ca6-c3f6-4c4d-9f06-1a125528b9c5 is the same as notified resource customizationUUID: dac09ca6-c3f6-4c4d-9f06-1a125528b9c5
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-04-09T04:28:53.689Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b72c3c2e-034f-4eaf-b42c-eaefd7e06a9a 0 ASDC deployResourceStructure
2022-04-09T04:28:53.690Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-09T04:28:53.690Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-09T04:28:53.690Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:28:53.690Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:28:53.693Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:28:53.693Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478533690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:28:53.793Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:28:53.804Z||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-04-09T04:28:53.805Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:28:53.817Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:28:53.818Z||pool-133-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:28:54.694Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df03fd71-e1ac-4a6f-b5b7-ae6ec7116407
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:28:54.715Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df03fd71-e1ac-4a6f-b5b7-ae6ec7116407
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:28:54.719Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:28:54.720Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:28:54.720Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-09T04:28:54.720Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-09T04:28:54.720Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:28:54.720Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:28:54.720Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:28:54.721Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:28:54.721Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:28:54.721Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:28:54.722Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:28:54.722Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|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-04-09T04:28:54.730Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-09T04:29:13.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:29:13.244Z||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-04-09T04:29:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:29:13.278Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:29:13.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478373569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:29:13.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478374797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:29:13.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478375801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:29:13.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478376806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-09T04:29:13.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478377811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:29:13.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eab755b-b517-46e2-a1e5-5519bc8cadc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478409288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:29:13.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:29:13.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:29:13.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-09T04:29:13.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:29:13.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-09T04:29:13.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:29:13.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:29:13.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:29:13.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:29:13.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:29:13.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:29:13.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:29:13.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-09T04:29:13.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:29:13.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:29:13.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:29:13.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478231475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:29:13.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:29:13.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478419855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:29:13.289Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478422959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:29:13.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478424353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:29:13.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478425569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:29:13.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478426760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:29:13.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478427957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:29:13.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478429114,
  "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-04-09T04:29:13.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478430120,
  "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-04-09T04:29:13.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478431126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:29:13.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:13.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-09T04:29:13.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478432131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:29:13.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:29:24.730Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df03fd71-e1ac-4a6f-b5b7-ae6ec7116407 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-04-09T04:29:24.739Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df03fd71-e1ac-4a6f-b5b7-ae6ec7116407 and serviceModelVersionId: 3359a815-9987-4255-bdf4-27bb4096aad2
2022-04-09T04:29:24.740Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5612b800-cebd-4752-b5da-e52c2f73cbde
2022-04-09T04:29:24.741Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5612b800-cebd-4752-b5da-e52c2f73cbde/model-vers/model-ver/3359a815-9987-4255-bdf4-27bb4096aad2?depth=0
2022-04-09T04:29:24.748Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-09T04:29:24.797Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5612b800-cebd-4752-b5da-e52c2f73cbde/model-vers/model-ver/3359a815-9987-4255-bdf4-27bb4096aad2?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-04-09T04:29:24.800Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5612b800-cebd-4752-b5da-e52c2f73cbde/model-vers/model-ver/3359a815-9987-4255-bdf4-27bb4096aad2?depth=0|INFO|500||Invoke
2022-04-09T04:29:24.824Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5612b800-cebd-4752-b5da-e52c2f73cbde/model-vers/model-ver/3359a815-9987-4255-bdf4-27bb4096aad2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-09T04:29:25.027Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5612b800-cebd-4752-b5da-e52c2f73cbde/model-vers/model-ver/3359a815-9987-4255-bdf4-27bb4096aad2?depth=0|INFO|500||InvokeReturn
2022-04-09T04:29:25.030Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5612b800-cebd-4752-b5da-e52c2f73cbde/model-vers/model-ver/3359a815-9987-4255-bdf4-27bb4096aad2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220409-04:29:24:069-4374], vertex-id=[241696], Content-Length=[0], Date=[Sat, 09 Apr 2022 04:29:24 GMT], Content-Type=[application/json]}
2022-04-09T04:29:25.032Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-04-09T04:29:25.033Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-09T04:29:25.033Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|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-04-09T04:29:25.037Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|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-04-09T04:29:25.038Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df03fd71-e1ac-4a6f-b5b7-ae6ec7116407 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-09T04:29:25.038Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-09T04:29:25.039Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:29:25.041Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:29:25.041Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478565038,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:29:25.143Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-09T04:29:25.144Z||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-04-09T04:29:25.144Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:29:25.166Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:29:25.167Z||pool-134-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-09T04:29:26.055Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:29:26.056Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|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-04-09T04:29:26.056Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|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 I80CrkS7jREP1dwO) ...
2022-04-09T04:29:35.618Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:29:35.618Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:29:35.619Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|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-04-09T04:29:35.619Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|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 I80CrkS7jREP1dwO) ...
2022-04-09T04:29:45.169Z|df03fd71-e1ac-4a6f-b5b7-ae6ec7116407|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:29:45.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:29:45.171Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:29:45.171Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:29:54.749Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:29:54.750Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:29:54.751Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:29:54.751Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:30:04.302Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:30:04.303Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:30:04.303Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:30:04.304Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:30:13.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:30:13.243Z||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-04-09T04:30:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:30:13.274Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:30:13.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478433137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-09T04:30:13.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:30:13.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478434142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:30:13.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:30:13.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4deaaccf-d663-4755-8b80-e4837a360b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478465697,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:30:13.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:30:13.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:30:13.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:30:13.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-09T04:30:13.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:30:13.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:30:13.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:30:13.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:30:13.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:30:13.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-09T04:30:13.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:30:13.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:30:13.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:30:13.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:30:13.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:30:13.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:30:13.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:30:13.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478479974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:30:13.287Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:30:13.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478482872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:30:13.288Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:30:13.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478483962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:30:13.288Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:30:13.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478485150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:30:13.289Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:30:13.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478486290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-09T04:30:13.290Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:30:13.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478487294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:30:13.290Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:30:13.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478488299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-09T04:30:13.290Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:30:13.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-09T04:30:13.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478489305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:30:13.291Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:30:13.885Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:30:13.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:30:13.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:30:13.886Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:30:23.496Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:30:23.496Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:30:23.497Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:30:23.497Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:30:33.130Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:31:13.236Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:31:13.237Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:31:13.238Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:31:13.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:31:13.243Z||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-04-09T04:31:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:31:13.282Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:31:13.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:31:13.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "159d4fa8-4ce8-4ff6-a8a5-968d8e4b5af7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478520577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:31:13.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:31:13.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:31:13.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:31:13.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:31:13.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:31:13.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:31:13.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:31:13.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:31:13.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:31:13.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:31:13.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:31:13.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:31:13.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:31:13.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:31:13.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:31:13.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:31:13.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:31:13.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:31:13.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:31:13.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:31:13.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:31:13.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:31:13.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:31:13.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:31:13.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:31:13.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:31:13.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478466714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:31:13.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:31:13.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:31:13.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478531286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:31:13.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:31:13.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:31:13.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478533690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:31:13.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:31:22.799Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:32:13.237Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:32:13.238Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:32:13.238Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:32:13.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:32:13.242Z||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-04-09T04:32:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:32:13.770Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:32:13.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:32:13.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df03fd71-e1ac-4a6f-b5b7-ae6ec7116407",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478565038,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:32:13.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:32:22.794Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:33:13.236Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:33:13.237Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:33:13.237Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:33:13.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:33:13.242Z||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-04-09T04:33:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:33:13.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:33:13.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:33:13.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478781626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:13.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:33:13.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:33:13.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "cds",
  "timestamp": 1649478783749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:13.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:33:13.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:33:13.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "dcae-sch",
  "timestamp": 1649478784823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:13.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:33:13.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:33:13.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "policy-id",
  "timestamp": 1649478791731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:13.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:33:13.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:33:13.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478781626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:13.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:33:13.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:33:13.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "cds",
  "timestamp": 1649478783749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:13.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:33:13.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-09T04:33:13.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "dcae-sch",
  "timestamp": 1649478784823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:13.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:33:13.877Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:33:13.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-09T04:33:13.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb77b975-a536-41f7-a7d3-eaa05df452a0","serviceName":"Demo_pNF_G9J6eLYEmnGk2HEzMfP9","serviceVersion":"1.0","serviceUUID":"44de68e8-0f07-485d-a0a6-54f84f5b33fa","serviceDescription":"catalog service description","serviceInvariantUUID":"e7bb4a9a-e5c6-426d-93dc-a1a402885387","resources":[{"resourceInstanceName":"pNF c6d3da4a-32d3 0","resourceName":"pNF c6d3da4a-32d3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3f74f901-ddf6-41b9-bfc0-068f98123bb4","resourceInvariantUUID":"ef6d13a4-bf3e-47eb-8c35-8b0ca42f470c","resourceCustomizationUUID":"b6b57099-d1c4-4851-b0ea-459f38b680e6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vf-license-model.xml","artifactChecksum":"NDkyOWRmZGZjZjlhZmI2ZjZjOGI1MWE5NTJkOTBkZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3023acd8-38d8-4687-88ef-ca5e57d2c53b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/pNF.csar","artifactChecksum":"ZDY1ZjE5Yzc2Yjk3ZDNjMTkzZjRiMmQ0MDNkOTZjMWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ba697e7-6c3c-4fdf-8231-8dd2580b459a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7ce93118-0fed-4330-a3d4-2918d3d4e848","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vendor-license-model.xml","artifactChecksum":"YTI4M2JmZmFkNGRlZGQ1NjAyYzY5MTNkZDZiOTBjNzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"50259668-f6e6-4462-94ed-b1317cae2adf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"772ab7cc-10c5-4eda-9dea-91d29f209bb1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a3e06916-6ac6-4f3d-8827-800e2e791514","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfG9j6elyemngk2hezmfp9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-template.yml","artifactChecksum":"ZjdmMDdlYjNiZGU5Mjg4MmNlOTUzZTViMWM1NTRmYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"538e688e-e306-4d73-9db9-89396824455c","artifactVersion":"1"},{"artifactName":"service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar","artifactChecksum":"YzMyNTBjOTQ4MmI0ODc5MGM3NTEzNjI5MWI0MDg5MzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28f57e43-e3d1-4a00-b55b-2aaea72849c3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-09T04:33:13.882Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:33:13.882Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:33:13.885Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:33:13.885Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:13.985Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:33:13.987Z||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-04-09T04:33:13.987Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:33:14.034Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:33:14.035Z||pool-135-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:33:14.886Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:33:14.886Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:33:14.888Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:33:14.888Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:14.989Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:33:14.990Z||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-04-09T04:33:14.990Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:33:15.005Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:33:15.006Z||pool-136-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:33:15.892Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:33:15.892Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:33:15.895Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:33:15.896Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:15.995Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:33:15.996Z||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-04-09T04:33:15.996Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:33:16.010Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:33:16.011Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-09T04:33:16.896Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:33:16.897Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:33:16.900Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:33:16.900Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:17.000Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:33:17.001Z||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-04-09T04:33:17.001Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:33:17.013Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:33:17.014Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:33:17.901Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:33:17.902Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:33:17.904Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:33:17.905Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:18.005Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:33:18.006Z||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-04-09T04:33:18.006Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:33:18.019Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:33:18.020Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:33:18.906Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:33:18.907Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:33:18.909Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:33:18.909Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:19.009Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:33:19.012Z||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-04-09T04:33:19.012Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:33:19.025Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:33:19.026Z||pool-140-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:33:19.910Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:33:19.911Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:33:19.914Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:33:19.915Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:33:20.014Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:33:20.015Z||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-04-09T04:33:20.015Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:33:20.025Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:33:20.025Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:33:20.916Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-09T04:33:20.918Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:33:20.923Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:33:20.923Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:33:21.023Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-09T04:33:21.024Z||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-04-09T04:33:21.024Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:33:21.036Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:33:21.037Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:33:21.925Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "serviceName": "Demo_pNF_G9J6eLYEmnGk2HEzMfP9",
  "serviceVersion": "1.0",
  "serviceUUID": "44de68e8-0f07-485d-a0a6-54f84f5b33fa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7bb4a9a-e5c6-426d-93dc-a1a402885387",
  "resources": [
    {
      "resourceInstanceName": "pNF c6d3da4a-32d3 0",
      "resourceCustomizationUUID": "b6b57099-d1c4-4851-b0ea-459f38b680e6",
      "resourceName": "pNF c6d3da4a-32d3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3f74f901-ddf6-41b9-bfc0-068f98123bb4",
      "resourceInvariantUUID": "ef6d13a4-bf3e-47eb-8c35-8b0ca42f470c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
      "artifactChecksum": "YzMyNTBjOTQ4MmI0ODc5MGM3NTEzNjI5MWI0MDg5MzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "28f57e43-e3d1-4a00-b55b-2aaea72849c3"
    }
  ],
  "workloadContext": "Production"
}
2022-04-09T04:33:21.925Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-09T04:33:21.926Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44de68e8-0f07-485d-a0a6-54f84f5b33fa ASDC
2022-04-09T04:33:21.926Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:bb77b975-a536-41f7-a7d3-eaa05df452a0
ServiceName:Demo_pNF_G9J6eLYEmnGk2HEzMfP9
ServiceVersion:1.0
ServiceUUID:44de68e8-0f07-485d-a0a6-54f84f5b33fa
ServiceInvariantUUID:e7bb4a9a-e5c6-426d-93dc-a1a402885387
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
ArtifactUUID:28f57e43-e3d1-4a00-b55b-2aaea72849c3
ArtifactChecksum:YzMyNTBjOTQ4MmI0ODc5MGM3NTEzNjI5MWI0MDg5MzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c6d3da4a-32d3 0
ResourceCustomizationUUID:b6b57099-d1c4-4851-b0ea-459f38b680e6
ResourceInvariantUUID:ef6d13a4-bf3e-47eb-8c35-8b0ca42f470c
ResourceName:pNF c6d3da4a-32d3
ResourceType:PNF
ResourceUUID:3f74f901-ddf6-41b9-bfc0-068f98123bb4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-09T04:33:21.926Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44de68e8-0f07-485d-a0a6-54f84f5b33fa 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-04-09T04:33:21.964Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:33:21.965Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-09T04:33:21.965Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-09T04:33:21.965Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 28f57e43-e3d1-4a00-b55b-2aaea72849c3 from URL: /sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:21.965Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-09T04:33:21.966Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:22.129Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-09T04:33:22.134Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar 28f57e43-e3d1-4a00-b55b-2aaea72849c3 82632
2022-04-09T04:33:22.135Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar ASDC sendASDCNotification
2022-04-09T04:33:22.135Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:22.136Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-09T04:33:22.136Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:33:22.140Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:33:22.140Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478802135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:33:22.240Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:33:22.241Z||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-04-09T04:33:22.241Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:33:22.252Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:33:22.253Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:33:23.141Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-09T04:33:23.142Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-09T04:33:23.143Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 28f57e43-e3d1-4a00-b55b-2aaea72849c3, URL: /sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar to file: /app/ASDC/1/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:23.143Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:23.144Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:23.144Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:23.407Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7743233515077972635/Definitions/service-DemoPnfG9j6elyemngk2hezmfp9-template.yml
2022-04-09T04:33:24.634Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-09T04:33:24.635Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-09T04:33:24.635Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:24.635Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-09T04:33:24.635Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||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-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:24.635Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:24.635Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||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-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:24.635Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:24.635Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:24.636Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c6d3da4a-32d3 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-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:24.636Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:24.636Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-09T04:33:24.636Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:33:24.636Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_G9J6eLYEmnGk2HEzMfP9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:33:24.636Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Node template pNF c6d3da4a-32d3 0 is matching search criteria
2022-04-09T04:33:24.636Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-09T04:33:24.636Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c6d3da4a-32d3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:33:24.637Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:33:24.637Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_G9J6eLYEmnGk2HEzMfP9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:33:24.637Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Node template pNF c6d3da4a-32d3 0 is matching search criteria
2022-04-09T04:33:24.637Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-09T04:33:24.637Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c6d3da4a-32d3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-09T04:33:24.637Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:33:24.637Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_G9J6eLYEmnGk2HEzMfP9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:33:24.637Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:33:24.638Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_G9J6eLYEmnGk2HEzMfP9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:33:24.638Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:33:24.638Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_G9J6eLYEmnGk2HEzMfP9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:33:24.638Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:33:24.638Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_G9J6eLYEmnGk2HEzMfP9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:33:24.638Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:33:24.638Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_G9J6eLYEmnGk2HEzMfP9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:33:24.638Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_G9J6eLYEmnGk2HEzMfP9
Description:catalog service description
Model UUID:44de68e8-0f07-485d-a0a6-54f84f5b33fa
Model Version:NULL
Model InvariantUuid:e7bb4a9a-e5c6-426d-93dc-a1a402885387
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-04-09T04:33:24.645Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3f74f901-ddf6-41b9-bfc0-068f98123bb4
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-04-09T04:33:24.647Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||pNF c6d3da4a-32d3 0
2022-04-09T04:33:24.647Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3f74f901-ddf6-41b9-bfc0-068f98123bb4
2022-04-09T04:33:24.648Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 44de68e8-0f07-485d-a0a6-54f84f5b33fa
2022-04-09T04:33:24.648Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 44de68e8-0f07-485d-a0a6-54f84f5b33fa
2022-04-09T04:33:24.648Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c6d3da4a-32d3 0 3f74f901-ddf6-41b9-bfc0-068f98123bb4 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-04-09T04:33:24.652Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@361543ef, org.onap.sdc.toscaparser.api.parameters.Input@490c7135, org.onap.sdc.toscaparser.api.parameters.Input@54bae53c, org.onap.sdc.toscaparser.api.parameters.Input@6ae5ed55, org.onap.sdc.toscaparser.api.parameters.Input@7673d1dd]
2022-04-09T04:33:24.652Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:33:24.653Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_G9J6eLYEmnGk2HEzMfP9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:33:24.653Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 44de68e8-0f07-485d-a0a6-54f84f5b33fa: pNF c6d3da4a-32d3
2022-04-09T04:33:24.653Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||Processing PNF resource: 3f74f901-ddf6-41b9-bfc0-068f98123bb4
2022-04-09T04:33:24.653Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-09T04:33:24.653Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_G9J6eLYEmnGk2HEzMfP9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-09T04:33:24.654Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||Resource customization UUID: b6b57099-d1c4-4851-b0ea-459f38b680e6 is the same as notified resource customizationUUID: b6b57099-d1c4-4851-b0ea-459f38b680e6
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-04-09T04:33:24.691Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c6d3da4a-32d3 3f74f901-ddf6-41b9-bfc0-068f98123bb4 0 ASDC deployResourceStructure
2022-04-09T04:33:24.691Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar ASDC sendASDCNotification
2022-04-09T04:33:24.691Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar
2022-04-09T04:33:24.691Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-09T04:33:24.691Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:33:24.693Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:33:24.693Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478804691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:33:24.794Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-09T04:33:24.795Z||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-04-09T04:33:24.795Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:33:24.810Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:33:24.811Z||pool-144-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-09T04:33:25.694Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:33:25.706Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:33:25.709Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:33:25.709Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:33:25.709Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:33:55.710Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:33:55.723Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:33:55.726Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:33:55.726Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:33:55.726Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:34:13.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:34:13.243Z||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-04-09T04:34:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:34:13.268Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:34:13.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:34:13.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "policy-id",
  "timestamp": 1649478791731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:34:13.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:34:25.727Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:34:25.746Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:34:25.750Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:34:25.750Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:34:25.751Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:34:55.751Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:34:55.764Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:34:55.766Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:34:55.767Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:34:55.767Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:35:13.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:35:13.242Z||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-04-09T04:35:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:35:13.270Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:35:13.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:35:13.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478781626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:35:13.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:35:25.767Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:35:25.782Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:35:25.785Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:35:25.785Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:35:25.785Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:35:55.788Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:35:55.811Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:35:55.819Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:35:55.819Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-09T04:35:55.819Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-09T04:36:13.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:36:13.244Z||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-04-09T04:36:13.244Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:36:13.773Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:36:13.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "cds",
  "timestamp": 1649478783749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "dcae-sch",
  "timestamp": 1649478784823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "policy-id",
  "timestamp": 1649478791731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478781626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "dcae-sch",
  "timestamp": 1649478784823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "cds",
  "timestamp": 1649478783749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478792963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "policy-id",
  "timestamp": 1649478791731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478781626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "dcae-sch",
  "timestamp": 1649478784823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "cds",
  "timestamp": 1649478783749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478792963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "policy-id",
  "timestamp": 1649478791731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478781626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-09T04:36:13.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "dcae-sch",
  "timestamp": 1649478784823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "cds",
  "timestamp": 1649478783749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478792963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478796464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "policy-id",
  "timestamp": 1649478791731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478781626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "dcae-sch",
  "timestamp": 1649478784823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "cds",
  "timestamp": 1649478783749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478792963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "clamp",
  "timestamp": 1649478795721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478796464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "policy-id",
  "timestamp": 1649478791731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478781626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "dcae-sch",
  "timestamp": 1649478784823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "cds",
  "timestamp": 1649478783749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:36:13.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478792963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "clamp",
  "timestamp": 1649478795721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478796464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "policy-id",
  "timestamp": 1649478791731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:36:13.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478792963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "cds",
  "timestamp": 1649478798107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:36:13.795Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:36:13.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478798206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:36:13.795Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:36:13.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "clamp",
  "timestamp": 1649478795721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478796464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478792963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "cds",
  "timestamp": 1649478799113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-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-04-09T04:36:13.810Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb77b975-a536-41f7-a7d3-eaa05df452a0
2022-04-09T04:36:13.811Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb77b975-a536-41f7-a7d3-eaa05df452a0 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-04-09T04:36:13.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "policy-id",
  "timestamp": 1649478800813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:36:13.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:36:13.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478793236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:36:13.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478799227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-09T04:36:13.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:36:13.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "clamp",
  "timestamp": 1649478795721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478796464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478792963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:36:13.833Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "policy-id",
  "timestamp": 1649478801819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:36:13.835Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:36:13.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649478800231,
  "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-04-09T04:36:13.841Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bb77b975-a536-41f7-a7d3-eaa05df452a0
2022-04-09T04:36:13.841Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb77b975-a536-41f7-a7d3-eaa05df452a0 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-04-09T04:36:13.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "clamp",
  "timestamp": 1649478795721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478796464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478802135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:36:13.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:36:13.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "policy-id",
  "timestamp": 1649478802823,
  "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-04-09T04:36:13.864Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb77b975-a536-41f7-a7d3-eaa05df452a0
2022-04-09T04:36:13.864Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb77b975-a536-41f7-a7d3-eaa05df452a0 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-04-09T04:36:13.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478801834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:36:13.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:36:13.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "clamp",
  "timestamp": 1649478795721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478796464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "aai-ml",
  "timestamp": 1649478800818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "clamp",
  "timestamp": 1649478795721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649478796464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:36:13.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "aai-ml",
  "timestamp": 1649478800818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649478804691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:36:13.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:36:13.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478803832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:36:13.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:36:13.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "clamp",
  "timestamp": 1649478795721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:36:13.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "aai-ml",
  "timestamp": 1649478800818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649478804836,
  "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-04-09T04:36:13.888Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb77b975-a536-41f7-a7d3-eaa05df452a0
2022-04-09T04:36:13.888Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb77b975-a536-41f7-a7d3-eaa05df452a0 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-04-09T04:36:13.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "aai-ml",
  "timestamp": 1649478800818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "aai-ml",
  "timestamp": 1649478800818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "aai-ml",
  "timestamp": 1649478800818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/resourceInstances/pnfc6d3da4a32d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "aai-ml",
  "timestamp": 1649478800818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-09T04:36:13.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "aai-ml",
  "timestamp": 1649478800818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "NOTIFIED"
}
2022-04-09T04:36:13.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-09T04:36:13.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "aai-ml",
  "timestamp": 1649478809701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:36:13.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:36:13.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "clamp",
  "timestamp": 1649478812175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-09T04:36:13.904Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:36:13.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "clamp",
  "timestamp": 1649478814183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:36:13.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:36:13.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "clamp",
  "timestamp": 1649478815187,
  "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-04-09T04:36:13.912Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb77b975-a536-41f7-a7d3-eaa05df452a0
2022-04-09T04:36:13.912Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb77b975-a536-41f7-a7d3-eaa05df452a0 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-04-09T04:36:13.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "aai-ml",
  "timestamp": 1649478816684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfG9j6elyemngk2hezmfp9/1.0/artifacts/service-DemoPnfG9j6elyemngk2hezmfp9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-09T04:36:13.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:36:13.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:36:13.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "aai-ml",
  "timestamp": 1649478817687,
  "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-04-09T04:36:13.930Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb77b975-a536-41f7-a7d3-eaa05df452a0
2022-04-09T04:36:13.930Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb77b975-a536-41f7-a7d3-eaa05df452a0 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-04-09T04:36:25.822Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-09T04:36:25.840Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-09T04:36:25.844Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-09T04:36:25.844Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-09T04:36:25.844Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-09T04:36:25.844Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-09T04:36:25.844Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:36:25.845Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:36:25.845Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:36:25.845Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:36:25.845Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:36:25.845Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:36:25.845Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-09T04:36:25.846Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-09T04:36:25.852Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-09T04:36:55.853Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb77b975-a536-41f7-a7d3-eaa05df452a0 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-04-09T04:36:55.859Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb77b975-a536-41f7-a7d3-eaa05df452a0 and serviceModelVersionId: 44de68e8-0f07-485d-a0a6-54f84f5b33fa
2022-04-09T04:36:55.860Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7bb4a9a-e5c6-426d-93dc-a1a402885387
2022-04-09T04:36:55.862Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7bb4a9a-e5c6-426d-93dc-a1a402885387/model-vers/model-ver/44de68e8-0f07-485d-a0a6-54f84f5b33fa?depth=0
2022-04-09T04:36:55.875Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-09T04:36:55.966Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7bb4a9a-e5c6-426d-93dc-a1a402885387/model-vers/model-ver/44de68e8-0f07-485d-a0a6-54f84f5b33fa?depth=0|INFO|500||Invoke
2022-04-09T04:36:55.967Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7bb4a9a-e5c6-426d-93dc-a1a402885387/model-vers/model-ver/44de68e8-0f07-485d-a0a6-54f84f5b33fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7bb4a9a-e5c6-426d-93dc-a1a402885387/model-vers/model-ver/44de68e8-0f07-485d-a0a6-54f84f5b33fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb77b975-a536-41f7-a7d3-eaa05df452a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ef1ee243-f312-45be-bf66-774a7ff8b2c0], X-ECOMP-RequestID=[bb77b975-a536-41f7-a7d3-eaa05df452a0], X-TransactionId=[], X-ONAP-RequestID=[bb77b975-a536-41f7-a7d3-eaa05df452a0], Content-Type=[application/merge-patch+json]}
2022-04-09T04:36:56.006Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7bb4a9a-e5c6-426d-93dc-a1a402885387/model-vers/model-ver/44de68e8-0f07-485d-a0a6-54f84f5b33fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-09T04:36:56.320Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7bb4a9a-e5c6-426d-93dc-a1a402885387/model-vers/model-ver/44de68e8-0f07-485d-a0a6-54f84f5b33fa?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/e7bb4a9a-e5c6-426d-93dc-a1a402885387/model-vers/model-ver/44de68e8-0f07-485d-a0a6-54f84f5b33fa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220409-04:36:55:215-67448], vertex-id=[499712], Content-Length=[0], Date=[Sat, 09 Apr 2022 04:36:55 GMT], Content-Type=[application/json]}
2022-04-09T04:36:56.321Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7bb4a9a-e5c6-426d-93dc-a1a402885387/model-vers/model-ver/44de68e8-0f07-485d-a0a6-54f84f5b33fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-09T04:36:56.322Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7bb4a9a-e5c6-426d-93dc-a1a402885387/model-vers/model-ver/44de68e8-0f07-485d-a0a6-54f84f5b33fa?depth=0|INFO|500||InvokeReturn
2022-04-09T04:36:56.323Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-09T04:36:56.323Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-09T04:36:56.329Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-09T04:36:56.331Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb77b975-a536-41f7-a7d3-eaa05df452a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-09T04:36:56.331Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-09T04:36:56.332Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-09T04:36:56.337Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-09T04:36:56.337Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649479016331,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:36:56.437Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-09T04:36:56.439Z||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-04-09T04:36:56.439Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I80CrkS7jREP1dwO) ...
2022-04-09T04:36:56.456Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:36:56.456Z||pool-145-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-04-09T04:36:57.352Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:36:57.353Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:36:57.353Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:37:07.681Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:37:07.682Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:37:07.682Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-09T04:37:07.683Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I80CrkS7jREP1dwO) ...
2022-04-09T04:37:13.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:37:13.242Z||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-04-09T04:37:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:37:13.866Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:37:13.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-09T04:37:13.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb77b975-a536-41f7-a7d3-eaa05df452a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649479016331,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-09T04:37:13.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-09T04:37:17.260Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:37:17.261Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:37:17.261Z||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-04-09T04:37:17.261Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:37:26.812Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:37:26.813Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:37:26.813Z||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-04-09T04:37:26.813Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:37:36.395Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:38:13.237Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:38:13.238Z||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-04-09T04:38:13.238Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:38:13.241Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:38:13.242Z|6303e641-3e6a-40a3-8150-b5453e919398|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-04-09T04:38:13.242Z|6303e641-3e6a-40a3-8150-b5453e919398|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 I80CrkS7jREP1dwO) ...
2022-04-09T04:38:22.818Z|6303e641-3e6a-40a3-8150-b5453e919398|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:38:22.820Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:39:13.236Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:39:13.237Z||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-04-09T04:39:13.237Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:39:13.241Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:39:13.242Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|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-04-09T04:39:13.242Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|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 I80CrkS7jREP1dwO) ...
2022-04-09T04:39:22.798Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:39:22.799Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:40:13.236Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:40:13.237Z||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-04-09T04:40:13.237Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:40:13.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:40:13.242Z||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-04-09T04:40:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:40:22.794Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:40:22.822Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:41:13.236Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:41:13.237Z||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-04-09T04:41:13.237Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:41:13.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:41:13.242Z||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-04-09T04:41:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:41:22.802Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:41:22.804Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:42:13.236Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:42:13.237Z||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-04-09T04:42:13.237Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:42:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:42:13.243Z||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-04-09T04:42:13.243Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:42:22.785Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:42:22.788Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:43:13.237Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:43:13.239Z||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-04-09T04:43:13.239Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:43:13.241Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:43:13.242Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|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-04-09T04:43:13.242Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|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 I80CrkS7jREP1dwO) ...
2022-04-09T04:43:22.803Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:43:22.831Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:44:13.237Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:44:13.238Z||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-04-09T04:44:13.239Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:44:13.241Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:44:13.242Z||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-04-09T04:44:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:44:22.806Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:44:22.808Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:45:13.236Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:45:13.237Z||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-04-09T04:45:13.237Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:45:13.241Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:45:13.242Z||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-04-09T04:45:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:45:22.789Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:45:22.789Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:46:13.238Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:46:13.239Z||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-04-09T04:46:13.239Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:46:13.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:46:13.242Z||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-04-09T04:46:13.242Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:46:22.810Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:46:22.811Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:47:13.236Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:47:13.237Z||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-04-09T04:47:13.237Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:47:13.241Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:47:13.242Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|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-04-09T04:47:13.243Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|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 I80CrkS7jREP1dwO) ...
2022-04-09T04:47:22.812Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:47:22.839Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:48:13.236Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:48:13.237Z||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-04-09T04:48:13.237Z||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 I80CrkS7jREP1dwO) ...
2022-04-09T04:48:13.241Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-09T04:48:13.242Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|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-04-09T04:48:13.242Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|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 I80CrkS7jREP1dwO) ...
2022-04-09T04:48:22.804Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-09T04:48:22.807Z|bb77b975-a536-41f7-a7d3-eaa05df452a0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK