Results

By type

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

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

2022-03-31T03:24:44.555Z||main|||||INFO|500||The following profiles are active: basic
2022-03-31T03:24:56.724Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-31T03:24:56.725Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-31T03:24:56.836Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-31T03:25:01.191Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-31T03:25:01.583Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-31T03:25:02.079Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-31T03:25:02.090Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-31T03:25:02.200Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-31T03:25:02.444Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-31T03:25:03.140Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-31T03:25:04.985Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-31T03:25:07.440Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-31T03:25:07.498Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-31T03:25:08.167Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-31T03:25:08.328Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-31T03:25:09.830Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-31T03:25:10.931Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-31T03:25:10.951Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$75ebdfa9.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-31T03:25:10.952Z||main|||||WARN|500||The sdc end point is not alive
2022-03-31T03:25:14.366Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-31T03:25:17.294Z||main|||||WARN|500||---
2022-03-31T03:25:17.295Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-31T03:25:17.295Z||main|||||WARN|500||---
2022-03-31T03:25:17.738Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-31T03:25:22.869Z||main|||||INFO|500||Started Application in 41.454 seconds (JVM running for 43.787)
2022-03-31T03:25:22.885Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-31T03:25:22.887Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-31T03:25:22.900Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-31T03:25:22.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-31T03:25:22.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b54afdfc-b362-4b44-b9c6-96dcb2a3c56c url= /sdc/v1/artifactTypes
2022-03-31T03:25:22.968Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-31T03:25:23.211Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-31T03:25:23.237Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-31T03:25:23.259Z||scheduling-1|||||DEBUG|500||create keys
2022-03-31T03:25:23.267Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-31T03:25:23.300Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:25:23.319Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b1ea5ff9-4f9d-418f-ae64-13a6372e7e23 url= /sdc/v1/registerForDistribution
2022-03-31T03:25:23.439Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b1ea5ff9-4f9d-418f-ae64-13a6372e7e23 url= /sdc/v1/registerForDistribution
2022-03-31T03:25:23.439Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-31T03:25:23.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:25:23.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:25:23.457Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:25:23.493Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:25:23.493Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-31T03:25:23.494Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:25:23.495Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:25:33.793Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:25:33.794Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:26:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:26:23.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:26:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:26:23.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:26:23.450Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:26:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:26:33.000Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:26:33.000Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:27:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:27:23.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:27:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:27:23.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:27:23.451Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:27:23.451Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:27:33.003Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:27:33.003Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:28:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:28:23.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:28:23.449Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:28:23.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:28:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:28:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:28:32.995Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:28:33.007Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:29:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:29:23.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:29:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:29:23.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:29:23.450Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:29:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:29:32.992Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:29:32.997Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:30:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:30:23.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:30:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:30:23.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:30:23.450Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:30:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:30:33.000Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:30:33.001Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:31:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:31:23.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:31:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:31:23.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:31:23.449Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:31:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:31:33.005Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:31:33.011Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:32:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:32:23.448Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:32:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:32:23.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:32:23.452Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:32:23.452Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:32:33.002Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:32:33.002Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:33:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:33:23.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:33:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:33:23.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:33:23.449Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:33:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:33:32.998Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:33:33.006Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:34:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:34:23.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:34:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:34:23.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:34:23.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:34:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:34:33.004Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:34:33.005Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:34:49.601Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-31T03:35:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:35:23.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:35:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:35:23.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:35:23.449Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:35:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:35:32.997Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:35:32.999Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:36:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:36:23.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:36:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:36:23.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:36:23.449Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:36:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:36:33.003Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:36:33.005Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:37:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:37:23.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:37:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:37:23.448Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:37:23.449Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:37:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:37:33.003Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:37:33.047Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:38:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:38:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:38:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:38:23.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:38:23.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:38:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:38:32.999Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:38:33.000Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:39:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:39:23.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:39:23.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:39:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:39:23.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:39:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:39:33.004Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:39:33.005Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:40:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:40:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:40:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:40:23.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:40:23.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:40:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:40:32.997Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:40:33.014Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:41:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:41:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:41:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:41:23.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:41:23.450Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:41:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:41:32.996Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:41:33.000Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:42:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:42:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:42:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:42:23.448Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:42:23.449Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:42:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:42:32.995Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:42:32.996Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:43:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:43:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:43:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:43:23.448Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:43:23.449Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:43:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:43:33.005Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:43:33.005Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:44:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:44:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:44:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:44:23.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:44:23.450Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:44:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:44:33.002Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:44:33.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:45:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:45:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:45:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:45:23.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:45:23.449Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:45:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:45:33.000Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:45:33.003Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:46:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:46:23.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:46:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:46:23.448Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:46:23.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:46:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:46:33.014Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:46:33.014Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:47:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:47:23.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:47:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:47:23.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:47:23.450Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:47:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:47:33.008Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:47:33.008Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:48:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:48:23.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:48:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:48:23.448Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:48:23.449Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:48:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:48:33.001Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:48:33.001Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:49:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:49:23.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:49:23.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:49:23.450Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:49:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:49:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:49:33.006Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:49:33.008Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:50:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:50:23.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:50:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:50:23.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:50:23.449Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:50:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:50:33.000Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:50:33.001Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:51:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:51:23.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:51:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:51:23.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:51:23.449Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:51:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:51:33.007Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:51:33.020Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:52:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:52:23.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:52:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:52:23.448Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:52:23.449Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:52:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:52:32.997Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:52:32.999Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:53:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:53:23.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:53:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:53:23.448Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:53:23.449Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:53:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:53:32.997Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:53:32.998Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:23.446Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:54:23.447Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:54:23.447Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:23.448Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:54:23.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:54:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:24.100Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:24.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1c5823c-073a-40bf-8295-df54ab5d5494","serviceName":"basic_onboard_dybCoN","serviceVersion":"1.0","serviceUUID":"1c54e338-d07d-41f5-ada5-176433156657","serviceDescription":"service","serviceInvariantUUID":"103c66ab-e09e-44d3-bd33-1f8e4b71b581","resources":[{"resourceInstanceName":"basic_onboard_dybCoN 0","resourceName":"basic_onboard_dybCoN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd9688ae-018c-4e51-b7d8-b2325162df23","resourceInvariantUUID":"fb2fea24-d940-4a04-814b-6c5d32a012fa","resourceCustomizationUUID":"2c10797b-4ee2-478e-8e19-246b2a32bd1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml","artifactChecksum":"NzVhZGVhZWJhZjhjZDM0YTc4YmJhNzJlY2Q5MmExNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"290d239b-5403-4edc-a677-4be5dc1f9d8a","artifactVersion":"1"},{"artifactName":"basic_onboard_dybcon0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json","artifactChecksum":"ZGUxMTNjZjIyODJkNzljNWE2YmRlOGVkMjBlYjhlYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4ead3e8e-0985-4f43-b491-c03c6e4718dd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e309a2c0-df0b-4eb0-81e7-d00717ca80fb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c54e722e-fdd1-4154-a3b6-b7d19eecb986","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912","artifactVersion":"2","generatedFromUUID":"e309a2c0-df0b-4eb0-81e7-d00717ca80fb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDybcon-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml","artifactChecksum":"ZDQxZDM5YWFmMTUwMTA2MTU5NjBmODllYTY5ZmJjZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9e00f93-e1a5-4aec-9488-fe4c106a3cb0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDybcon-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar","artifactChecksum":"YWNkMTM0NjRhNTQ5MTE2MGMzODllNjMxMTRkZTEyMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea117cee-88c6-4984-ac42-b793b926fedd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T03:54:24.107Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:24.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.123Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:24.134Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:24.161Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:24.161Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "cds",
  "timestamp": 1648698840111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "clamp",
  "timestamp": 1648698832053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698838897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "policy-id",
  "timestamp": 1648698837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698840514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "cds",
  "timestamp": 1648698840111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "clamp",
  "timestamp": 1648698832053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T03:54:24.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "policy-id",
  "timestamp": 1648698837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698838897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698840514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T03:54:24.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "cds",
  "timestamp": 1648698840111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "clamp",
  "timestamp": 1648698832053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "policy-id",
  "timestamp": 1648698837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T03:54:24.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698838897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698840514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T03:54:24.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "cds",
  "timestamp": 1648698840111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "clamp",
  "timestamp": 1648698832053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "policy-id",
  "timestamp": 1648698837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698838897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698840514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "cds",
  "timestamp": 1648698840111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "clamp",
  "timestamp": 1648698832053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "policy-id",
  "timestamp": 1648698837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698838897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698840514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-31T03:54:24.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "dcae-sch",
  "timestamp": 1648698845982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "cds",
  "timestamp": 1648698840111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "clamp",
  "timestamp": 1648698832053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "policy-id",
  "timestamp": 1648698837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698838897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698840514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "dcae-sch",
  "timestamp": 1648698845982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "aai-ml",
  "timestamp": 1648698846579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "cds",
  "timestamp": 1648698840111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:54:24.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "clamp",
  "timestamp": 1648698832053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:54:24.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "policy-id",
  "timestamp": 1648698837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:54:24.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698838897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:54:24.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698840514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:54:24.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "dcae-sch",
  "timestamp": 1648698845982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "aai-ml",
  "timestamp": 1648698846579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "dcae-sch",
  "timestamp": 1648698845982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "aai-ml",
  "timestamp": 1648698846579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698849802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.209Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "cds",
  "timestamp": 1648698849549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.209Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "policy-id",
  "timestamp": 1648698849511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698850623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "dcae-sch",
  "timestamp": 1648698845982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "aai-ml",
  "timestamp": 1648698846579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "cds",
  "timestamp": 1648698850573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-31T03:54:24.261Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-31T03:54:24.265Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:24.265Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:54:24.279Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:24.280Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:54:24.416Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1c5823c-073a-40bf-8295-df54ab5d5494
2022-03-31T03:54:24.439Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c5823c-073a-40bf-8295-df54ab5d5494 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:54:24.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "policy-id",
  "timestamp": 1648698850522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:54:24.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698851092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "dcae-sch",
  "timestamp": 1648698845982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "aai-ml",
  "timestamp": 1648698846579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "policy-id",
  "timestamp": 1648698851528,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:54:24.484Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c5823c-073a-40bf-8295-df54ab5d5494
2022-03-31T03:54:24.484Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c5823c-073a-40bf-8295-df54ab5d5494 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:54:24.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698852304,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "dcae-sch",
  "timestamp": 1648698845982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "aai-ml",
  "timestamp": 1648698846579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698853402,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:54:24.503Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c5823c-073a-40bf-8295-df54ab5d5494
2022-03-31T03:54:24.503Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c5823c-073a-40bf-8295-df54ab5d5494 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-31T03:54:24.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "aai-ml",
  "timestamp": 1648698846579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:54:24.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:54:24.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698854408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T03:54:24.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "aai-ml",
  "timestamp": 1648698854554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698856523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:54:24.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698857540,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:54:24.525Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1c5823c-073a-40bf-8295-df54ab5d5494
2022-03-31T03:54:24.525Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c5823c-073a-40bf-8295-df54ab5d5494 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:54:24.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "clamp",
  "timestamp": 1648698862100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:25.168Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:25.169Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:25.171Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:25.171Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T03:54:25.271Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:25.272Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:25.272Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:25.290Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:25.290Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:54:26.172Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:26.173Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:26.175Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:26.175Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T03:54:26.275Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:26.276Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:26.276Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:26.295Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:26.301Z||pool-5-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:27.176Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:27.177Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:27.179Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:27.179Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:27.279Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:27.280Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:27.281Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:27.320Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:27.321Z||pool-6-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:54:28.181Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:28.183Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:28.186Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:28.186Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-31T03:54:28.286Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:28.287Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:28.287Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:28.321Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:28.322Z||pool-7-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:29.186Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:29.187Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:29.189Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:29.189Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:54:29.290Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T03:54:29.291Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:29.291Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:29.315Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:29.315Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:30.190Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:30.191Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:30.193Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:30.194Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:54:30.294Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:30.295Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:30.295Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:30.319Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:30.319Z||pool-9-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:31.196Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "serviceName": "basic_onboard_dybCoN",
  "serviceVersion": "1.0",
  "serviceUUID": "1c54e338-d07d-41f5-ada5-176433156657",
  "serviceDescription": "service",
  "serviceInvariantUUID": "103c66ab-e09e-44d3-bd33-1f8e4b71b581",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_dybCoN 0",
      "resourceCustomizationUUID": "2c10797b-4ee2-478e-8e19-246b2a32bd1a",
      "resourceName": "basic_onboard_dybCoN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cd9688ae-018c-4e51-b7d8-b2325162df23",
      "resourceInvariantUUID": "fb2fea24-d940-4a04-814b-6c5d32a012fa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_dybcon0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
          "artifactChecksum": "ZGUxMTNjZjIyODJkNzljNWE2YmRlOGVkMjBlYjhlYjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4ead3e8e-0985-4f43-b491-c03c6e4718dd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e309a2c0-df0b-4eb0-81e7-d00717ca80fb",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912",
            "generatedFromUUID": "e309a2c0-df0b-4eb0-81e7-d00717ca80fb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardDybcon-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
      "artifactChecksum": "YWNkMTM0NjRhNTQ5MTE2MGMzODllNjMxMTRkZTEyMmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ea117cee-88c6-4984-ac42-b793b926fedd"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T03:54:31.198Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T03:54:31.198Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c54e338-d07d-41f5-ada5-176433156657 ASDC
2022-03-31T03:54:31.335Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f1c5823c-073a-40bf-8295-df54ab5d5494
ServiceName:basic_onboard_dybCoN
ServiceVersion:1.0
ServiceUUID:1c54e338-d07d-41f5-ada5-176433156657
ServiceInvariantUUID:103c66ab-e09e-44d3-bd33-1f8e4b71b581
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDybcon-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar
ArtifactUUID:ea117cee-88c6-4984-ac42-b793b926fedd
ArtifactChecksum:YWNkMTM0NjRhNTQ5MTE2MGMzODllNjMxMTRkZTEyMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dybCoN 0
ResourceCustomizationUUID:2c10797b-4ee2-478e-8e19-246b2a32bd1a
ResourceInvariantUUID:fb2fea24-d940-4a04-814b-6c5d32a012fa
ResourceName:basic_onboard_dybCoN
ResourceType:VF
ResourceUUID:cd9688ae-018c-4e51-b7d8-b2325162df23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dybcon0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json
ArtifactUUID:4ead3e8e-0985-4f43-b491-c03c6e4718dd
ArtifactChecksum:ZGUxMTNjZjIyODJkNzljNWE2YmRlOGVkMjBlYjhlYjY=
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/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e309a2c0-df0b-4eb0-81e7-d00717ca80fb
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/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env
ArtifactUUID:ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912
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/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env
ArtifactUUID:ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T03:54:31.335Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c54e338-d07d-41f5-ada5-176433156657 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T03:54:31.396Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T03:54:31.398Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T03:54:31.399Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T03:54:31.400Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ea117cee-88c6-4984-ac42-b793b926fedd from URL: /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:31.400Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T03:54:31.402Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:31.712Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T03:54:31.729Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar ea117cee-88c6-4984-ac42-b793b926fedd 71553
2022-03-31T03:54:31.732Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar ASDC sendASDCNotification
2022-03-31T03:54:31.732Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:31.733Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:54:31.735Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:31.738Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:31.739Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698871730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:54:31.838Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T03:54:31.839Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:31.839Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:31.857Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:31.857Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:32.739Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T03:54:32.741Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T03:54:32.741Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ea117cee-88c6-4984-ac42-b793b926fedd, URL: /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar to file: /app/ASDC/1/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:32.742Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:32.835Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:32.836Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:33.432Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11954622380641977186/Definitions/service-BasicOnboardDybcon-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-03-31T03:54:35.369Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T03:54:35.374Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.376Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.376Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.376Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dybCoN 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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.376Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.376Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-31T03:54:35.383Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:35.385Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.389Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:35.389Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-31T03:54:35.391Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T03:54:35.393Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:35.393Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.393Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:35.393Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-31T03:54:35.394Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T03:54:35.394Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:35.394Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.398Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:35.398Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is not matching search criteria
2022-03-31T03:54:35.398Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-31T03:54:35.399Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-31T03:54:35.399Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-31T03:54:35.399Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T03:54:35.399Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T03:54:35.399Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:35.400Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T03:54:35.401Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:35.401Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:35.401Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:54:35.402Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:35.402Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:35.402Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:54:35.402Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:35.403Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:35.403Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:54:35.403Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:35.403Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is not matching search criteria
2022-03-31T03:54:35.404Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T03:54:35.404Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T03:54:35.404Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a53ac4e4-e535-4a38-86a9-b3633b6a7b64
2022-03-31T03:54:35.404Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:35.404Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.405Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:35.405Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.405Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:35.405Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.405Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:35.406Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.407Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_dybCoN
Description:service
Model UUID:1c54e338-d07d-41f5-ada5-176433156657
Model Version:NULL
Model InvariantUuid:103c66ab-e09e-44d3-bd33-1f8e4b71b581
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_dybCoN
Model UUID:29ee1e4d-7493-4d27-b591-c380e1d7da4c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fb2fea24-d940-4a04-814b-6c5d32a012fa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2c10797b-4ee2-478e-8e19-246b2a32bd1a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:07d57302-6d9e-4619-b831-431c62c9d942
ModelName:BasicOnboardDybcon..base_ubuntu18..module-0
ModelUuid:9c01ba00-0629-49e2-a01d-4d42c6cc8c29
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a53ac4e4-e535-4a38-86a9-b3633b6a7b64
ModelInvariantUuid:13a1e8d9-43cb-4c49-835c-ecb6369548f0
ModelName:basic_onboard_dybCoN-nodes.ubuntu18Cvfc
ModelUuid:e9dd0437-46b5-4abc-8e38-2c3e7790daee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e7f947bd-d0dc-4b3d-82f7-b51592b80a73
ModelInvariantUuid:d38eba79-2a77-44d9-ae2d-3f88e9994212
ModelName:BasicOnboardDybcon.compute.nodes.heat.ubuntu18
ModelUuid:08730772-4add-478d-91df-ef63987a5f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T03:54:35.417Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: cd9688ae-018c-4e51-b7d8-b2325162df23
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:54:35.519Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||basic_onboard_dybCoN 0
2022-03-31T03:54:35.526Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd9688ae-018c-4e51-b7d8-b2325162df23
2022-03-31T03:54:35.526Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4ead3e8e-0985-4f43-b491-c03c6e4718dd from URL: /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json
2022-03-31T03:54:35.526Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T03:54:35.526Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json
2022-03-31T03:54:35.923Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T03:54:35.924Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json 4ead3e8e-0985-4f43-b491-c03c6e4718dd 798
2022-03-31T03:54:35.925Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json ASDC sendASDCNotification
2022-03-31T03:54:35.925Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json
2022-03-31T03:54:35.925Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:54:35.925Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:35.928Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:35.928Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698875925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:54:36.029Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:36.030Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:36.030Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:36.051Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:36.051Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:36.931Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDybcon..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "07d57302-6d9e-4619-b831-431c62c9d942",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c01ba00-0629-49e2-a01d-4d42c6cc8c29",
    "vfModuleModelCustomizationUUID": "0958912d-70d3-4e6c-8b3e-ab4c40b3f0d9",
    "isBase": true,
    "artifacts": [
      "e309a2c0-df0b-4eb0-81e7-d00717ca80fb",
      "ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912"
    ],
    "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-03-31T03:54:36.944Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDybcon..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c01ba00-0629-49e2-a01d-4d42c6cc8c29
VfModuleModelInvariantUUID:07d57302-6d9e-4619-b831-431c62c9d942
VfModuleModelDescription:NULL
Artifacts UUID List:{
e309a2c0-df0b-4eb0-81e7-d00717ca80fb
,
ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912

}
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-03-31T03:54:36.972Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDybcon..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "07d57302-6d9e-4619-b831-431c62c9d942",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c01ba00-0629-49e2-a01d-4d42c6cc8c29",
    "vfModuleModelCustomizationUUID": "0958912d-70d3-4e6c-8b3e-ab4c40b3f0d9",
    "isBase": true,
    "artifacts": [
      "e309a2c0-df0b-4eb0-81e7-d00717ca80fb",
      "ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912"
    ],
    "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-03-31T03:54:36.973Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDybcon..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c01ba00-0629-49e2-a01d-4d42c6cc8c29
VfModuleModelInvariantUUID:07d57302-6d9e-4619-b831-431c62c9d942
VfModuleModelDescription:NULL
Artifacts UUID List:{
e309a2c0-df0b-4eb0-81e7-d00717ca80fb
,
ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912

}
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-03-31T03:54:36.973Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e309a2c0-df0b-4eb0-81e7-d00717ca80fb from URL: /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml
2022-03-31T03:54:36.973Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T03:54:36.973Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml
2022-03-31T03:54:37.311Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T03:54:37.311Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml e309a2c0-df0b-4eb0-81e7-d00717ca80fb 5033
2022-03-31T03:54:37.312Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T03:54:37.312Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml
2022-03-31T03:54:37.312Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:54:37.312Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:37.314Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:37.314Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698877312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:54:37.416Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-31T03:54:37.419Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:37.419Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:37.437Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:37.438Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:38.316Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912 from URL: /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env
2022-03-31T03:54:38.317Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T03:54:38.317Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env
2022-03-31T03:54:38.616Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T03:54:38.620Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912 909
2022-03-31T03:54:38.620Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T03:54:38.620Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env
2022-03-31T03:54:38.620Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:54:38.621Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:38.628Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:38.628Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698878620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:54:38.728Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:38.729Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:38.729Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:38.743Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:38.744Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:39.629Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1c54e338-d07d-41f5-ada5-176433156657
2022-03-31T03:54:39.629Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dybCoN 0 cd9688ae-018c-4e51-b7d8-b2325162df23 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:54:39.665Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ebccc3c, org.onap.sdc.toscaparser.api.parameters.Input@121f8330, org.onap.sdc.toscaparser.api.parameters.Input@71e4e3f4, org.onap.sdc.toscaparser.api.parameters.Input@416fff24, org.onap.sdc.toscaparser.api.parameters.Input@790a0619]
2022-03-31T03:54:39.669Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.669Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.670Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-31T03:54:39.670Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2c10797b-4ee2-478e-8e19-246b2a32bd1a
2022-03-31T03:54:39.670Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2c10797b-4ee2-478e-8e19-246b2a32bd1a matches Tosca VF Customization UUID: 2c10797b-4ee2-478e-8e19-246b2a32bd1a
2022-03-31T03:54:39.670Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2c10797b-4ee2-478e-8e19-246b2a32bd1a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T03:54:39.678Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.678Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.679Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2c10797b-4ee2-478e-8e19-246b2a32bd1a: {\"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-03-31T03:54:39.680Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@363eb2c1
2022-03-31T03:54:39.680Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.680Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T03:54:39.680Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0958912d-70d3-4e6c-8b3e-ab4c40b3f0d9
2022-03-31T03:54:39.681Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0958912d-70d3-4e6c-8b3e-ab4c40b3f0d9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T03:54:39.687Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.688Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:39.688Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:54:39.689Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.689Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:39.689Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:54:39.689Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.689Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is not matching search criteria
2022-03-31T03:54:39.690Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T03:54:39.690Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T03:54:39.690Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a53ac4e4-e535-4a38-86a9-b3633b6a7b64
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T03:54:39.698Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.698Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:39.698Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:54:39.699Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.699Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:39.699Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=2c10797b-4ee2-478e-8e19-246b2a32bd1a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:54:39.701Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.702Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.702Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1c54e338-d07d-41f5-ada5-176433156657: basic_onboard_dybCoN
2022-03-31T03:54:39.702Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.702Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.703Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.703Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.703Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.703Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.703Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.704Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.704Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:54:39.704Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.704Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_dybCoN 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:54:39.904Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dybCoN cd9688ae-018c-4e51-b7d8-b2325162df23 1 ASDC deployResourceStructure
2022-03-31T03:54:39.904Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json ASDC sendASDCNotification
2022-03-31T03:54:39.905Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json
2022-03-31T03:54:39.905Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:54:39.905Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:39.907Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:39.907Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698879904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T03:54:40.007Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:40.008Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:40.008Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:40.030Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:40.032Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:40.910Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T03:54:40.910Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml
2022-03-31T03:54:40.910Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:54:40.911Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:40.914Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:40.914Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698880909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T03:54:41.015Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T03:54:41.016Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:41.016Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:41.035Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:41.036Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:54:41.918Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T03:54:41.918Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env
2022-03-31T03:54:41.918Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:54:41.919Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:41.925Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:41.926Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698881917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-31T03:54:42.023Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-31T03:54:42.024Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:42.025Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:42.042Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:42.043Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:42.927Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar ASDC sendASDCNotification
2022-03-31T03:54:42.927Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:42.928Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:54:42.928Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:42.930Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:42.931Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698882927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:54:43.033Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-31T03:54:43.035Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:43.035Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:43.053Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:54:43.053Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:43.932Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:54:43.950Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:54:43.953Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:54:43.954Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T03:54:43.954Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T03:55:13.955Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:55:13.973Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:55:13.979Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:55:13.979Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T03:55:13.979Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T03:55:23.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:55:23.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:55:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:55:23.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:55:23.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:55:23.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:55:23.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:55:43.980Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:55:43.995Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:55:44.000Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:55:44.000Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T03:55:44.000Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T03:56:14.001Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:56:14.013Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:56:14.017Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:56:14.018Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T03:56:14.018Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T03:56:23.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:56:23.450Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:56:23.451Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:56:23.484Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:56:23.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "clamp",
  "timestamp": 1648698864101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:56:23.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T03:56:23.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:56:23.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "clamp",
  "timestamp": 1648698865107,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:56:23.512Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1c5823c-073a-40bf-8295-df54ab5d5494
2022-03-31T03:56:23.512Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c5823c-073a-40bf-8295-df54ab5d5494 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:56:23.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T03:56:23.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "aai-ml",
  "timestamp": 1648698867980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:56:23.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:56:23.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:56:23.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "aai-ml",
  "timestamp": 1648698868987,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:56:23.534Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1c5823c-073a-40bf-8295-df54ab5d5494
2022-03-31T03:56:23.535Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c5823c-073a-40bf-8295-df54ab5d5494 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:56:23.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698863446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:56:23.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:56:23.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698871730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:56:23.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698875925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:56:23.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698877312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:56:23.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698878620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:56:23.550Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698879904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T03:56:23.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698880909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T03:56:23.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698881917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-31T03:56:23.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648698882927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:56:23.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:44.018Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:56:44.033Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:56:44.038Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:56:44.038Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T03:56:44.039Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T03:56:44.039Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T03:56:44.040Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:56:44.040Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:56:44.040Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:56:44.040Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:56:44.041Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:56:44.041Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:56:44.041Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:56:44.046Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T03:57:14.047Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T03:57:14.057Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1c5823c-073a-40bf-8295-df54ab5d5494 and serviceModelVersionId: 1c54e338-d07d-41f5-ada5-176433156657
2022-03-31T03:57:14.057Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 103c66ab-e09e-44d3-bd33-1f8e4b71b581
2022-03-31T03:57:23.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:57:23.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:57:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:23.484Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:23.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698954835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698960514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "cds",
  "timestamp": 1648698960111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "clamp",
  "timestamp": 1648698952053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698958897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "policy-id",
  "timestamp": 1648698957958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "clamp",
  "timestamp": 1648698952053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698954835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698960514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T03:57:23.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "cds",
  "timestamp": 1648698960111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698958897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "policy-id",
  "timestamp": 1648698957958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "clamp",
  "timestamp": 1648698952053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698960514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698954835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "cds",
  "timestamp": 1648698960111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698958897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "policy-id",
  "timestamp": 1648698957958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T03:57:23.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "clamp",
  "timestamp": 1648698952053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698960514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "cds",
  "timestamp": 1648698960111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698954835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698958897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "policy-id",
  "timestamp": 1648698957958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698954835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "cds",
  "timestamp": 1648698960111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "clamp",
  "timestamp": 1648698952053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698960514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-31T03:57:23.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698958897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "policy-id",
  "timestamp": 1648698957958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "dcae-sch",
  "timestamp": 1648698965982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698954835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698960514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "clamp",
  "timestamp": 1648698952053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "cds",
  "timestamp": 1648698960111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698958897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "policy-id",
  "timestamp": 1648698957958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "dcae-sch",
  "timestamp": 1648698965982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "aai-ml",
  "timestamp": 1648698966579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "clamp",
  "timestamp": 1648698952053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:57:23.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648698954835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698960514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:57:23.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "cds",
  "timestamp": 1648698960111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:57:23.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698958897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:57:23.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "policy-id",
  "timestamp": 1648698957958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:57:23.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "dcae-sch",
  "timestamp": 1648698965982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "aai-ml",
  "timestamp": 1648698966579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "cds",
  "timestamp": 1648698969025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698969403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698970121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "policy-id",
  "timestamp": 1648698969107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "dcae-sch",
  "timestamp": 1648698965982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "aai-ml",
  "timestamp": 1648698966579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "cds",
  "timestamp": 1648698970032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:57:23.542Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3e995b6-6cec-4377-a2fd-d6defd531036
2022-03-31T03:57:23.542Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3e995b6-6cec-4377-a2fd-d6defd531036 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:57:23.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "policy-id",
  "timestamp": 1648698970117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:57:23.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698970510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "dcae-sch",
  "timestamp": 1648698965982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "aai-ml",
  "timestamp": 1648698966579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "policy-id",
  "timestamp": 1648698971122,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:57:23.560Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3e995b6-6cec-4377-a2fd-d6defd531036
2022-03-31T03:57:23.560Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3e995b6-6cec-4377-a2fd-d6defd531036 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:57:23.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "dcae-sch",
  "timestamp": 1648698965982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "aai-ml",
  "timestamp": 1648698966579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698971799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "dcae-sch",
  "timestamp": 1648698965982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "aai-ml",
  "timestamp": 1648698966579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698972824,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:57:23.582Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3e995b6-6cec-4377-a2fd-d6defd531036
2022-03-31T03:57:23.582Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3e995b6-6cec-4377-a2fd-d6defd531036 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-31T03:57:23.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "aai-ml",
  "timestamp": 1648698966579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:57:23.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:57:23.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698974348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:57:23.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648698973828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T03:57:23.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648698975358,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:57:23.598Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3e995b6-6cec-4377-a2fd-d6defd531036
2022-03-31T03:57:23.599Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3e995b6-6cec-4377-a2fd-d6defd531036 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:57:23.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "aai-ml",
  "timestamp": 1648698974528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "clamp",
  "timestamp": 1648698975376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "clamp",
  "timestamp": 1648698977110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:57:23.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "clamp",
  "timestamp": 1648698978115,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:57:23.628Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d3e995b6-6cec-4377-a2fd-d6defd531036
2022-03-31T03:57:23.628Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3e995b6-6cec-4377-a2fd-d6defd531036 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:57:29.472Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0
2022-03-31T03:57:29.590Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T03:57:30.106Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0|INFO|500||Invoke
2022-03-31T03:57:30.114Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1c5823c-073a-40bf-8295-df54ab5d5494], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b1d7e0f-d715-47e6-8057-2c8656db1a77], X-ECOMP-RequestID=[f1c5823c-073a-40bf-8295-df54ab5d5494], X-TransactionId=[], X-ONAP-RequestID=[f1c5823c-073a-40bf-8295-df54ab5d5494], Content-Type=[application/merge-patch+json]}
2022-03-31T03:57:30.231Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T03:57:30.744Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?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/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-03:57:29:330-98282], vertex-id=[221272], Content-Length=[0], Date=[Thu, 31 Mar 2022 03:57:29 GMT], Content-Type=[application/json]}
2022-03-31T03:57:30.745Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T03:57:30.746Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0|INFO|500||InvokeReturn
2022-03-31T03:57:30.749Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T03:57:30.749Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:57:30.759Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T03:57:30.760Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1c5823c-073a-40bf-8295-df54ab5d5494 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T03:57:30.761Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T03:57:30.761Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:30.764Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:30.764Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699050760,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T03:57:30.864Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:30.865Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:30.865Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:30.892Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:30.892Z||pool-18-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T03:57:31.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:57:31.776Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:57:31.776Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:36.142Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:36.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T03:57:36.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3e995b6-6cec-4377-a2fd-d6defd531036","serviceName":"vFW 2022-03-31 03-54-04","serviceVersion":"1.0","serviceUUID":"10b7cd53-394d-44be-9ece-7eb40b595547","serviceDescription":"catalog service description","serviceInvariantUUID":"3aa0f145-e395-459b-b510-b2f01bfeed36","resources":[{"resourceInstanceName":"vFW e19c7f54-b129 0","resourceName":"vFW e19c7f54-b129","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eab6085c-dfba-428a-ba3c-25da57f9f977","resourceInvariantUUID":"07ddbc2b-6652-43d9-abe4-24e1f7c1441a","resourceCustomizationUUID":"fa8c713d-aa47-427f-967c-12bbceb00e3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml","artifactChecksum":"MjBkNWQyMDZlMzM0YTc1YjAwYjgxZjU5OTkwYjAwYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0412a140-07c8-4ec2-ba83-c43ed3bb9f30","artifactVersion":"1"},{"artifactName":"vfwe19c7f54b1290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json","artifactChecksum":"YWEyZmFjOTJlYmUyNTllN2Y5YWYzOWViOGQxNzhjMjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0311b819-c445-448d-9ca8-486735be094d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"abf6fd47-9579-4f9b-a960-d4a9717cb4cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml","artifactChecksum":"YzlhYjg5OGUzMmM4YjNhMWJkZWNlN2NmOTU1NTE5ZTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"61268eed-ba67-4670-a0aa-6fb09f8029bc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f96ec02-de26-40a9-86f9-a0d3d20d043d","artifactVersion":"2","generatedFromUUID":"abf6fd47-9579-4f9b-a960-d4a9717cb4cd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220331035404-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml","artifactChecksum":"MDE2MWYzODcyNmVlMTdmMjRiMjhjNDBkZjEzZjc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b45dcbc-2d6f-437e-96fe-96e8f81a2b76","artifactVersion":"1"},{"artifactName":"service-Vfw20220331035404-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar","artifactChecksum":"ZGYyMzE1OWM4YTRmMDU3NTAzNTc5ZjIxNDBhZTBlZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b01b5470-1058-4d26-87c2-9a8abac96a7e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T03:57:36.147Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:36.148Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:36.150Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:36.150Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:36.250Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:36.251Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:36.251Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:36.261Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:36.262Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:37.151Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:37.152Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:37.154Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:37.154Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T03:57:37.254Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:37.255Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:37.255Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:37.269Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:37.269Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:57:38.154Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:38.155Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:38.158Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:38.158Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T03:57:38.258Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:38.259Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:38.259Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:38.271Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:38.271Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:39.159Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:39.161Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:39.163Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:39.164Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:39.264Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:39.265Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:39.265Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:39.279Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:39.280Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:57:40.164Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:40.165Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:40.168Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:40.168Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-31T03:57:40.268Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:40.269Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:40.269Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:40.288Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:40.288Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:41.169Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:41.170Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:41.172Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:41.172Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:57:41.272Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:41.273Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:41.273Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:41.286Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:41.287Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:42.172Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:42.173Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:42.175Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:42.175Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:57:42.276Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:42.277Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:42.277Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:42.290Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:42.291Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:43.177Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "serviceName": "vFW 2022-03-31 03-54-04",
  "serviceVersion": "1.0",
  "serviceUUID": "10b7cd53-394d-44be-9ece-7eb40b595547",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3aa0f145-e395-459b-b510-b2f01bfeed36",
  "resources": [
    {
      "resourceInstanceName": "vFW e19c7f54-b129 0",
      "resourceCustomizationUUID": "fa8c713d-aa47-427f-967c-12bbceb00e3d",
      "resourceName": "vFW e19c7f54-b129",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "eab6085c-dfba-428a-ba3c-25da57f9f977",
      "resourceInvariantUUID": "07ddbc2b-6652-43d9-abe4-24e1f7c1441a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe19c7f54b1290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
          "artifactChecksum": "YWEyZmFjOTJlYmUyNTllN2Y5YWYzOWViOGQxNzhjMjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0311b819-c445-448d-9ca8-486735be094d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "abf6fd47-9579-4f9b-a960-d4a9717cb4cd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f96ec02-de26-40a9-86f9-a0d3d20d043d",
            "generatedFromUUID": "abf6fd47-9579-4f9b-a960-d4a9717cb4cd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f96ec02-de26-40a9-86f9-a0d3d20d043d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220331035404-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
      "artifactChecksum": "ZGYyMzE1OWM4YTRmMDU3NTAzNTc5ZjIxNDBhZTBlZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b01b5470-1058-4d26-87c2-9a8abac96a7e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T03:57:43.177Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T03:57:43.177Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 10b7cd53-394d-44be-9ece-7eb40b595547 ASDC
2022-03-31T03:57:43.178Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d3e995b6-6cec-4377-a2fd-d6defd531036
ServiceName:vFW 2022-03-31 03-54-04
ServiceVersion:1.0
ServiceUUID:10b7cd53-394d-44be-9ece-7eb40b595547
ServiceInvariantUUID:3aa0f145-e395-459b-b510-b2f01bfeed36
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220331035404-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar
ArtifactUUID:b01b5470-1058-4d26-87c2-9a8abac96a7e
ArtifactChecksum:ZGYyMzE1OWM4YTRmMDU3NTAzNTc5ZjIxNDBhZTBlZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e19c7f54-b129 0
ResourceCustomizationUUID:fa8c713d-aa47-427f-967c-12bbceb00e3d
ResourceInvariantUUID:07ddbc2b-6652-43d9-abe4-24e1f7c1441a
ResourceName:vFW e19c7f54-b129
ResourceType:VF
ResourceUUID:eab6085c-dfba-428a-ba3c-25da57f9f977
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe19c7f54b1290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json
ArtifactUUID:0311b819-c445-448d-9ca8-486735be094d
ArtifactChecksum:YWEyZmFjOTJlYmUyNTllN2Y5YWYzOWViOGQxNzhjMjk=
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/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml
ArtifactUUID:abf6fd47-9579-4f9b-a960-d4a9717cb4cd
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/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env
ArtifactUUID:6f96ec02-de26-40a9-86f9-a0d3d20d043d
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/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env
ArtifactUUID:6f96ec02-de26-40a9-86f9-a0d3d20d043d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T03:57:43.178Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10b7cd53-394d-44be-9ece-7eb40b595547 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T03:57:43.209Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T03:57:43.209Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T03:57:43.209Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T03:57:43.210Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b01b5470-1058-4d26-87c2-9a8abac96a7e from URL: /sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:43.210Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:57:43.210Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:43.817Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:57:43.834Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar b01b5470-1058-4d26-87c2-9a8abac96a7e 99001
2022-03-31T03:57:43.834Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar ASDC sendASDCNotification
2022-03-31T03:57:43.835Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:43.835Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:57:43.835Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:43.837Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:43.837Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699063834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:57:43.937Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:43.938Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:43.939Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:43.958Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:43.959Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:44.837Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T03:57:44.839Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T03:57:44.839Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b01b5470-1058-4d26-87c2-9a8abac96a7e, URL: /sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar to file: /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:44.839Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220331035404-csar.csar
2022-03-31T03:57:44.840Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:44.840Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:45.001Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3059947947739262988/Definitions/service-Vfw20220331035404-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-31T03:57:47.211Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T03:57:47.212Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-31T03:57:47.212Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.212Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-31T03:57:47.212Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e19c7f54-b129 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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.214Z|d3e995b6-6cec-4377-a2fd-d6defd531036|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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.214Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.214Z|d3e995b6-6cec-4377-a2fd-d6defd531036|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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.214Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-31T03:57:47.214Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.214Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.215Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:47.215Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-31T03:57:47.215Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T03:57:47.215Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.215Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.216Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:47.216Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-31T03:57:47.216Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T03:57:47.216Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.216Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.218Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T03:57:47.218Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.218Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T03:57:47.218Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T03:57:47.218Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.218Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.219Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T03:57:47.219Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.219Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T03:57:47.219Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.219Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T03:57:47.219Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.220Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T03:57:47.220Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.220Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:47.220Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:47.220Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.221Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:47.221Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:47.221Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.221Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:47.221Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:47.221Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.222Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:47.222Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:47.222Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:47.222Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T03:57:47.222Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T03:57:47.222Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce207b67-7213-43ae-9942-ec6c101439c1
2022-03-31T03:57:47.224Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.224Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:47.224Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:47.224Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:47.224Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.226Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T03:57:47.226Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.226Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e59ab402-2906-486e-9eef-a49463c7b64a
2022-03-31T03:57:47.226Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.226Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:47.226Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T03:57:47.228Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T03:57:47.228Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.228Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.228Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T03:57:47.228Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9994ba09-fff2-48aa-96b6-629ba9833677
2022-03-31T03:57:47.228Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.230Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-31 03-54-04
Description:catalog service description
Model UUID:10b7cd53-394d-44be-9ece-7eb40b595547
Model Version:NULL
Model InvariantUuid:3aa0f145-e395-459b-b510-b2f01bfeed36
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e19c7f54-b129
Model UUID:ec377f75-205f-490d-9bdb-43498006aa6f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07ddbc2b-6652-43d9-abe4-24e1f7c1441a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fa8c713d-aa47-427f-967c-12bbceb00e3d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b40b799-ae7a-4b27-beca-c45fa569dfcb
ModelName:VfwE19c7f54B129..base_vfw..module-0
ModelUuid:4163240e-2f47-4882-b757-4c08d9280577
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ce207b67-7213-43ae-9942-ec6c101439c1
ModelInvariantUuid:297455aa-5082-4bdb-9e8d-c2f9b20774a7
ModelName:vFW e19c7f54-b129-nodes.vfwCvfc
ModelUuid:7de8d8c7-f828-404e-acb1-efb5720d9024
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c8c0b93b-ac51-40f2-aa76-5dd1d3a8249d
ModelInvariantUuid:6a07adb1-d2c6-40f8-86fd-63ed16bd30da
ModelName:VfwE19c7f54B129.compute.nodes.heat.vfw
ModelUuid:731a9a7c-441c-4a96-9961-ac47aff26248
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e59ab402-2906-486e-9eef-a49463c7b64a
ModelInvariantUuid:7d4e110f-5a31-4f51-8349-40e9b9b5a396
ModelName:vFW e19c7f54-b129-nodes.vsnCvfc
ModelUuid:fae5739f-1ef9-4cd6-9f8c-a70789a40319
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:765ace5f-b09d-4d56-972c-6854c19ee444
ModelInvariantUuid:37964f2b-0df5-4a79-85af-d17497cd6eca
ModelName:VfwE19c7f54B129.compute.nodes.heat.vsn
ModelUuid:c5c3949b-019d-406a-becb-18d139db8851
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9994ba09-fff2-48aa-96b6-629ba9833677
ModelInvariantUuid:af634305-6702-4a56-905c-f80e5f25b7f5
ModelName:vFW e19c7f54-b129-nodes.vpgCvfc
ModelUuid:e819efc8-753b-4ffe-8f0f-cdaeb20b1f52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9b0f0503-7753-455f-99c8-b54762864916
ModelInvariantUuid:c37b95a3-3847-40cb-af5f-e522bf5fac2d
ModelName:VfwE19c7f54B129.compute.nodes.heat.vpg
ModelUuid:a887bafc-a64e-47b9-868b-dd5bf869afae
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T03:57:47.237Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: eab6085c-dfba-428a-ba3c-25da57f9f977
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:57:47.240Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||vFW e19c7f54-b129 0
2022-03-31T03:57:47.240Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eab6085c-dfba-428a-ba3c-25da57f9f977
2022-03-31T03:57:47.240Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0311b819-c445-448d-9ca8-486735be094d from URL: /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json
2022-03-31T03:57:47.240Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:57:47.240Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json
2022-03-31T03:57:47.451Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:57:47.452Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json 0311b819-c445-448d-9ca8-486735be094d 785
2022-03-31T03:57:47.452Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json ASDC sendASDCNotification
2022-03-31T03:57:47.452Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json
2022-03-31T03:57:47.453Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:57:47.453Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:47.455Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:47.455Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699067452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:57:47.555Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:47.557Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:47.557Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:47.572Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:47.573Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:48.456Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE19c7f54B129..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2b40b799-ae7a-4b27-beca-c45fa569dfcb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4163240e-2f47-4882-b757-4c08d9280577",
    "vfModuleModelCustomizationUUID": "f11dc66d-b827-49fe-9327-cecdfedd1f7a",
    "isBase": true,
    "artifacts": [
      "abf6fd47-9579-4f9b-a960-d4a9717cb4cd",
      "6f96ec02-de26-40a9-86f9-a0d3d20d043d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T03:57:48.461Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE19c7f54B129..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4163240e-2f47-4882-b757-4c08d9280577
VfModuleModelInvariantUUID:2b40b799-ae7a-4b27-beca-c45fa569dfcb
VfModuleModelDescription:NULL
Artifacts UUID List:{
abf6fd47-9579-4f9b-a960-d4a9717cb4cd
,
6f96ec02-de26-40a9-86f9-a0d3d20d043d

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

isBase:true


}

2022-03-31T03:57:48.463Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE19c7f54B129..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2b40b799-ae7a-4b27-beca-c45fa569dfcb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4163240e-2f47-4882-b757-4c08d9280577",
    "vfModuleModelCustomizationUUID": "f11dc66d-b827-49fe-9327-cecdfedd1f7a",
    "isBase": true,
    "artifacts": [
      "abf6fd47-9579-4f9b-a960-d4a9717cb4cd",
      "6f96ec02-de26-40a9-86f9-a0d3d20d043d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T03:57:48.463Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE19c7f54B129..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4163240e-2f47-4882-b757-4c08d9280577
VfModuleModelInvariantUUID:2b40b799-ae7a-4b27-beca-c45fa569dfcb
VfModuleModelDescription:NULL
Artifacts UUID List:{
abf6fd47-9579-4f9b-a960-d4a9717cb4cd
,
6f96ec02-de26-40a9-86f9-a0d3d20d043d

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

isBase:true


}

2022-03-31T03:57:48.464Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: abf6fd47-9579-4f9b-a960-d4a9717cb4cd from URL: /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml
2022-03-31T03:57:48.464Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:57:48.464Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml
2022-03-31T03:57:48.650Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:57:48.651Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml abf6fd47-9579-4f9b-a960-d4a9717cb4cd 20368
2022-03-31T03:57:48.651Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T03:57:48.651Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml
2022-03-31T03:57:48.651Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:57:48.652Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:48.653Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:48.653Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699068651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:57:48.754Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:48.755Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:48.755Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:48.766Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:48.766Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:49.654Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6f96ec02-de26-40a9-86f9-a0d3d20d043d from URL: /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env
2022-03-31T03:57:49.654Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:57:49.655Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env
2022-03-31T03:57:49.849Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:57:49.850Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env 6f96ec02-de26-40a9-86f9-a0d3d20d043d 2098
2022-03-31T03:57:49.850Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T03:57:49.850Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env
2022-03-31T03:57:49.851Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:57:49.851Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:49.853Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:49.853Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699069850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:57:49.953Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T03:57:49.955Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:49.955Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:49.967Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:49.968Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:57:50.854Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 10b7cd53-394d-44be-9ece-7eb40b595547
2022-03-31T03:57:50.855Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e19c7f54-b129 0 eab6085c-dfba-428a-ba3c-25da57f9f977 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:57:50.877Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6101e3c3, org.onap.sdc.toscaparser.api.parameters.Input@1ee5ce60, org.onap.sdc.toscaparser.api.parameters.Input@5fde1870, org.onap.sdc.toscaparser.api.parameters.Input@40cd3b37, org.onap.sdc.toscaparser.api.parameters.Input@2e3cc716]
2022-03-31T03:57:50.879Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.879Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.879Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-31T03:57:50.879Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= fa8c713d-aa47-427f-967c-12bbceb00e3d
2022-03-31T03:57:50.880Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa8c713d-aa47-427f-967c-12bbceb00e3d matches Tosca VF Customization UUID: fa8c713d-aa47-427f-967c-12bbceb00e3d
2022-03-31T03:57:50.880Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: fa8c713d-aa47-427f-967c-12bbceb00e3d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T03:57:50.884Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.884Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.885Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id fa8c713d-aa47-427f-967c-12bbceb00e3d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-31T03:57:50.885Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18159dd5
2022-03-31T03:57:50.885Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.885Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T03:57:50.886Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f11dc66d-b827-49fe-9327-cecdfedd1f7a
2022-03-31T03:57:50.886Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f11dc66d-b827-49fe-9327-cecdfedd1f7a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T03:57:50.889Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.889Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:50.889Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:50.890Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.890Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:50.890Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:50.891Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.891Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:50.891Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:50.891Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:50.892Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T03:57:50.892Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T03:57:50.892Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T03:57:50.892Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.893Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:50.893Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T03:57:50.893Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:50.893Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T03:57:50.894Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.894Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce207b67-7213-43ae-9942-ec6c101439c1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T03:57:50.897Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.897Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:50.897Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:50.898Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.898Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:50.898Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:50.898Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:50.899Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T03:57:50.899Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.899Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:50.899Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T03:57:50.900Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.900Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T03:57:50.900Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T03:57:50.900Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:50.901Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T03:57:50.901Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.901Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e59ab402-2906-486e-9eef-a49463c7b64a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T03:57:50.904Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.904Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:50.905Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:50.908Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.908Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:50.908Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:50.909Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:50.909Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T03:57:50.909Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.909Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:50.910Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T03:57:50.910Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.910Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T03:57:50.911Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T03:57:50.911Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.911Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:50.911Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T03:57:50.912Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9994ba09-fff2-48aa-96b6-629ba9833677
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T03:57:50.915Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.916Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:50.916Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:50.916Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.916Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:50.917Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=fa8c713d-aa47-427f-967c-12bbceb00e3d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:57:50.919Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.920Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.920Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 10b7cd53-394d-44be-9ece-7eb40b595547: vFW e19c7f54-b129
2022-03-31T03:57:50.920Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.920Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.920Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.920Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.921Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.921Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.921Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.921Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.921Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:57:50.922Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.922Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-03-31 03-54-04 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:57:51.149Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e19c7f54-b129 eab6085c-dfba-428a-ba3c-25da57f9f977 1 ASDC deployResourceStructure
2022-03-31T03:57:51.150Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json ASDC sendASDCNotification
2022-03-31T03:57:51.150Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json
2022-03-31T03:57:51.150Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:57:51.150Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:51.152Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:51.152Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699071150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T03:57:51.252Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:51.254Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:51.254Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:51.265Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:51.266Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:52.153Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T03:57:52.154Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml
2022-03-31T03:57:52.154Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:57:52.154Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:52.156Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:52.157Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699072153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T03:57:52.257Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:52.258Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:52.258Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:52.275Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:52.275Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:53.158Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T03:57:53.159Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env
2022-03-31T03:57:53.159Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:57:53.159Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:53.162Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:53.162Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699073158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-31T03:57:53.262Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:53.263Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:53.263Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:53.277Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:53.277Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:54.164Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar ASDC sendASDCNotification
2022-03-31T03:57:54.164Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:54.164Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:57:54.165Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:54.166Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:54.167Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699074164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:57:54.267Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:54.268Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:54.268Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:54.285Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:57:54.286Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:55.168Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3e995b6-6cec-4377-a2fd-d6defd531036
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:57:55.179Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3e995b6-6cec-4377-a2fd-d6defd531036
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:57:55.183Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:57:55.183Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T03:57:55.183Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T03:58:23.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:58:23.450Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:58:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:58:23.474Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:58:23.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:58:23.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "aai-ml",
  "timestamp": 1648698984900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:58:23.475Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:58:23.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:58:23.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "aai-ml",
  "timestamp": 1648698985906,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:58:23.483Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3e995b6-6cec-4377-a2fd-d6defd531036
2022-03-31T03:58:23.483Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3e995b6-6cec-4377-a2fd-d6defd531036 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:58:25.183Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3e995b6-6cec-4377-a2fd-d6defd531036
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:58:25.196Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3e995b6-6cec-4377-a2fd-d6defd531036
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:58:25.200Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:58:25.200Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T03:58:25.200Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T03:58:25.200Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T03:58:25.200Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:58:25.200Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:58:25.201Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:58:25.201Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:58:25.201Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:58:25.201Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:58:25.201Z|d3e995b6-6cec-4377-a2fd-d6defd531036|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-03-31T03:58:25.206Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T03:58:55.207Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d3e995b6-6cec-4377-a2fd-d6defd531036 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T03:58:55.215Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3e995b6-6cec-4377-a2fd-d6defd531036 and serviceModelVersionId: 10b7cd53-394d-44be-9ece-7eb40b595547
2022-03-31T03:58:55.216Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3aa0f145-e395-459b-b510-b2f01bfeed36
2022-03-31T03:58:55.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3aa0f145-e395-459b-b510-b2f01bfeed36/model-vers/model-ver/10b7cd53-394d-44be-9ece-7eb40b595547?depth=0
2022-03-31T03:58:55.230Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T03:58:55.296Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aa0f145-e395-459b-b510-b2f01bfeed36/model-vers/model-ver/10b7cd53-394d-44be-9ece-7eb40b595547?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-31T03:58:55.298Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aa0f145-e395-459b-b510-b2f01bfeed36/model-vers/model-ver/10b7cd53-394d-44be-9ece-7eb40b595547?depth=0|INFO|500||Invoke
2022-03-31T03:58:55.331Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aa0f145-e395-459b-b510-b2f01bfeed36/model-vers/model-ver/10b7cd53-394d-44be-9ece-7eb40b595547?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T03:58:55.480Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aa0f145-e395-459b-b510-b2f01bfeed36/model-vers/model-ver/10b7cd53-394d-44be-9ece-7eb40b595547?depth=0|INFO|500||InvokeReturn
2022-03-31T03:58:55.480Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aa0f145-e395-459b-b510-b2f01bfeed36/model-vers/model-ver/10b7cd53-394d-44be-9ece-7eb40b595547?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-03:58:54:425-92724], vertex-id=[225368], Content-Length=[0], Date=[Thu, 31 Mar 2022 03:58:54 GMT], Content-Type=[application/json]}
2022-03-31T03:58:55.481Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T03:58:55.481Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T03:58:55.482Z|d3e995b6-6cec-4377-a2fd-d6defd531036|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-03-31T03:58:55.487Z|d3e995b6-6cec-4377-a2fd-d6defd531036|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-03-31T03:58:55.487Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3e995b6-6cec-4377-a2fd-d6defd531036 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T03:58:55.487Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T03:58:55.488Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:58:55.490Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:58:55.490Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699135487,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T03:58:55.590Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T03:58:55.591Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:58:55.592Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:58:55.607Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:58:55.608Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T03:58:56.502Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T03:58:56.502Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b986b60-f674-4772-8178-5c7a4c06b212","serviceName":"basic_onboard_QFswqe","serviceVersion":"1.0","serviceUUID":"b79ebe58-8c95-4054-8950-3c3188cf6610","serviceDescription":"service","serviceInvariantUUID":"adb481c8-7bcc-48a2-a8eb-36c5ed78b740","resources":[{"resourceInstanceName":"basic_onboard_QFswqe 0","resourceName":"basic_onboard_QFswqe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"121ae9fb-f06e-4966-b013-df8947183893","resourceInvariantUUID":"6ba01f21-e642-4ad0-b4b7-6092ea61a221","resourceCustomizationUUID":"ad6b0608-bee0-4342-ad85-8aabf4199ead","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vf-license-model.xml","artifactChecksum":"YmRkNWZjZDk2ZDk0MzdiOWZhNDZkYWZmODkzZDc1Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9cef3e0d-9984-40ca-b49b-f70f14c68614","artifactVersion":"1"},{"artifactName":"basic_onboard_qfswqe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json","artifactChecksum":"ZmViZmFkZjJjYWUwZTdkYTU4OTg1ZWFiN2QyMzI1NzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7a4d4bb-4c49-4aa6-8fcf-44d4f5e7f810","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b19d9f37-483a-4a70-ae4e-e9dafb95bdc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d135d755-985d-4dd5-9c3f-7d9cf3696a28","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c5a48e8-b358-466a-be18-4473a1425052","artifactVersion":"2","generatedFromUUID":"b19d9f37-483a-4a70-ae4e-e9dafb95bdc4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQfswqe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-template.yml","artifactChecksum":"Y2YyNzhhZWIyOTMyYjUyYTM2ZjkyOGU1OGFhOWYyNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1accc4b-099e-43da-9ef7-5d735fb7c6fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQfswqe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar","artifactChecksum":"NDI2MTNlZWExYjQ1ZmIxMmVmZDY1ZTM2YzIzZTI0NTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92c3962a-c95d-4816-bfe5-3940ac7e3e04","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T03:58:56.503Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:58:56.504Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:58:56.506Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:58:56.507Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:58:56.607Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:58:56.608Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:58:56.608Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:58:56.624Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:58:56.625Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:58:57.507Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:58:57.509Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:58:57.511Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:58:57.511Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T03:58:57.612Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T03:58:57.613Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:58:57.613Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:58:57.627Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:58:57.627Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:58:58.512Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:58:58.513Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:58:58.516Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:58:58.516Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T03:58:58.616Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:58:58.618Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:58:58.618Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:58:58.635Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:58:58.636Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:58:59.517Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:58:59.518Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:58:59.520Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:58:59.520Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:58:59.620Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:58:59.621Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:58:59.621Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:58:59.637Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:58:59.637Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:00.521Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:59:00.522Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:00.524Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:00.524Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-31T03:59:00.624Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:59:00.625Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:00.625Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:00.638Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:59:00.638Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:01.525Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:59:01.526Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:01.528Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:01.529Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:01.629Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:59:01.630Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:01.630Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:01.643Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:59:01.643Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:59:02.529Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:59:02.531Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:02.533Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:02.533Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:59:02.633Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T03:59:02.635Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:02.635Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:02.647Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:59:02.648Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:03.535Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "serviceName": "basic_onboard_QFswqe",
  "serviceVersion": "1.0",
  "serviceUUID": "b79ebe58-8c95-4054-8950-3c3188cf6610",
  "serviceDescription": "service",
  "serviceInvariantUUID": "adb481c8-7bcc-48a2-a8eb-36c5ed78b740",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QFswqe 0",
      "resourceCustomizationUUID": "ad6b0608-bee0-4342-ad85-8aabf4199ead",
      "resourceName": "basic_onboard_QFswqe",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "121ae9fb-f06e-4966-b013-df8947183893",
      "resourceInvariantUUID": "6ba01f21-e642-4ad0-b4b7-6092ea61a221",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qfswqe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
          "artifactChecksum": "ZmViZmFkZjJjYWUwZTdkYTU4OTg1ZWFiN2QyMzI1NzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a7a4d4bb-4c49-4aa6-8fcf-44d4f5e7f810",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b19d9f37-483a-4a70-ae4e-e9dafb95bdc4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2c5a48e8-b358-466a-be18-4473a1425052",
            "generatedFromUUID": "b19d9f37-483a-4a70-ae4e-e9dafb95bdc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2c5a48e8-b358-466a-be18-4473a1425052",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQfswqe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
      "artifactChecksum": "NDI2MTNlZWExYjQ1ZmIxMmVmZDY1ZTM2YzIzZTI0NTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92c3962a-c95d-4816-bfe5-3940ac7e3e04"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T03:59:03.536Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T03:59:03.536Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b79ebe58-8c95-4054-8950-3c3188cf6610 ASDC
2022-03-31T03:59:03.536Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:0b986b60-f674-4772-8178-5c7a4c06b212
ServiceName:basic_onboard_QFswqe
ServiceVersion:1.0
ServiceUUID:b79ebe58-8c95-4054-8950-3c3188cf6610
ServiceInvariantUUID:adb481c8-7bcc-48a2-a8eb-36c5ed78b740
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQfswqe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar
ArtifactUUID:92c3962a-c95d-4816-bfe5-3940ac7e3e04
ArtifactChecksum:NDI2MTNlZWExYjQ1ZmIxMmVmZDY1ZTM2YzIzZTI0NTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QFswqe 0
ResourceCustomizationUUID:ad6b0608-bee0-4342-ad85-8aabf4199ead
ResourceInvariantUUID:6ba01f21-e642-4ad0-b4b7-6092ea61a221
ResourceName:basic_onboard_QFswqe
ResourceType:VF
ResourceUUID:121ae9fb-f06e-4966-b013-df8947183893
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qfswqe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json
ArtifactUUID:a7a4d4bb-4c49-4aa6-8fcf-44d4f5e7f810
ArtifactChecksum:ZmViZmFkZjJjYWUwZTdkYTU4OTg1ZWFiN2QyMzI1NzU=
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/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b19d9f37-483a-4a70-ae4e-e9dafb95bdc4
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/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env
ArtifactUUID:2c5a48e8-b358-466a-be18-4473a1425052
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/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env
ArtifactUUID:2c5a48e8-b358-466a-be18-4473a1425052
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T03:59:03.537Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b79ebe58-8c95-4054-8950-3c3188cf6610 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:59:03.574Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T03:59:03.575Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T03:59:03.575Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T03:59:03.575Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92c3962a-c95d-4816-bfe5-3940ac7e3e04 from URL: /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:03.576Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:59:03.576Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:04.005Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:59:04.009Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar 92c3962a-c95d-4816-bfe5-3940ac7e3e04 71557
2022-03-31T03:59:04.009Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar ASDC sendASDCNotification
2022-03-31T03:59:04.009Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:04.009Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:59:04.010Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:04.019Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:04.019Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699144009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:04.114Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-31T03:59:04.115Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:04.115Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:04.141Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:59:04.141Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:05.020Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T03:59:05.022Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T03:59:05.023Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 92c3962a-c95d-4816-bfe5-3940ac7e3e04, URL: /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar to file: /app/ASDC/1/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:05.023Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:05.024Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:05.024Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:05.248Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12090830937513650652/Definitions/service-BasicOnboardQfswqe-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-03-31T03:59:06.614Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QFswqe 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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-31T03:59:06.617Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T03:59:06.617Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:06.617Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.617Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:06.617Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-31T03:59:06.617Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T03:59:06.618Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:06.618Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.618Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:06.618Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is not matching search criteria
2022-03-31T03:59:06.618Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-31T03:59:06.619Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-31T03:59:06.619Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-31T03:59:06.619Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T03:59:06.619Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T03:59:06.619Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:06.619Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T03:59:06.620Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:06.620Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:06.620Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:59:06.620Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:06.620Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:06.620Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:59:06.621Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:06.621Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:06.621Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:59:06.621Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:06.622Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is not matching search criteria
2022-03-31T03:59:06.622Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T03:59:06.622Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T03:59:06.622Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c84de8a6-b781-4672-ab69-4f415657d408
2022-03-31T03:59:06.623Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:06.623Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.623Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:06.623Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.623Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:06.623Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.624Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:06.624Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.624Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_QFswqe
Description:service
Model UUID:b79ebe58-8c95-4054-8950-3c3188cf6610
Model Version:NULL
Model InvariantUuid:adb481c8-7bcc-48a2-a8eb-36c5ed78b740
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_QFswqe
Model UUID:76531d6d-fd05-44c5-9c6c-869a52179743
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6ba01f21-e642-4ad0-b4b7-6092ea61a221
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ad6b0608-bee0-4342-ad85-8aabf4199ead
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d9703dc4-244e-4a8d-8016-b825a340a661
ModelName:BasicOnboardQfswqe..base_ubuntu18..module-0
ModelUuid:d2d60c3a-36b3-4e0b-9652-e670c3ce17a3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c84de8a6-b781-4672-ab69-4f415657d408
ModelInvariantUuid:7443b299-c913-436a-ab48-fc0e320a9ebb
ModelName:basic_onboard_QFswqe-nodes.ubuntu18Cvfc
ModelUuid:a087d3f3-1c5a-4a1c-94f0-5475d0a77c1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:848ad8c8-4c95-447c-8fd5-7ec428950845
ModelInvariantUuid:62d92630-3f59-4fba-abb5-f374a23541e4
ModelName:BasicOnboardQfswqe.compute.nodes.heat.ubuntu18
ModelUuid:47f1d00e-c889-459f-be47-f002ca266097
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T03:59:06.631Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 121ae9fb-f06e-4966-b013-df8947183893
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:59:06.634Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||basic_onboard_QFswqe 0
2022-03-31T03:59:06.635Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 121ae9fb-f06e-4966-b013-df8947183893
2022-03-31T03:59:06.635Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a7a4d4bb-4c49-4aa6-8fcf-44d4f5e7f810 from URL: /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json
2022-03-31T03:59:06.635Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:59:06.635Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json
2022-03-31T03:59:07.015Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:59:07.016Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json a7a4d4bb-4c49-4aa6-8fcf-44d4f5e7f810 798
2022-03-31T03:59:07.016Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json ASDC sendASDCNotification
2022-03-31T03:59:07.016Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json
2022-03-31T03:59:07.017Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:59:07.017Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:07.027Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:07.027Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699147016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:07.121Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-31T03:59:07.122Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:07.122Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:07.136Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:59:07.137Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:08.027Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQfswqe..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d9703dc4-244e-4a8d-8016-b825a340a661",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2d60c3a-36b3-4e0b-9652-e670c3ce17a3",
    "vfModuleModelCustomizationUUID": "a4dcf332-8e2a-4baf-9801-975b014f5896",
    "isBase": true,
    "artifacts": [
      "b19d9f37-483a-4a70-ae4e-e9dafb95bdc4",
      "2c5a48e8-b358-466a-be18-4473a1425052"
    ],
    "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-03-31T03:59:08.032Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQfswqe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2d60c3a-36b3-4e0b-9652-e670c3ce17a3
VfModuleModelInvariantUUID:d9703dc4-244e-4a8d-8016-b825a340a661
VfModuleModelDescription:NULL
Artifacts UUID List:{
b19d9f37-483a-4a70-ae4e-e9dafb95bdc4
,
2c5a48e8-b358-466a-be18-4473a1425052

}
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-03-31T03:59:08.035Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQfswqe..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d9703dc4-244e-4a8d-8016-b825a340a661",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2d60c3a-36b3-4e0b-9652-e670c3ce17a3",
    "vfModuleModelCustomizationUUID": "a4dcf332-8e2a-4baf-9801-975b014f5896",
    "isBase": true,
    "artifacts": [
      "b19d9f37-483a-4a70-ae4e-e9dafb95bdc4",
      "2c5a48e8-b358-466a-be18-4473a1425052"
    ],
    "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-03-31T03:59:08.036Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQfswqe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2d60c3a-36b3-4e0b-9652-e670c3ce17a3
VfModuleModelInvariantUUID:d9703dc4-244e-4a8d-8016-b825a340a661
VfModuleModelDescription:NULL
Artifacts UUID List:{
b19d9f37-483a-4a70-ae4e-e9dafb95bdc4
,
2c5a48e8-b358-466a-be18-4473a1425052

}
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-03-31T03:59:08.036Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b19d9f37-483a-4a70-ae4e-e9dafb95bdc4 from URL: /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml
2022-03-31T03:59:08.036Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:59:08.036Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml
2022-03-31T03:59:08.219Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:59:08.220Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml b19d9f37-483a-4a70-ae4e-e9dafb95bdc4 5033
2022-03-31T03:59:08.220Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T03:59:08.220Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml
2022-03-31T03:59:08.220Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:59:08.221Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:08.223Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:08.223Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699148220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:08.323Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:59:08.324Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:08.325Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:08.343Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:59:08.343Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:09.224Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2c5a48e8-b358-466a-be18-4473a1425052 from URL: /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env
2022-03-31T03:59:09.224Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:59:09.225Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env
2022-03-31T03:59:09.429Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:59:09.430Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env 2c5a48e8-b358-466a-be18-4473a1425052 909
2022-03-31T03:59:09.430Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T03:59:09.430Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env
2022-03-31T03:59:09.431Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:59:09.431Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:09.434Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:09.434Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699149430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:09.535Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:59:09.536Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:09.536Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:09.553Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:59:09.554Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:10.435Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b79ebe58-8c95-4054-8950-3c3188cf6610
2022-03-31T03:59:10.436Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QFswqe 0 121ae9fb-f06e-4966-b013-df8947183893 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:59:10.451Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46223882, org.onap.sdc.toscaparser.api.parameters.Input@386169f7, org.onap.sdc.toscaparser.api.parameters.Input@47a57c95, org.onap.sdc.toscaparser.api.parameters.Input@1df63f7b, org.onap.sdc.toscaparser.api.parameters.Input@4ac7f26f]
2022-03-31T03:59:10.452Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.453Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:10.453Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-31T03:59:10.453Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ad6b0608-bee0-4342-ad85-8aabf4199ead
2022-03-31T03:59:10.453Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ad6b0608-bee0-4342-ad85-8aabf4199ead matches Tosca VF Customization UUID: ad6b0608-bee0-4342-ad85-8aabf4199ead
2022-03-31T03:59:10.453Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ad6b0608-bee0-4342-ad85-8aabf4199ead  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T03:59:10.456Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.456Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:10.458Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ad6b0608-bee0-4342-ad85-8aabf4199ead: {\"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-03-31T03:59:10.458Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@39d67659
2022-03-31T03:59:10.458Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.458Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T03:59:10.459Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4dcf332-8e2a-4baf-9801-975b014f5896
2022-03-31T03:59:10.459Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4dcf332-8e2a-4baf-9801-975b014f5896
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T03:59:10.462Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.463Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:10.463Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:59:10.463Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.463Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:10.464Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:59:10.464Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.464Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is not matching search criteria
2022-03-31T03:59:10.464Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T03:59:10.465Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T03:59:10.465Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c84de8a6-b781-4672-ab69-4f415657d408
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T03:59:10.468Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.468Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:10.468Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:59:10.469Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.469Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:10.469Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=ad6b0608-bee0-4342-ad85-8aabf4199ead
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:59:10.471Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.472Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:10.472Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b79ebe58-8c95-4054-8950-3c3188cf6610: basic_onboard_QFswqe
2022-03-31T03:59:10.472Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.472Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:10.473Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.473Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:10.473Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.473Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:10.473Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.474Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:10.474Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T03:59:10.474Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:10.474Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_QFswqe 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:59:10.585Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QFswqe 121ae9fb-f06e-4966-b013-df8947183893 1 ASDC deployResourceStructure
2022-03-31T03:59:10.586Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json ASDC sendASDCNotification
2022-03-31T03:59:10.586Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json
2022-03-31T03:59:10.586Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:59:10.586Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:10.588Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:10.588Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699150586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T03:59:10.688Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:59:10.689Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:10.689Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:10.711Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:59:10.711Z||pool-46-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:11.589Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T03:59:11.589Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml
2022-03-31T03:59:11.590Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:59:11.590Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:11.592Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:11.593Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699151589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T03:59:11.693Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:59:11.694Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:11.694Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:11.707Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:59:11.707Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:12.594Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T03:59:12.594Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env
2022-03-31T03:59:12.594Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:59:12.594Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:12.596Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:12.596Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699152594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-31T03:59:12.696Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T03:59:12.697Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:12.697Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:12.716Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:59:12.717Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:13.597Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar ASDC sendASDCNotification
2022-03-31T03:59:13.598Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:13.598Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:59:13.598Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:13.600Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:13.600Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699153597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:59:13.700Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:59:13.702Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:13.702Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:13.715Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:59:13.716Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:59:14.601Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b986b60-f674-4772-8178-5c7a4c06b212
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:59:14.610Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b986b60-f674-4772-8178-5c7a4c06b212
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:59:14.613Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:59:14.613Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T03:59:14.613Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T03:59:23.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:59:23.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:59:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:23.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T03:59:23.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699050760,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T03:59:23.565Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "dcae-sch",
  "timestamp": 1648699045982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699048897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "cds",
  "timestamp": 1648699050111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "cds",
  "timestamp": 1648699050111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "dcae-sch",
  "timestamp": 1648699045982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699048897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699054834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "dcae-sch",
  "timestamp": 1648699045982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "cds",
  "timestamp": 1648699050111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699048897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699054834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "aai-ml",
  "timestamp": 1648699056579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "dcae-sch",
  "timestamp": 1648699045982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699048897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "cds",
  "timestamp": 1648699050111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699054834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "aai-ml",
  "timestamp": 1648699056579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "dcae-sch",
  "timestamp": 1648699045982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "cds",
  "timestamp": 1648699050111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699048897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699054834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "policy-id",
  "timestamp": 1648699057958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "aai-ml",
  "timestamp": 1648699056579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "dcae-sch",
  "timestamp": 1648699045982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "cds",
  "timestamp": 1648699050111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699048897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699054834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "policy-id",
  "timestamp": 1648699057958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "aai-ml",
  "timestamp": 1648699056579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "dcae-sch",
  "timestamp": 1648699045982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "cds",
  "timestamp": 1648699050111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699048897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699054834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "policy-id",
  "timestamp": 1648699057958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699060514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "aai-ml",
  "timestamp": 1648699056579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699054834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "policy-id",
  "timestamp": 1648699057958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "cds",
  "timestamp": 1648699061744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:23.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699060514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699062905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:23.587Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "aai-ml",
  "timestamp": 1648699056579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "policy-id",
  "timestamp": 1648699057958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "cds",
  "timestamp": 1648699062750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:59:23.598Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b986b60-f674-4772-8178-5c7a4c06b212
2022-03-31T03:59:23.598Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b986b60-f674-4772-8178-5c7a4c06b212 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:59:23.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699060514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "aai-ml",
  "timestamp": 1648699056579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699063834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:23.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "policy-id",
  "timestamp": 1648699057958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699060514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "aai-ml",
  "timestamp": 1648699064416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:23.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699065536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:59:23.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "policy-id",
  "timestamp": 1648699057958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699060514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699066543,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:59:23.624Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b986b60-f674-4772-8178-5c7a4c06b212
2022-03-31T03:59:23.624Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b986b60-f674-4772-8178-5c7a4c06b212 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:59:23.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699060514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "policy-id",
  "timestamp": 1648699065922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:23.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699060514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "policy-id",
  "timestamp": 1648699066928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:59:23.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699067452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:23.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "policy-id",
  "timestamp": 1648699067932,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:59:23.642Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b986b60-f674-4772-8178-5c7a4c06b212
2022-03-31T03:59:23.642Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b986b60-f674-4772-8178-5c7a4c06b212 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:59:23.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699068519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:23.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699068651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:23.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699069850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:23.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699069726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:23.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699071150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T03:59:23.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699071023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:23.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699072153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T03:59:23.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699072053,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:59:23.659Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b986b60-f674-4772-8178-5c7a4c06b212
2022-03-31T03:59:23.659Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b986b60-f674-4772-8178-5c7a4c06b212 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-31T03:59:23.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "clamp",
  "timestamp": 1648699072053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699073158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-31T03:59:23.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699073058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T03:59:23.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "clamp",
  "timestamp": 1648699072053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699074164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:59:23.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "aai-ml",
  "timestamp": 1648699073910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:59:23.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "clamp",
  "timestamp": 1648699072053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "aai-ml",
  "timestamp": 1648699074916,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:59:23.670Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b986b60-f674-4772-8178-5c7a4c06b212
2022-03-31T03:59:23.671Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b986b60-f674-4772-8178-5c7a4c06b212 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:59:23.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "clamp",
  "timestamp": 1648699072053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "clamp",
  "timestamp": 1648699072053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "clamp",
  "timestamp": 1648699072053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T03:59:23.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "clamp",
  "timestamp": 1648699072053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T03:59:23.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T03:59:23.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "clamp",
  "timestamp": 1648699091131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T03:59:23.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "clamp",
  "timestamp": 1648699092155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T03:59:23.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:59:23.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:59:23.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "clamp",
  "timestamp": 1648699093161,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:59:23.687Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b986b60-f674-4772-8178-5c7a4c06b212
2022-03-31T03:59:23.687Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b986b60-f674-4772-8178-5c7a4c06b212 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:59:44.614Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b986b60-f674-4772-8178-5c7a4c06b212
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:59:44.626Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b986b60-f674-4772-8178-5c7a4c06b212
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:59:44.630Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:59:44.630Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T03:59:44.630Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T03:59:44.630Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T03:59:44.630Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:59:44.630Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:59:44.630Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:59:44.631Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:59:44.631Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:59:44.631Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T03:59:44.631Z|0b986b60-f674-4772-8178-5c7a4c06b212|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-03-31T03:59:44.636Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T04:00:14.637Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b986b60-f674-4772-8178-5c7a4c06b212 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T04:00:14.642Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b986b60-f674-4772-8178-5c7a4c06b212 and serviceModelVersionId: b79ebe58-8c95-4054-8950-3c3188cf6610
2022-03-31T04:00:14.642Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : adb481c8-7bcc-48a2-a8eb-36c5ed78b740
2022-03-31T04:00:14.643Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/adb481c8-7bcc-48a2-a8eb-36c5ed78b740/model-vers/model-ver/b79ebe58-8c95-4054-8950-3c3188cf6610?depth=0
2022-03-31T04:00:14.647Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T04:00:14.695Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb481c8-7bcc-48a2-a8eb-36c5ed78b740/model-vers/model-ver/b79ebe58-8c95-4054-8950-3c3188cf6610?depth=0|INFO|500||Invoke
2022-03-31T04:00:14.696Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb481c8-7bcc-48a2-a8eb-36c5ed78b740/model-vers/model-ver/b79ebe58-8c95-4054-8950-3c3188cf6610?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb481c8-7bcc-48a2-a8eb-36c5ed78b740/model-vers/model-ver/b79ebe58-8c95-4054-8950-3c3188cf6610?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b986b60-f674-4772-8178-5c7a4c06b212], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f36afb62-86e4-48e5-abab-176805abe522], X-ECOMP-RequestID=[0b986b60-f674-4772-8178-5c7a4c06b212], X-TransactionId=[], X-ONAP-RequestID=[0b986b60-f674-4772-8178-5c7a4c06b212], Content-Type=[application/merge-patch+json]}
2022-03-31T04:00:14.717Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb481c8-7bcc-48a2-a8eb-36c5ed78b740/model-vers/model-ver/b79ebe58-8c95-4054-8950-3c3188cf6610?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T04:00:15.176Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb481c8-7bcc-48a2-a8eb-36c5ed78b740/model-vers/model-ver/b79ebe58-8c95-4054-8950-3c3188cf6610?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/adb481c8-7bcc-48a2-a8eb-36c5ed78b740/model-vers/model-ver/b79ebe58-8c95-4054-8950-3c3188cf6610?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-04:00:13:811-84406], vertex-id=[208992], Content-Length=[0], Date=[Thu, 31 Mar 2022 04:00:13 GMT], Content-Type=[application/json]}
2022-03-31T04:00:15.177Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb481c8-7bcc-48a2-a8eb-36c5ed78b740/model-vers/model-ver/b79ebe58-8c95-4054-8950-3c3188cf6610?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T04:00:15.178Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb481c8-7bcc-48a2-a8eb-36c5ed78b740/model-vers/model-ver/b79ebe58-8c95-4054-8950-3c3188cf6610?depth=0|INFO|500||InvokeReturn
2022-03-31T04:00:15.179Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T04:00:15.179Z|0b986b60-f674-4772-8178-5c7a4c06b212|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-03-31T04:00:15.185Z|0b986b60-f674-4772-8178-5c7a4c06b212|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-03-31T04:00:15.186Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b986b60-f674-4772-8178-5c7a4c06b212 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T04:00:15.186Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T04:00:15.186Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:15.189Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:15.189Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699215186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:00:15.289Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:00:15.290Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:15.290Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:15.307Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:15.308Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T04:00:16.206Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:00:16.207Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:00:16.207Z|0b986b60-f674-4772-8178-5c7a4c06b212|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:20.534Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:20.535Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:00:20.535Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"aa731333-c38d-4216-aea1-63be99efcc2a","serviceName":"vFW 2022-03-31 03-56-53","serviceVersion":"1.0","serviceUUID":"520701c5-1c0c-4a6d-a235-213832bbc477","serviceDescription":"catalog service description","serviceInvariantUUID":"35e90a1d-12a6-4305-b94a-cd2f94a92049","resources":[{"resourceInstanceName":"vFW 2ebc9163-2b48 0","resourceName":"vFW 2ebc9163-2b48","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bca9ff19-509b-4ede-a124-43fff79f5665","resourceInvariantUUID":"901105b5-e49a-47fc-95af-2da14a4478e0","resourceCustomizationUUID":"56a4655f-2313-43e4-9295-1b0bfa8fc9e5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vf-license-model.xml","artifactChecksum":"NjY5Yzc4MzQ2M2RjNGIxMDQ5NzFjOTBlYzUyNDliMjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b73c403-c242-4add-839d-009f0910c616","artifactVersion":"1"},{"artifactName":"vfw2ebc91632b480_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json","artifactChecksum":"MzY2OWY2Mjk5MzRmZTliZDdiNTU5ZTJlMjRiNTY1YWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4094b06e-e2cb-4df6-8e75-dda40e5e8ee6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"16bf579b-60ec-4640-9608-595e70524577","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vendor-license-model.xml","artifactChecksum":"ZGZlM2I1MTI5MzAzY2ZjYTc1ZThhNWNhZGFkNjJkYTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c5f331df-6d60-4e28-b95e-4837ff5c2e5a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dff43fec-0394-4fe3-a3f2-bc2e96c232f0","artifactVersion":"2","generatedFromUUID":"16bf579b-60ec-4640-9608-595e70524577"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220331035653-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-template.yml","artifactChecksum":"YmNmYjc0NTZlZDJmZGY0ZjcwODJlZDVhNTU0NWFiZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a9bac77-1fbc-4c58-a507-9edacf568398","artifactVersion":"1"},{"artifactName":"service-Vfw20220331035653-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar","artifactChecksum":"NDE0ZTk4ODc1YTVlOTY2M2Q5YzY2YjNlOWY1NGJhMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6d78c05-0570-462b-894c-ce6f68a03d21","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T04:00:20.538Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:00:20.538Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:20.540Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:20.540Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:20.641Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:00:20.642Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:20.642Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:20.657Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:20.658Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:00:21.541Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:00:21.542Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:21.545Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:21.545Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:00:21.645Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:00:21.647Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:21.647Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:21.665Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:21.665Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:00:22.546Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:00:22.547Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:22.549Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:22.549Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:00:22.650Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T04:00:22.651Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:22.651Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:22.666Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:22.666Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:00:23.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:00:23.450Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:00:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:23.491Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:23.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699120515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648699125982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "cds",
  "timestamp": 1648699125111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648699125982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699120515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "cds",
  "timestamp": 1648699125111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648699125982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699120515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "cds",
  "timestamp": 1648699125111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648699125982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699120515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "cds",
  "timestamp": 1648699125111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648699125982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699120515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "clamp",
  "timestamp": 1648699132053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "cds",
  "timestamp": 1648699125111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699120515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648699125982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "clamp",
  "timestamp": 1648699132053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "cds",
  "timestamp": 1648699125111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648699125982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699120515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "clamp",
  "timestamp": 1648699132053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "cds",
  "timestamp": 1648699125111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699135487,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:00:23.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699134834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "clamp",
  "timestamp": 1648699132053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699136082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:23.506Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "cds",
  "timestamp": 1648699135850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:23.506Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699134834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "clamp",
  "timestamp": 1648699132053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "cds",
  "timestamp": 1648699136857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:00:23.526Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aa731333-c38d-4216-aea1-63be99efcc2a
2022-03-31T04:00:23.526Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa731333-c38d-4216-aea1-63be99efcc2a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:00:23.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699137395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:23.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699134834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "clamp",
  "timestamp": 1648699132053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699138513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:23.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699138897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699134834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "policy-id",
  "timestamp": 1648699137958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "clamp",
  "timestamp": 1648699132053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699139541,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:00:23.550Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:00:23.551Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa731333-c38d-4216-aea1-63be99efcc2a
2022-03-31T04:00:23.551Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa731333-c38d-4216-aea1-63be99efcc2a and ComponentName POLICY
2022-03-31T04:00:23.551Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_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-03-31T04:00:23.553Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:23.553Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:00:23.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699138897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699134834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "policy-id",
  "timestamp": 1648699137958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699140545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:00:23.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699138897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699134834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "policy-id",
  "timestamp": 1648699137958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699138897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699134834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "policy-id",
  "timestamp": 1648699137958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699051775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699138897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "policy-id",
  "timestamp": 1648699137958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699138897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699144009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:23.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "policy-id",
  "timestamp": 1648699137958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699138897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "policy-id",
  "timestamp": 1648699137958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699146815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:23.568Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "policy-id",
  "timestamp": 1648699145986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:23.568Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699147016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:23.568Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "policy-id",
  "timestamp": 1648699146992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:00:23.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "aai-ml",
  "timestamp": 1648699146579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699148220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:23.570Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "policy-id",
  "timestamp": 1648699147997,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:00:23.575Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa731333-c38d-4216-aea1-63be99efcc2a
2022-03-31T04:00:23.575Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa731333-c38d-4216-aea1-63be99efcc2a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-31T04:00:23.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "aai-ml",
  "timestamp": 1648699146579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699149430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:23.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "aai-ml",
  "timestamp": 1648699146579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699150898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:00:23.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699150586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:00:23.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "aai-ml",
  "timestamp": 1648699146579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699151904,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:00:23.587Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aa731333-c38d-4216-aea1-63be99efcc2a
2022-03-31T04:00:23.587Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa731333-c38d-4216-aea1-63be99efcc2a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:00:23.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699151589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T04:00:23.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "aai-ml",
  "timestamp": 1648699146579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699152594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-31T04:00:23.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "aai-ml",
  "timestamp": 1648699146579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:23.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "clamp",
  "timestamp": 1648699152391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:23.597Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699153597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:00:23.597Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "aai-ml",
  "timestamp": 1648699146579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:00:23.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:00:23.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "clamp",
  "timestamp": 1648699154142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:00:23.598Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "aai-ml",
  "timestamp": 1648699154431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:23.598Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:00:23.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:00:23.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "clamp",
  "timestamp": 1648699155146,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:00:23.604Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aa731333-c38d-4216-aea1-63be99efcc2a
2022-03-31T04:00:23.604Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa731333-c38d-4216-aea1-63be99efcc2a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:00:23.654Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:00:23.655Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:23.655Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:23.667Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:23.667Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:00:24.554Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:00:24.555Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:24.556Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:24.556Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-31T04:00:24.657Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T04:00:24.658Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:24.658Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:24.673Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:24.674Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:00:25.557Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:00:25.558Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:25.560Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:25.560Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:00:25.661Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:00:25.661Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:25.661Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:25.673Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:25.674Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:00:26.561Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:00:26.562Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:26.563Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:26.564Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:00:26.664Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:00:26.665Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:26.665Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:26.678Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:26.678Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:00:27.565Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "serviceName": "vFW 2022-03-31 03-56-53",
  "serviceVersion": "1.0",
  "serviceUUID": "520701c5-1c0c-4a6d-a235-213832bbc477",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "35e90a1d-12a6-4305-b94a-cd2f94a92049",
  "resources": [
    {
      "resourceInstanceName": "vFW 2ebc9163-2b48 0",
      "resourceCustomizationUUID": "56a4655f-2313-43e4-9295-1b0bfa8fc9e5",
      "resourceName": "vFW 2ebc9163-2b48",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bca9ff19-509b-4ede-a124-43fff79f5665",
      "resourceInvariantUUID": "901105b5-e49a-47fc-95af-2da14a4478e0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2ebc91632b480_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
          "artifactChecksum": "MzY2OWY2Mjk5MzRmZTliZDdiNTU5ZTJlMjRiNTY1YWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4094b06e-e2cb-4df6-8e75-dda40e5e8ee6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "16bf579b-60ec-4640-9608-595e70524577",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dff43fec-0394-4fe3-a3f2-bc2e96c232f0",
            "generatedFromUUID": "16bf579b-60ec-4640-9608-595e70524577"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dff43fec-0394-4fe3-a3f2-bc2e96c232f0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220331035653-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
      "artifactChecksum": "NDE0ZTk4ODc1YTVlOTY2M2Q5YzY2YjNlOWY1NGJhMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b6d78c05-0570-462b-894c-ce6f68a03d21"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T04:00:27.565Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T04:00:27.565Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 520701c5-1c0c-4a6d-a235-213832bbc477 ASDC
2022-03-31T04:00:27.566Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:aa731333-c38d-4216-aea1-63be99efcc2a
ServiceName:vFW 2022-03-31 03-56-53
ServiceVersion:1.0
ServiceUUID:520701c5-1c0c-4a6d-a235-213832bbc477
ServiceInvariantUUID:35e90a1d-12a6-4305-b94a-cd2f94a92049
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220331035653-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar
ArtifactUUID:b6d78c05-0570-462b-894c-ce6f68a03d21
ArtifactChecksum:NDE0ZTk4ODc1YTVlOTY2M2Q5YzY2YjNlOWY1NGJhMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2ebc9163-2b48 0
ResourceCustomizationUUID:56a4655f-2313-43e4-9295-1b0bfa8fc9e5
ResourceInvariantUUID:901105b5-e49a-47fc-95af-2da14a4478e0
ResourceName:vFW 2ebc9163-2b48
ResourceType:VF
ResourceUUID:bca9ff19-509b-4ede-a124-43fff79f5665
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2ebc91632b480_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json
ArtifactUUID:4094b06e-e2cb-4df6-8e75-dda40e5e8ee6
ArtifactChecksum:MzY2OWY2Mjk5MzRmZTliZDdiNTU5ZTJlMjRiNTY1YWY=
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/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml
ArtifactUUID:16bf579b-60ec-4640-9608-595e70524577
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/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env
ArtifactUUID:dff43fec-0394-4fe3-a3f2-bc2e96c232f0
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/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env
ArtifactUUID:dff43fec-0394-4fe3-a3f2-bc2e96c232f0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T04:00:27.566Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 520701c5-1c0c-4a6d-a235-213832bbc477 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T04:00:27.597Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:00:27.597Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T04:00:27.598Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T04:00:27.598Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6d78c05-0570-462b-894c-ce6f68a03d21 from URL: /sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar
2022-03-31T04:00:27.598Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T04:00:27.598Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar
2022-03-31T04:00:28.123Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T04:00:28.128Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar b6d78c05-0570-462b-894c-ce6f68a03d21 98901
2022-03-31T04:00:28.128Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar ASDC sendASDCNotification
2022-03-31T04:00:28.129Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar
2022-03-31T04:00:28.129Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:00:28.129Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:28.131Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:28.131Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699228128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:28.231Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:00:28.232Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:28.232Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:28.247Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:28.247Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:00:29.132Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:00:29.133Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T04:00:29.134Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6d78c05-0570-462b-894c-ce6f68a03d21, URL: /sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar to file: /app/ASDC/1/service-Vfw20220331035653-csar.csar
2022-03-31T04:00:29.134Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220331035653-csar.csar
2022-03-31T04:00:29.135Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220331035653-csar.csar
2022-03-31T04:00:29.135Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220331035653-csar.csar
2022-03-31T04:00:29.295Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13578852735599496335/Definitions/service-Vfw20220331035653-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-31T04:00:31.332Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T04:00:31.333Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-31T04:00:31.333Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.333Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-31T04:00:31.333Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||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-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.333Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||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-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.334Z|aa731333-c38d-4216-aea1-63be99efcc2a|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-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.334Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.334Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.334Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||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-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.334Z|aa731333-c38d-4216-aea1-63be99efcc2a|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-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.334Z|aa731333-c38d-4216-aea1-63be99efcc2a|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-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.334Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.335Z|aa731333-c38d-4216-aea1-63be99efcc2a|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-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.335Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.335Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2ebc9163-2b48 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-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.335Z|aa731333-c38d-4216-aea1-63be99efcc2a|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-Vfw20220331035653-csar.csar
2022-03-31T04:00:31.335Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-31T04:00:31.335Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.335Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:31.336Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is matching search criteria
2022-03-31T04:00:31.336Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-31T04:00:31.336Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2ebc9163-2b48 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:00:31.337Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.337Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:31.337Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is matching search criteria
2022-03-31T04:00:31.337Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-31T04:00:31.337Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2ebc9163-2b48 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:00:31.338Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.338Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:31.338Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.339Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is not matching search criteria
2022-03-31T04:00:31.339Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T04:00:31.339Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T04:00:31.339Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:31.339Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T04:00:31.339Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T04:00:31.340Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T04:00:31.340Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T04:00:31.340Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T04:00:31.340Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T04:00:31.340Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T04:00:31.340Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:31.340Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T04:00:31.341Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:31.341Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T04:00:31.341Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T04:00:31.341Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T04:00:31.341Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.341Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T04:00:31.341Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.342Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is matching search criteria
2022-03-31T04:00:31.342Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2ebc9163-2b48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:00:31.342Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.342Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is matching search criteria
2022-03-31T04:00:31.342Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2ebc9163-2b48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:00:31.342Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.343Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is matching search criteria
2022-03-31T04:00:31.343Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2ebc9163-2b48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:00:31.343Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.343Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is not matching search criteria
2022-03-31T04:00:31.343Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T04:00:31.343Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T04:00:31.343Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T04:00:31.343Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T04:00:31.344Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T04:00:31.344Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T04:00:31.344Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:31.344Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T04:00:31.345Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:31.345Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T04:00:31.345Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T04:00:31.345Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5fd13cfa-280b-4fa9-abe8-dc2f570c6383
2022-03-31T04:00:31.346Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.346Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is not matching search criteria
2022-03-31T04:00:31.346Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T04:00:31.346Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T04:00:31.347Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:31.347Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T04:00:31.347Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T04:00:31.347Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T04:00:31.347Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T04:00:31.348Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T04:00:31.348Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T04:00:31.348Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:31.348Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T04:00:31.349Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T04:00:31.349Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=59768bbe-7b48-413c-a019-47e0c8d9de19
2022-03-31T04:00:31.349Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.349Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is not matching search criteria
2022-03-31T04:00:31.350Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T04:00:31.350Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T04:00:31.350Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:31.350Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T04:00:31.351Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T04:00:31.351Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T04:00:31.351Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T04:00:31.351Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T04:00:31.351Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T04:00:31.352Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T04:00:31.352Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:31.352Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T04:00:31.352Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f35b5319-8f67-4774-a55d-3a3eb57a8e1c
2022-03-31T04:00:31.353Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.353Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:31.353Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.353Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:31.353Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.353Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:31.354Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:31.354Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:31.354Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-31 03-56-53
Description:catalog service description
Model UUID:520701c5-1c0c-4a6d-a235-213832bbc477
Model Version:NULL
Model InvariantUuid:35e90a1d-12a6-4305-b94a-cd2f94a92049
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2ebc9163-2b48
Model UUID:c701a84b-293a-43c0-a91f-4cc31325b96b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:901105b5-e49a-47fc-95af-2da14a4478e0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:56a4655f-2313-43e4-9295-1b0bfa8fc9e5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1ad7e887-3421-4055-bd81-e2149ec5a5dd
ModelName:Vfw2ebc91632b48..base_vfw..module-0
ModelUuid:a011ed76-8219-4264-9ef3-6034b4b14b9d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5fd13cfa-280b-4fa9-abe8-dc2f570c6383
ModelInvariantUuid:2f8cbdb3-0163-443f-8514-a9e9ed7bde0d
ModelName:vFW 2ebc9163-2b48-nodes.vfwCvfc
ModelUuid:c2e71807-f19c-4b30-94a9-fdbe7f7af525
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:adfafb2d-01e7-483d-b0b9-79571377c9d9
ModelInvariantUuid:1039be6a-0049-4c98-bab8-ca634ca152bc
ModelName:Vfw2ebc91632b48.compute.nodes.heat.vfw
ModelUuid:72be34ec-b1b0-455a-8ef0-d8f1ac55f68a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:59768bbe-7b48-413c-a019-47e0c8d9de19
ModelInvariantUuid:00bbf508-6f7b-4ffa-ab4f-f9d6c239f37d
ModelName:vFW 2ebc9163-2b48-nodes.vsnCvfc
ModelUuid:2f80f3aa-0721-49b6-8bfc-182575053671
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d82954d0-3b86-4865-a899-26eec0bed80c
ModelInvariantUuid:a4c8dd43-34db-41a0-8dfa-83f05f206df5
ModelName:Vfw2ebc91632b48.compute.nodes.heat.vsn
ModelUuid:e89dbe99-350b-4eb7-8348-601b356f0869
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f35b5319-8f67-4774-a55d-3a3eb57a8e1c
ModelInvariantUuid:52ce0b2b-f210-4071-9bab-d9b9897217cc
ModelName:vFW 2ebc9163-2b48-nodes.vpgCvfc
ModelUuid:311f4b0e-eb0f-4c25-8764-0a1b1f590260
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:32437003-88df-4e4a-983b-75fe170213c6
ModelInvariantUuid:b4fe3c82-1353-4f91-ba0a-1ee98bdb4c73
ModelName:Vfw2ebc91632b48.compute.nodes.heat.vpg
ModelUuid:2bca3a18-31e2-4dee-a06d-3f68020b8bd6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T04:00:31.364Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: bca9ff19-509b-4ede-a124-43fff79f5665
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:00:31.367Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||vFW 2ebc9163-2b48 0
2022-03-31T04:00:31.368Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bca9ff19-509b-4ede-a124-43fff79f5665
2022-03-31T04:00:31.368Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4094b06e-e2cb-4df6-8e75-dda40e5e8ee6 from URL: /sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json
2022-03-31T04:00:31.368Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T04:00:31.368Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json
2022-03-31T04:00:31.513Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T04:00:31.514Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json 4094b06e-e2cb-4df6-8e75-dda40e5e8ee6 785
2022-03-31T04:00:31.514Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json ASDC sendASDCNotification
2022-03-31T04:00:31.514Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json
2022-03-31T04:00:31.514Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:00:31.514Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:31.516Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:31.516Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699231514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:31.617Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:00:31.618Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:31.618Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:31.638Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:31.638Z||pool-59-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:00:32.517Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2ebc91632b48..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1ad7e887-3421-4055-bd81-e2149ec5a5dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a011ed76-8219-4264-9ef3-6034b4b14b9d",
    "vfModuleModelCustomizationUUID": "9ad203eb-af4e-406a-b61c-32eff4b510eb",
    "isBase": true,
    "artifacts": [
      "16bf579b-60ec-4640-9608-595e70524577",
      "dff43fec-0394-4fe3-a3f2-bc2e96c232f0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T04:00:32.520Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2ebc91632b48..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a011ed76-8219-4264-9ef3-6034b4b14b9d
VfModuleModelInvariantUUID:1ad7e887-3421-4055-bd81-e2149ec5a5dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
16bf579b-60ec-4640-9608-595e70524577
,
dff43fec-0394-4fe3-a3f2-bc2e96c232f0

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

isBase:true


}

2022-03-31T04:00:32.522Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2ebc91632b48..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1ad7e887-3421-4055-bd81-e2149ec5a5dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a011ed76-8219-4264-9ef3-6034b4b14b9d",
    "vfModuleModelCustomizationUUID": "9ad203eb-af4e-406a-b61c-32eff4b510eb",
    "isBase": true,
    "artifacts": [
      "16bf579b-60ec-4640-9608-595e70524577",
      "dff43fec-0394-4fe3-a3f2-bc2e96c232f0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T04:00:32.522Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2ebc91632b48..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a011ed76-8219-4264-9ef3-6034b4b14b9d
VfModuleModelInvariantUUID:1ad7e887-3421-4055-bd81-e2149ec5a5dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
16bf579b-60ec-4640-9608-595e70524577
,
dff43fec-0394-4fe3-a3f2-bc2e96c232f0

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

isBase:true


}

2022-03-31T04:00:32.522Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 16bf579b-60ec-4640-9608-595e70524577 from URL: /sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml
2022-03-31T04:00:32.522Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T04:00:32.522Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml
2022-03-31T04:00:32.633Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T04:00:32.634Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml 16bf579b-60ec-4640-9608-595e70524577 20368
2022-03-31T04:00:32.635Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T04:00:32.635Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml
2022-03-31T04:00:32.635Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:00:32.635Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:32.637Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:32.637Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699232635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:32.737Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:00:32.738Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:32.738Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:32.752Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:32.753Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:00:33.637Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dff43fec-0394-4fe3-a3f2-bc2e96c232f0 from URL: /sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env
2022-03-31T04:00:33.638Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T04:00:33.638Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env
2022-03-31T04:00:34.015Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T04:00:34.015Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env dff43fec-0394-4fe3-a3f2-bc2e96c232f0 2098
2022-03-31T04:00:34.016Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T04:00:34.016Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env
2022-03-31T04:00:34.016Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:00:34.016Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:34.018Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:34.018Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699234016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:00:34.118Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:00:34.120Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:34.120Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:34.136Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:34.137Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:00:35.019Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 520701c5-1c0c-4a6d-a235-213832bbc477
2022-03-31T04:00:35.019Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2ebc9163-2b48 0 bca9ff19-509b-4ede-a124-43fff79f5665 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:00:35.037Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@219dd6e6, org.onap.sdc.toscaparser.api.parameters.Input@79b05bb, org.onap.sdc.toscaparser.api.parameters.Input@431a4c1d, org.onap.sdc.toscaparser.api.parameters.Input@30fc9327, org.onap.sdc.toscaparser.api.parameters.Input@7f995938]
2022-03-31T04:00:35.038Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.039Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:35.039Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-31T04:00:35.039Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 56a4655f-2313-43e4-9295-1b0bfa8fc9e5
2022-03-31T04:00:35.039Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 56a4655f-2313-43e4-9295-1b0bfa8fc9e5 matches Tosca VF Customization UUID: 56a4655f-2313-43e4-9295-1b0bfa8fc9e5
2022-03-31T04:00:35.039Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 56a4655f-2313-43e4-9295-1b0bfa8fc9e5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T04:00:35.041Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.041Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:35.042Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 56a4655f-2313-43e4-9295-1b0bfa8fc9e5: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-31T04:00:35.042Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65aa2fb5
2022-03-31T04:00:35.042Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.043Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T04:00:35.043Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ad203eb-af4e-406a-b61c-32eff4b510eb
2022-03-31T04:00:35.043Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ad203eb-af4e-406a-b61c-32eff4b510eb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T04:00:35.045Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.045Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is matching search criteria
2022-03-31T04:00:35.045Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2ebc9163-2b48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:00:35.046Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.046Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is matching search criteria
2022-03-31T04:00:35.046Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2ebc9163-2b48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:00:35.046Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.046Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is not matching search criteria
2022-03-31T04:00:35.047Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T04:00:35.047Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T04:00:35.047Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T04:00:35.047Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T04:00:35.047Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T04:00:35.048Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T04:00:35.048Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:35.048Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T04:00:35.048Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:35.048Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T04:00:35.048Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T04:00:35.049Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5fd13cfa-280b-4fa9-abe8-dc2f570c6383
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T04:00:35.058Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.058Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is matching search criteria
2022-03-31T04:00:35.058Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2ebc9163-2b48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:00:35.058Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.059Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is not matching search criteria
2022-03-31T04:00:35.059Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T04:00:35.059Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T04:00:35.059Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:35.059Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T04:00:35.059Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T04:00:35.060Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T04:00:35.060Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T04:00:35.060Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T04:00:35.060Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T04:00:35.060Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:35.060Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T04:00:35.061Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T04:00:35.061Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=59768bbe-7b48-413c-a019-47e0c8d9de19
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T04:00:35.063Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.063Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is matching search criteria
2022-03-31T04:00:35.064Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2ebc9163-2b48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:00:35.064Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.064Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is not matching search criteria
2022-03-31T04:00:35.064Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T04:00:35.064Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T04:00:35.064Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:35.065Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T04:00:35.065Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T04:00:35.065Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T04:00:35.065Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T04:00:35.065Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T04:00:35.066Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T04:00:35.066Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T04:00:35.067Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T04:00:35.068Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T04:00:35.068Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f35b5319-8f67-4774-a55d-3a3eb57a8e1c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T04:00:35.070Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.070Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is matching search criteria
2022-03-31T04:00:35.071Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2ebc9163-2b48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:00:35.071Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.071Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Node template vFW 2ebc9163-2b48 0 is matching search criteria
2022-03-31T04:00:35.071Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2ebc9163-2b48 0] matching following query criteria: sdcType=VF, customizationUUID=56a4655f-2313-43e4-9295-1b0bfa8fc9e5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:00:35.076Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.076Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:35.077Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 520701c5-1c0c-4a6d-a235-213832bbc477: vFW 2ebc9163-2b48
2022-03-31T04:00:35.077Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.077Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:35.077Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.077Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:35.077Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.077Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:35.078Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.078Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:35.078Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:00:35.078Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-56-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:00:35.078Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-03-31 03-56-53 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:00:35.265Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2ebc9163-2b48 bca9ff19-509b-4ede-a124-43fff79f5665 1 ASDC deployResourceStructure
2022-03-31T04:00:35.266Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json ASDC sendASDCNotification
2022-03-31T04:00:35.266Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json
2022-03-31T04:00:35.266Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:00:35.266Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:35.268Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:35.269Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699235265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:00:35.368Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:00:35.369Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:35.370Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:35.382Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:35.382Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:00:36.271Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T04:00:36.271Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml
2022-03-31T04:00:36.271Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:00:36.271Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:36.273Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:36.273Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699236269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T04:00:36.374Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:00:36.375Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:36.375Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:36.390Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:36.390Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:00:37.275Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T04:00:37.275Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env
2022-03-31T04:00:37.276Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:00:37.276Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:37.279Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:37.279Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699237275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-31T04:00:37.379Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:00:37.380Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:37.380Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:37.394Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:37.394Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:00:38.281Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar ASDC sendASDCNotification
2022-03-31T04:00:38.281Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar
2022-03-31T04:00:38.281Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:00:38.282Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:00:38.283Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:00:38.284Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699238280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:00:38.384Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:00:38.385Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:00:38.385Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:00:38.397Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:00:38.397Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:00:39.285Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa731333-c38d-4216-aea1-63be99efcc2a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:00:39.295Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa731333-c38d-4216-aea1-63be99efcc2a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:00:39.297Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:00:39.297Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T04:00:39.297Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T04:01:09.298Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa731333-c38d-4216-aea1-63be99efcc2a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:01:09.307Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa731333-c38d-4216-aea1-63be99efcc2a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:01:09.318Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:01:09.319Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T04:01:09.319Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T04:01:23.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:01:23.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:01:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:01:23.477Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:01:23.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:01:23.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "aai-ml",
  "timestamp": 1648699164350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:01:23.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:01:23.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:01:23.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "aai-ml",
  "timestamp": 1648699165354,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:01:23.486Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aa731333-c38d-4216-aea1-63be99efcc2a
2022-03-31T04:01:23.486Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa731333-c38d-4216-aea1-63be99efcc2a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:01:23.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:01:23.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699215186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:01:23.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:01:23.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:01:23.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:01:23.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:01:23.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:01:23.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:01:23.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:01:23.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:01:23.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:01:23.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:01:39.319Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa731333-c38d-4216-aea1-63be99efcc2a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:01:39.335Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa731333-c38d-4216-aea1-63be99efcc2a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:01:39.337Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:01:39.337Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T04:01:39.337Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T04:01:39.338Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T04:01:39.338Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:01:39.338Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:01:39.338Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:01:39.338Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:01:39.338Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:01:39.339Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:01:39.339Z|aa731333-c38d-4216-aea1-63be99efcc2a|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-03-31T04:01:39.344Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T04:02:09.345Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aa731333-c38d-4216-aea1-63be99efcc2a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T04:02:09.350Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aa731333-c38d-4216-aea1-63be99efcc2a and serviceModelVersionId: 520701c5-1c0c-4a6d-a235-213832bbc477
2022-03-31T04:02:09.350Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35e90a1d-12a6-4305-b94a-cd2f94a92049
2022-03-31T04:02:09.351Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35e90a1d-12a6-4305-b94a-cd2f94a92049/model-vers/model-ver/520701c5-1c0c-4a6d-a235-213832bbc477?depth=0
2022-03-31T04:02:09.356Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T04:02:09.403Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e90a1d-12a6-4305-b94a-cd2f94a92049/model-vers/model-ver/520701c5-1c0c-4a6d-a235-213832bbc477?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-31T04:02:09.404Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e90a1d-12a6-4305-b94a-cd2f94a92049/model-vers/model-ver/520701c5-1c0c-4a6d-a235-213832bbc477?depth=0|INFO|500||Invoke
2022-03-31T04:02:09.423Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e90a1d-12a6-4305-b94a-cd2f94a92049/model-vers/model-ver/520701c5-1c0c-4a6d-a235-213832bbc477?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T04:02:09.822Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e90a1d-12a6-4305-b94a-cd2f94a92049/model-vers/model-ver/520701c5-1c0c-4a6d-a235-213832bbc477?depth=0|INFO|500||InvokeReturn
2022-03-31T04:02:09.823Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e90a1d-12a6-4305-b94a-cd2f94a92049/model-vers/model-ver/520701c5-1c0c-4a6d-a235-213832bbc477?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220331-04:02:08:517-42002], vertex-id=[221280], Content-Length=[0], Date=[Thu, 31 Mar 2022 04:02:08 GMT], Content-Type=[application/json]}
2022-03-31T04:02:09.823Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T04:02:09.826Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T04:02:09.826Z|aa731333-c38d-4216-aea1-63be99efcc2a|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-03-31T04:02:09.832Z|aa731333-c38d-4216-aea1-63be99efcc2a|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-03-31T04:02:09.832Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aa731333-c38d-4216-aea1-63be99efcc2a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T04:02:09.832Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T04:02:09.832Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:02:09.834Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:02:09.834Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699329832,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:02:09.935Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T04:02:09.936Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:02:09.936Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:02:09.950Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:02:09.951Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T04:02:10.847Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:02:10.848Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:02:10.848Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:02:20.391Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:02:20.392Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:02:20.392Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:02:20.392Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:02:23.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:02:23.450Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:02:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:02:23.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:02:23.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-31T04:02:23.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:02:23.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:02:29.940Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:02:29.941Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:02:29.941Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:02:29.941Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:02:39.499Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:02:39.499Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:02:39.500Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:02:39.500Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:02:49.039Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:02:49.041Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:02:49.041Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:02:49.041Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:02:58.596Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:02:58.597Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:02:58.598Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:02:58.598Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:03:08.149Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:03:23.446Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:03:23.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:03:23.447Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:03:23.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:03:23.449Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:03:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:03:23.484Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:03:23.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T04:03:23.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-31T04:03:23.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:03:23.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T04:03:23.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:03:23.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:03:23.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T04:03:23.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699216206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:03:23.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:03:23.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T04:03:23.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699228128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:03:23.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:03:23.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T04:03:23.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699231514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:03:23.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:03:23.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T04:03:23.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699232635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:03:23.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:03:23.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T04:03:23.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699234016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:03:23.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:03:23.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T04:03:23.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699235265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/vfw2ebc91632b480_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:03:23.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:03:23.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T04:03:23.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699236269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T04:03:23.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:03:23.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T04:03:23.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699237275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/resourceInstances/vfw2ebc91632b480/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-31T04:03:23.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:03:23.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T04:03:23.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699238280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331035653/1.0/artifacts/service-Vfw20220331035653-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:03:23.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:03:33.003Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:04:23.446Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:04:23.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:04:23.447Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:04:23.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:04:23.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:04:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:04:23.978Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:04:23.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:04:23.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa731333-c38d-4216-aea1-63be99efcc2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699329832,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:04:23.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:04:32.996Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:05:23.446Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:05:23.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:05:23.447Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:05:23.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:05:23.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:05:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:05:32.994Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:05:33.001Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:06:23.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:06:23.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:06:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:06:23.451Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:06:23.452Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:06:23.452Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:06:33.002Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:06:33.006Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:07:23.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:07:23.448Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:07:23.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:07:23.449Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:07:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:07:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:07:33.007Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:07:33.008Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:08:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:08:23.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:08:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:08:23.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:08:23.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:08:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:08:24.078Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:08:24.078Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:08:24.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4effac1f-d44b-4900-a13e-e54f73917100","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b1e710fd-1da0-4c8f-a569-bfda128562d8","serviceDescription":"service","serviceInvariantUUID":"3be3e47d-64c3-47f4-bf8c-29fbc1b30e69","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1d28d12b-48d1-4252-8dba-7f7315c81ef9","resourceInvariantUUID":"b8e9f83b-4e99-4673-a3c1-c55f104656c4","resourceCustomizationUUID":"7a44cf93-10ca-48c4-b130-bac118b2a09a","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":"MGE3ZTVmZjljMGI1MTQzZjMzYTU0YmNmNzViYzk1OTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ed3b53d-6483-4fda-8e48-b4bcbb434d56","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjE2YTM5MmU4NWU0N2NkMzg2ZGIxOTAzZGU2ZGQwYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1e17eb0-5b8b-481f-a27e-2ddea69bfa7e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T04:08:24.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "aai-ml",
  "timestamp": 1648699656579,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:08:24.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "cds",
  "timestamp": 1648699650111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:08:24.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699654834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:08:24.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "policy-id",
  "timestamp": 1648699657959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:08:24.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "aai-ml",
  "timestamp": 1648699656579,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:08:24.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "cds",
  "timestamp": 1648699650111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:08:24.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699654834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:08:24.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.084Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:08:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "policy-id",
  "timestamp": 1648699657959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:08:24.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.084Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:08:24.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699660518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:08:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699660518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:08:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "policy-id",
  "timestamp": 1648699662603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:08:24.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:08:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "aai-ml",
  "timestamp": 1648699662674,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:08:24.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:08:24.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "cds",
  "timestamp": 1648699662714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:08:24.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:08:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "policy-id",
  "timestamp": 1648699663608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:08:24.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:08:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "cds",
  "timestamp": 1648699663724,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-31T04:08:24.088Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:08:24.089Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699703446,
  "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-03-31T04:08:24.107Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4effac1f-d44b-4900-a13e-e54f73917100
2022-03-31T04:08:24.107Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4effac1f-d44b-4900-a13e-e54f73917100 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:08:24.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "policy-id",
  "timestamp": 1648699664613,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:08:24.129Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4effac1f-d44b-4900-a13e-e54f73917100
2022-03-31T04:08:24.129Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4effac1f-d44b-4900-a13e-e54f73917100 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:08:24.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "dcae-sch",
  "timestamp": 1648699665982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:08:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "dcae-sch",
  "timestamp": 1648699665982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:08:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "aai-ml",
  "timestamp": 1648699668395,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:08:24.145Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:08:24.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "aai-ml",
  "timestamp": 1648699669400,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:08:24.150Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4effac1f-d44b-4900-a13e-e54f73917100
2022-03-31T04:08:24.150Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4effac1f-d44b-4900-a13e-e54f73917100 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:08:24.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "clamp",
  "timestamp": 1648699672053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:08:24.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "clamp",
  "timestamp": 1648699672053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:08:24.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "clamp",
  "timestamp": 1648699678240,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:08:24.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:08:24.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699678899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:08:24.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699678899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:08:24.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:08:24.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "clamp",
  "timestamp": 1648699680247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:08:24.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:08:24.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699682143,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:08:24.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:08:24.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "clamp",
  "timestamp": 1648699681252,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:08:24.169Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4effac1f-d44b-4900-a13e-e54f73917100
2022-03-31T04:08:24.169Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4effac1f-d44b-4900-a13e-e54f73917100 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:08:24.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699684204,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:08:24.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:08:24.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:08:24.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699685212,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:08:24.183Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4effac1f-d44b-4900-a13e-e54f73917100
2022-03-31T04:08:24.183Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4effac1f-d44b-4900-a13e-e54f73917100 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:08:24.189Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:08:24.189Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:08:24.189Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:08:24.208Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:08:24.209Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:08:25.089Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:08:25.090Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:08:25.092Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:08:25.092Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699703446,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:08:25.192Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:08:25.193Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:08:25.193Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:08:25.209Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:08:25.210Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:08:26.092Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b1e710fd-1da0-4c8f-a569-bfda128562d8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3be3e47d-64c3-47f4-bf8c-29fbc1b30e69",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7a44cf93-10ca-48c4-b130-bac118b2a09a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "1d28d12b-48d1-4252-8dba-7f7315c81ef9",
      "resourceInvariantUUID": "b8e9f83b-4e99-4673-a3c1-c55f104656c4",
      "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": "ZjE2YTM5MmU4NWU0N2NkMzg2ZGIxOTAzZGU2ZGQwYmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e1e17eb0-5b8b-481f-a27e-2ddea69bfa7e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T04:08:26.093Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T04:08:26.093Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b1e710fd-1da0-4c8f-a569-bfda128562d8 ASDC
2022-03-31T04:08:26.094Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4effac1f-d44b-4900-a13e-e54f73917100
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b1e710fd-1da0-4c8f-a569-bfda128562d8
ServiceInvariantUUID:3be3e47d-64c3-47f4-bf8c-29fbc1b30e69
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:e1e17eb0-5b8b-481f-a27e-2ddea69bfa7e
ArtifactChecksum:ZjE2YTM5MmU4NWU0N2NkMzg2ZGIxOTAzZGU2ZGQwYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7a44cf93-10ca-48c4-b130-bac118b2a09a
ResourceInvariantUUID:b8e9f83b-4e99-4673-a3c1-c55f104656c4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1d28d12b-48d1-4252-8dba-7f7315c81ef9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-31T04:08:26.094Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1e710fd-1da0-4c8f-a569-bfda128562d8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T04:08:26.122Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:08:26.123Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:08:26.123Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:08:26.123Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e1e17eb0-5b8b-481f-a27e-2ddea69bfa7e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-31T04:08:26.123Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:08:26.123Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:26.437Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:08:26.440Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e1e17eb0-5b8b-481f-a27e-2ddea69bfa7e 52489
2022-03-31T04:08:26.440Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:26.440Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:26.440Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:08:26.441Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:08:26.442Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:08:26.442Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699706440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:08:26.543Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:08:26.544Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:08:26.544Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:08:26.556Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:08:26.557Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:08:27.443Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:08:27.444Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:08:27.445Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e1e17eb0-5b8b-481f-a27e-2ddea69bfa7e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T04:08:27.445Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-31T04:08:27.446Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T04:08:27.446Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T04:08:27.553Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1721412947013291990/Definitions/service-BasicNetwork-template.yml
2022-03-31T04:08:27.970Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T04:08:27.970Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-31T04:08:27.971Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T04:08:27.971Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-31T04:08:27.971Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:27.972Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:27.972Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:27.972Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:27.973Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:27.973Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:27.973Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:27.974Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:27.974Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-31T04:08:27.974Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:27.975Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:27.975Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-31T04:08:27.976Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-31T04:08:27.976Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:08:27.976Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:27.976Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:08:27.977Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-31T04:08:27.977Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-31T04:08:27.978Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:08:27.978Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:27.978Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:08:27.979Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:27.979Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:08:27.980Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:27.980Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:08:27.980Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:27.980Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:08:27.981Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:27.981Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:08:27.981Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b1e710fd-1da0-4c8f-a569-bfda128562d8
Model Version:NULL
Model InvariantUuid:3be3e47d-64c3-47f4-bf8c-29fbc1b30e69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b8e9f83b-4e99-4673-a3c1-c55f104656c4
Model UUID:67ab5457-b323-4cee-9b16-e6130f3becae
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7a44cf93-10ca-48c4-b130-bac118b2a09a
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T04:08:27.991Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 1d28d12b-48d1-4252-8dba-7f7315c81ef9
2022-03-31T04:08:27.991Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||No resources found for Service: b1e710fd-1da0-4c8f-a569-bfda128562d8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:08:27.999Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||
2022-03-31T04:08:27.999Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-31T04:08:28.000Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b1e710fd-1da0-4c8f-a569-bfda128562d8
2022-03-31T04:08:28.000Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b1e710fd-1da0-4c8f-a569-bfda128562d8
2022-03-31T04:08:28.000Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-31T04:08:28.001Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:28.007Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29f6ea0f, org.onap.sdc.toscaparser.api.parameters.Input@736bf1ae, org.onap.sdc.toscaparser.api.parameters.Input@3004fd54, org.onap.sdc.toscaparser.api.parameters.Input@1b7371b3, org.onap.sdc.toscaparser.api.parameters.Input@54b4640]
2022-03-31T04:08:28.010Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:28.010Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:08:28.010Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:28.010Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:08:28.011Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b1e710fd-1da0-4c8f-a569-bfda128562d8: Generic NeutronNet
2022-03-31T04:08:28.011Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:28.011Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:08:28.011Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:28.012Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:28.055Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:28.056Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:08:28.056Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:28.056Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:28.057Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:08:28.057Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:08:28.057Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:28.118Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-31T04:08:28.119Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:28.119Z|4effac1f-d44b-4900-a13e-e54f73917100|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-03-31T04:08:28.119Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:08:28.119Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:08:28.121Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:08:28.121Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699708119,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:08:28.222Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:08:28.223Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:08:28.223Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:08:28.238Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:08:28.238Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:08:29.122Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4effac1f-d44b-4900-a13e-e54f73917100
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:08:29.134Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4effac1f-d44b-4900-a13e-e54f73917100
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:08:29.137Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:08:29.137Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T04:08:29.137Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T04:08:29.137Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T04:08:29.137Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:08:29.137Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:08:29.137Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:08:29.138Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:08:29.138Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:08:29.138Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:08:29.138Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:08:29.144Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T04:08:59.144Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4effac1f-d44b-4900-a13e-e54f73917100 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T04:08:59.151Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4effac1f-d44b-4900-a13e-e54f73917100 and serviceModelVersionId: b1e710fd-1da0-4c8f-a569-bfda128562d8
2022-03-31T04:08:59.151Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be3e47d-64c3-47f4-bf8c-29fbc1b30e69
2022-03-31T04:08:59.153Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be3e47d-64c3-47f4-bf8c-29fbc1b30e69/model-vers/model-ver/b1e710fd-1da0-4c8f-a569-bfda128562d8?depth=0
2022-03-31T04:08:59.157Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T04:08:59.203Z|4effac1f-d44b-4900-a13e-e54f73917100|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/3be3e47d-64c3-47f4-bf8c-29fbc1b30e69/model-vers/model-ver/b1e710fd-1da0-4c8f-a569-bfda128562d8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-31T04:08:59.204Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3be3e47d-64c3-47f4-bf8c-29fbc1b30e69/model-vers/model-ver/b1e710fd-1da0-4c8f-a569-bfda128562d8?depth=0|INFO|500||Invoke
2022-03-31T04:08:59.233Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3be3e47d-64c3-47f4-bf8c-29fbc1b30e69/model-vers/model-ver/b1e710fd-1da0-4c8f-a569-bfda128562d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T04:08:59.397Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3be3e47d-64c3-47f4-bf8c-29fbc1b30e69/model-vers/model-ver/b1e710fd-1da0-4c8f-a569-bfda128562d8?depth=0|INFO|500||InvokeReturn
2022-03-31T04:08:59.398Z|4effac1f-d44b-4900-a13e-e54f73917100|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/3be3e47d-64c3-47f4-bf8c-29fbc1b30e69/model-vers/model-ver/b1e710fd-1da0-4c8f-a569-bfda128562d8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-04:08:58:316-66197], vertex-id=[344208], Content-Length=[0], Date=[Thu, 31 Mar 2022 04:08:58 GMT], Content-Type=[application/json]}
2022-03-31T04:08:59.398Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T04:08:59.399Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T04:08:59.399Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:08:59.404Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T04:08:59.405Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4effac1f-d44b-4900-a13e-e54f73917100 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T04:08:59.405Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T04:08:59.405Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:08:59.407Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:08:59.407Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699739405,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:08:59.507Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:08:59.508Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:08:59.508Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:08:59.543Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:08:59.543Z||pool-71-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T04:09:23.446Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:09:23.447Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:09:23.447Z|4effac1f-d44b-4900-a13e-e54f73917100|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:09:23.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:09:23.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:09:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:09:23.591Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:09:23.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:09:23.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699703446,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:09:23.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:09:24.090Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:09:24.093Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T04:09:24.105Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6aa963a7-8060-42fd-872a-990986f3d3f7","serviceName":"Demo_pNF_TstzIulwqO6MRPOyvpEY","serviceVersion":"1.0","serviceUUID":"1f26f5ba-13ad-4552-8158-2398f4da1b43","serviceDescription":"catalog service description","serviceInvariantUUID":"13a50d90-c624-4283-aef2-95935bacd4ec","resources":[{"resourceInstanceName":"pNF f9e8c9a3-f3cc 0","resourceName":"pNF f9e8c9a3-f3cc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"67efd782-cae0-4e90-a41c-17156515509b","resourceInvariantUUID":"f84cca6c-b741-46c3-a96b-46a8c4347a17","resourceCustomizationUUID":"888c6e6a-34e1-4d97-8fa4-d94369279422","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vf-license-model.xml","artifactChecksum":"MTk2YmNhOGVlMWI2NTZiOTg2MjgyNzRkMTQyNWFmNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0543d60b-c2bd-4aec-bf22-bfbead74ec67","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/pNF.csar","artifactChecksum":"NWI3NTdkM2EzYjBiMDhlYjIzNmFlZjNhMDc2MTRjMzk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9735f28a-b584-44a6-ac1c-313ec55f2bdf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c45aaebd-a885-4182-a53e-3ce6dfb34c81","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vendor-license-model.xml","artifactChecksum":"YjM5MTM5ZGJlNWZhYzYyOGI2NDllZjQ5ZGRiZWU2Yjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"30d43e62-5911-462f-8298-0238763ec8dd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70e10560-c483-4255-a779-3667485441f8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f9374e0-1205-44cf-b61d-5c9e2c99078c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTstziulwqo6mrpoyvpey-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-template.yml","artifactChecksum":"ZjcyYWViYTNhNDQwNTVmMGNmZjQzZTNkNTcxZDNlMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c7c10480-7c27-4971-85d8-15f7d6c17947","artifactVersion":"1"},{"artifactName":"service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar","artifactChecksum":"NzY5ODE4YTU2ZTlkYzVhYmFiM2YxNmI3YjA2NWY5YjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"528ea8cc-997b-4abd-a790-d51c99382c9c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T04:09:24.113Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:09:24.113Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:09:24.126Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:09:24.126Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:09:24.221Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-31T04:09:24.222Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:09:24.222Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:09:24.237Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:09:24.237Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:09:25.126Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:09:25.128Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:09:25.130Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:09:25.130Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:09:25.230Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:09:25.231Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:09:25.232Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:09:25.248Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:09:25.248Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:09:26.131Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:09:26.131Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:09:26.133Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:09:26.133Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:09:26.234Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:09:26.234Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:09:26.235Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:09:26.248Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:09:26.249Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:09:27.134Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:09:27.135Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:09:27.136Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:09:27.137Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:09:27.237Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:09:27.238Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:09:27.238Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:09:27.255Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:09:27.255Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:09:28.137Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:09:28.138Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:09:28.139Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:09:28.140Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:09:28.240Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:09:28.241Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:09:28.241Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:09:28.266Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:09:28.266Z||pool-76-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:09:29.140Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:09:29.141Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:09:29.143Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:09:29.143Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:09:29.243Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:09:29.244Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:09:29.244Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:09:29.259Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:09:29.260Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:09:30.143Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:09:30.144Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:09:30.146Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:09:30.146Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:09:30.246Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:09:30.247Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:09:30.247Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:09:30.263Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:09:30.264Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:09:31.146Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:09:31.147Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:09:31.148Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:09:31.149Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:09:31.249Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:09:31.250Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:09:31.250Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:09:31.280Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:09:31.280Z||pool-79-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:09:32.150Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "serviceName": "Demo_pNF_TstzIulwqO6MRPOyvpEY",
  "serviceVersion": "1.0",
  "serviceUUID": "1f26f5ba-13ad-4552-8158-2398f4da1b43",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "13a50d90-c624-4283-aef2-95935bacd4ec",
  "resources": [
    {
      "resourceInstanceName": "pNF f9e8c9a3-f3cc 0",
      "resourceCustomizationUUID": "888c6e6a-34e1-4d97-8fa4-d94369279422",
      "resourceName": "pNF f9e8c9a3-f3cc",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "67efd782-cae0-4e90-a41c-17156515509b",
      "resourceInvariantUUID": "f84cca6c-b741-46c3-a96b-46a8c4347a17",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
      "artifactChecksum": "NzY5ODE4YTU2ZTlkYzVhYmFiM2YxNmI3YjA2NWY5YjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "528ea8cc-997b-4abd-a790-d51c99382c9c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T04:09:32.150Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T04:09:32.150Z|4effac1f-d44b-4900-a13e-e54f73917100|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1f26f5ba-13ad-4552-8158-2398f4da1b43 ASDC
2022-03-31T04:09:32.151Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6aa963a7-8060-42fd-872a-990986f3d3f7
ServiceName:Demo_pNF_TstzIulwqO6MRPOyvpEY
ServiceVersion:1.0
ServiceUUID:1f26f5ba-13ad-4552-8158-2398f4da1b43
ServiceInvariantUUID:13a50d90-c624-4283-aef2-95935bacd4ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
ArtifactUUID:528ea8cc-997b-4abd-a790-d51c99382c9c
ArtifactChecksum:NzY5ODE4YTU2ZTlkYzVhYmFiM2YxNmI3YjA2NWY5YjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f9e8c9a3-f3cc 0
ResourceCustomizationUUID:888c6e6a-34e1-4d97-8fa4-d94369279422
ResourceInvariantUUID:f84cca6c-b741-46c3-a96b-46a8c4347a17
ResourceName:pNF f9e8c9a3-f3cc
ResourceType:PNF
ResourceUUID:67efd782-cae0-4e90-a41c-17156515509b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-31T04:09:32.151Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f26f5ba-13ad-4552-8158-2398f4da1b43 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:09:32.179Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:09:32.180Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:09:32.181Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:09:32.181Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 528ea8cc-997b-4abd-a790-d51c99382c9c from URL: /sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:32.181Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:09:32.181Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:32.423Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:09:32.428Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar 528ea8cc-997b-4abd-a790-d51c99382c9c 82614
2022-03-31T04:09:32.429Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar ASDC sendASDCNotification
2022-03-31T04:09:32.429Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:32.429Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:09:32.430Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:09:32.432Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:09:32.432Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699772429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:09:32.532Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:09:32.533Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:09:32.533Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:09:32.547Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:09:32.547Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:09:33.433Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:09:33.437Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:09:33.437Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 528ea8cc-997b-4abd-a790-d51c99382c9c, URL: /sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar to file: /app/ASDC/1/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:33.437Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:33.437Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:33.438Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:33.570Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15719198622619978683/Definitions/service-DemoPnfTstziulwqo6mrpoyvpey-template.yml
2022-03-31T04:09:34.339Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T04:09:34.339Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-31T04:09:34.340Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:34.340Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-31T04:09:34.340Z|6aa963a7-8060-42fd-872a-990986f3d3f7|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-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:34.340Z|6aa963a7-8060-42fd-872a-990986f3d3f7|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-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:34.340Z|6aa963a7-8060-42fd-872a-990986f3d3f7|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-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:34.340Z|6aa963a7-8060-42fd-872a-990986f3d3f7|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-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:34.340Z|6aa963a7-8060-42fd-872a-990986f3d3f7|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-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:34.340Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f9e8c9a3-f3cc 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-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:34.340Z|6aa963a7-8060-42fd-872a-990986f3d3f7|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-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:34.340Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-31T04:09:34.340Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:09:34.341Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TstzIulwqO6MRPOyvpEY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:09:34.341Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Node template pNF f9e8c9a3-f3cc 0 is matching search criteria
2022-03-31T04:09:34.341Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-31T04:09:34.343Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f9e8c9a3-f3cc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:09:34.343Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:09:34.343Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TstzIulwqO6MRPOyvpEY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:09:34.343Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Node template pNF f9e8c9a3-f3cc 0 is matching search criteria
2022-03-31T04:09:34.343Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-31T04:09:34.343Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f9e8c9a3-f3cc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:09:34.343Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:09:34.344Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TstzIulwqO6MRPOyvpEY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:09:34.344Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:09:34.344Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TstzIulwqO6MRPOyvpEY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:09:34.344Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:09:34.344Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TstzIulwqO6MRPOyvpEY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:09:34.344Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:09:34.344Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TstzIulwqO6MRPOyvpEY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:09:34.344Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:09:34.345Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TstzIulwqO6MRPOyvpEY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:09:34.345Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TstzIulwqO6MRPOyvpEY
Description:catalog service description
Model UUID:1f26f5ba-13ad-4552-8158-2398f4da1b43
Model Version:NULL
Model InvariantUuid:13a50d90-c624-4283-aef2-95935bacd4ec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T04:09:34.359Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 67efd782-cae0-4e90-a41c-17156515509b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:09:34.363Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||pNF f9e8c9a3-f3cc 0
2022-03-31T04:09:34.363Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 67efd782-cae0-4e90-a41c-17156515509b
2022-03-31T04:09:34.364Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 1f26f5ba-13ad-4552-8158-2398f4da1b43
2022-03-31T04:09:34.364Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1f26f5ba-13ad-4552-8158-2398f4da1b43
2022-03-31T04:09:34.364Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f9e8c9a3-f3cc 0 67efd782-cae0-4e90-a41c-17156515509b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:09:34.370Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@639f61be, org.onap.sdc.toscaparser.api.parameters.Input@25db5067, org.onap.sdc.toscaparser.api.parameters.Input@3e388275, org.onap.sdc.toscaparser.api.parameters.Input@5bd2d0b4, org.onap.sdc.toscaparser.api.parameters.Input@4358c8e1]
2022-03-31T04:09:34.370Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:09:34.371Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TstzIulwqO6MRPOyvpEY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:09:34.371Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1f26f5ba-13ad-4552-8158-2398f4da1b43: pNF f9e8c9a3-f3cc
2022-03-31T04:09:34.371Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||Processing PNF resource: 67efd782-cae0-4e90-a41c-17156515509b
2022-03-31T04:09:34.371Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:09:34.372Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TstzIulwqO6MRPOyvpEY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:09:34.372Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||Resource customization UUID: 888c6e6a-34e1-4d97-8fa4-d94369279422 is the same as notified resource customizationUUID: 888c6e6a-34e1-4d97-8fa4-d94369279422
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-31T04:09:34.437Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f9e8c9a3-f3cc 67efd782-cae0-4e90-a41c-17156515509b 0 ASDC deployResourceStructure
2022-03-31T04:09:34.438Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar ASDC sendASDCNotification
2022-03-31T04:09:34.438Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar
2022-03-31T04:09:34.438Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:09:34.438Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:09:34.440Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:09:34.440Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699774438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:09:34.540Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:09:34.541Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:09:34.541Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:09:34.553Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:09:34.553Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:09:35.440Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6aa963a7-8060-42fd-872a-990986f3d3f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:09:35.453Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6aa963a7-8060-42fd-872a-990986f3d3f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:09:35.455Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:09:35.455Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T04:09:35.455Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T04:10:05.456Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6aa963a7-8060-42fd-872a-990986f3d3f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:10:05.472Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6aa963a7-8060-42fd-872a-990986f3d3f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:10:05.476Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:10:05.476Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T04:10:05.476Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T04:10:23.449Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:10:23.451Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:10:23.451Z|aa731333-c38d-4216-aea1-63be99efcc2a|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:10:23.492Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:10:23.494Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.495Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699703446,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:10:23.496Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699706440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:10:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699708119,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:10:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699714834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699708897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "cds",
  "timestamp": 1648699710111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "aai-ml",
  "timestamp": 1648699716579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "cds",
  "timestamp": 1648699710111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699714834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699708897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "aai-ml",
  "timestamp": 1648699716579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "cds",
  "timestamp": 1648699710111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699714834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699708897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "policy-id",
  "timestamp": 1648699717958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "aai-ml",
  "timestamp": 1648699716579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "cds",
  "timestamp": 1648699710111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699714834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699708897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "policy-id",
  "timestamp": 1648699717958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "aai-ml",
  "timestamp": 1648699716579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "cds",
  "timestamp": 1648699710111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699714834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699708897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "policy-id",
  "timestamp": 1648699717958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.510Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.510Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699720515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.510Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.510Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.510Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "aai-ml",
  "timestamp": 1648699716579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699714834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:10:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "cds",
  "timestamp": 1648699710111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699708897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.513Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "policy-id",
  "timestamp": 1648699717958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.513Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.513Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.513Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699720515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.513Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.514Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.514Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "aai-ml",
  "timestamp": 1648699716579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.514Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.514Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.514Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "cds",
  "timestamp": 1648699710111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.514Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.515Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.515Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699714834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.515Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.515Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.515Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699708897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.515Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.516Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.516Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "policy-id",
  "timestamp": 1648699717958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.516Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.516Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.516Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699720515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.516Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.517Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.517Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "aai-ml",
  "timestamp": 1648699716579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.517Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.517Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.517Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699714834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.517Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.518Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.518Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "cds",
  "timestamp": 1648699710111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:10:23.518Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.518Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.518Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699708897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:10:23.518Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.519Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.519Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "policy-id",
  "timestamp": 1648699717958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.519Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.519Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.519Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699720515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.520Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.520Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.520Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "aai-ml",
  "timestamp": 1648699716579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:10:23.520Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.520Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.520Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "policy-id",
  "timestamp": 1648699717958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.521Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.521Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.521Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699720515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.521Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.521Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.521Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699724900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:10:23.522Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.522Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.522Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699726078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:10:23.522Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.522Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.522Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "cds",
  "timestamp": 1648699725212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:10:23.523Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.523Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.523Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "aai-ml",
  "timestamp": 1648699725580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:10:23.523Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.523Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.523Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "policy-id",
  "timestamp": 1648699717958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:10:23.524Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.524Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.524Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699720515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.524Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.524Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.524Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699726071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T04:10:23.525Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.525Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.525Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "dcae-sch",
  "timestamp": 1648699725982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.525Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.525Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.526Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "cds",
  "timestamp": 1648699726234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:10:23.532Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6aa963a7-8060-42fd-872a-990986f3d3f7
2022-03-31T04:10:23.533Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aa963a7-8060-42fd-872a-990986f3d3f7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:10:23.544Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.544Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "policy-id",
  "timestamp": 1648699726724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:10:23.545Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.545Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.545Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699720515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.545Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.546Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.546Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699728187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:10:23.546Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.546Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.546Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699727075,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:10:23.554Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6aa963a7-8060-42fd-872a-990986f3d3f7
2022-03-31T04:10:23.555Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aa963a7-8060-42fd-872a-990986f3d3f7 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:10:23.564Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.564Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "dcae-sch",
  "timestamp": 1648699725982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.564Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.564Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.565Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "policy-id",
  "timestamp": 1648699727730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:10:23.565Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.565Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.565Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699720515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:10:23.565Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.565Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.565Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699729192,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:10:23.570Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6aa963a7-8060-42fd-872a-990986f3d3f7
2022-03-31T04:10:23.570Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aa963a7-8060-42fd-872a-990986f3d3f7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:10:23.578Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.578Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "dcae-sch",
  "timestamp": 1648699725982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.578Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.578Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.578Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "policy-id",
  "timestamp": 1648699728733,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:10:23.584Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6aa963a7-8060-42fd-872a-990986f3d3f7
2022-03-31T04:10:23.584Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aa963a7-8060-42fd-872a-990986f3d3f7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:10:23.592Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.592Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "dcae-sch",
  "timestamp": 1648699725982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.593Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.593Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.593Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "dcae-sch",
  "timestamp": 1648699725982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.593Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.594Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.594Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "dcae-sch",
  "timestamp": 1648699725982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.594Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.594Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.594Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "aai-ml",
  "timestamp": 1648699731794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:10:23.595Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.595Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.595Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "dcae-sch",
  "timestamp": 1648699725982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.595Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.595Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.595Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "clamp",
  "timestamp": 1648699732053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.596Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.596Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.596Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "aai-ml",
  "timestamp": 1648699732798,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:10:23.602Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6aa963a7-8060-42fd-872a-990986f3d3f7
2022-03-31T04:10:23.603Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aa963a7-8060-42fd-872a-990986f3d3f7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:10:23.614Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.614Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "dcae-sch",
  "timestamp": 1648699725982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.614Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.615Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.615Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "clamp",
  "timestamp": 1648699732053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.615Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.615Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.615Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "clamp",
  "timestamp": 1648699732053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.616Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.616Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.616Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "clamp",
  "timestamp": 1648699732053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.616Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.616Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.616Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "clamp",
  "timestamp": 1648699732053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.617Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.617Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.617Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "clamp",
  "timestamp": 1648699732053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.617Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.617Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.617Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "clamp",
  "timestamp": 1648699732053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:10:23.618Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.618Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.618Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4effac1f-d44b-4900-a13e-e54f73917100",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699739405,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:10:23.618Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.618Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.618Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "clamp",
  "timestamp": 1648699732053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:10:23.619Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:10:23.619Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.619Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "clamp",
  "timestamp": 1648699744251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:10:23.619Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.619Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.619Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "clamp",
  "timestamp": 1648699746262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:10:23.619Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:10:23.619Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:10:23.620Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "clamp",
  "timestamp": 1648699747266,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:10:23.625Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6aa963a7-8060-42fd-872a-990986f3d3f7
2022-03-31T04:10:23.625Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aa963a7-8060-42fd-872a-990986f3d3f7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:10:35.476Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6aa963a7-8060-42fd-872a-990986f3d3f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:10:35.489Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6aa963a7-8060-42fd-872a-990986f3d3f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:10:35.495Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:10:35.495Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T04:10:35.495Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T04:10:35.495Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T04:10:35.495Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:10:35.496Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:10:35.496Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:10:35.496Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:10:35.496Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:10:35.496Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:10:35.497Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:10:35.497Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:10:35.506Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T04:11:05.507Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6aa963a7-8060-42fd-872a-990986f3d3f7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T04:11:05.513Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6aa963a7-8060-42fd-872a-990986f3d3f7 and serviceModelVersionId: 1f26f5ba-13ad-4552-8158-2398f4da1b43
2022-03-31T04:11:05.513Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13a50d90-c624-4283-aef2-95935bacd4ec
2022-03-31T04:11:05.522Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13a50d90-c624-4283-aef2-95935bacd4ec/model-vers/model-ver/1f26f5ba-13ad-4552-8158-2398f4da1b43?depth=0
2022-03-31T04:11:05.534Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T04:11:05.592Z|6aa963a7-8060-42fd-872a-990986f3d3f7|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/13a50d90-c624-4283-aef2-95935bacd4ec/model-vers/model-ver/1f26f5ba-13ad-4552-8158-2398f4da1b43?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-31T04:11:05.595Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13a50d90-c624-4283-aef2-95935bacd4ec/model-vers/model-ver/1f26f5ba-13ad-4552-8158-2398f4da1b43?depth=0|INFO|500||Invoke
2022-03-31T04:11:05.619Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13a50d90-c624-4283-aef2-95935bacd4ec/model-vers/model-ver/1f26f5ba-13ad-4552-8158-2398f4da1b43?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T04:11:05.918Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13a50d90-c624-4283-aef2-95935bacd4ec/model-vers/model-ver/1f26f5ba-13ad-4552-8158-2398f4da1b43?depth=0|INFO|500||InvokeReturn
2022-03-31T04:11:05.923Z|6aa963a7-8060-42fd-872a-990986f3d3f7|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/13a50d90-c624-4283-aef2-95935bacd4ec/model-vers/model-ver/1f26f5ba-13ad-4552-8158-2398f4da1b43?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-04:11:04:698-7838], vertex-id=[205032], Content-Length=[0], Date=[Thu, 31 Mar 2022 04:11:04 GMT], Content-Type=[application/json]}
2022-03-31T04:11:05.923Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T04:11:05.924Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T04:11:05.924Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:11:05.941Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T04:11:05.942Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6aa963a7-8060-42fd-872a-990986f3d3f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T04:11:05.942Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T04:11:05.943Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:05.945Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:05.946Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699865942,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:11:06.046Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:06.047Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:06.047Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:06.064Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:06.065Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T04:11:06.964Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:11:06.965Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:11:06.965Z|6aa963a7-8060-42fd-872a-990986f3d3f7|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:07.597Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:07.599Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T04:11:07.599Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ac478b3-85fd-442c-ac4e-c57b72440612","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"82a6e03a-3c84-4ca7-b7f0-c5e02a698270","serviceDescription":"service","serviceInvariantUUID":"be7be9c2-b7ea-444f-a24b-5b8889360507","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e8c978eb-adb5-4016-9f10-2ac1467e9772","resourceInvariantUUID":"de223ade-e661-4d36-952c-82e37a6cfdd1","resourceCustomizationUUID":"53f9848a-5e1c-444e-8332-f59cb714347d","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":"MTlkMWQ3MGIyNjU4OTMwNWVhNzdiMmJlNGI5N2JmNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88555183-ac1b-4dfe-9579-dd5a73a936e8","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":"N2NlZWI5ZjY2MmZlYjk3NGJjMmRhOGMxMGNmZDQ0ODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4d7f03df-4821-43f6-80b0-c519cb7097ee","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":"6fbc7c07-e884-4d2e-a04a-85b379969f76","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":"fb46f517-d2f9-415d-9b0d-c43f622b69b2","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":"5687c6dc-c59d-44c3-bd87-a2fe0796717e","artifactVersion":"2","generatedFromUUID":"6fbc7c07-e884-4d2e-a04a-85b379969f76"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWQ4NmU4MjlhYzQ2NGRmMjYxMDFkN2Y2MTdiNGE2Mzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b582b57f-99f6-4ced-bf37-6a5fedd7911e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjQ2OWEzYTdhODdhYWE3N2E4NmU0N2VmZmYyOGY5YjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28b77fff-8b8a-48e9-8adf-7ce443b70580","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T04:11:07.603Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:11:07.604Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:07.606Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:07.606Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:07.706Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:07.707Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:07.707Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:07.738Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:07.739Z||pool-83-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:11:08.606Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:11:08.607Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:08.609Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:08.609Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:11:08.709Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:08.710Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:08.710Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:08.731Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:08.731Z||pool-84-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:11:09.610Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:11:09.621Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:09.631Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:09.631Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:11:09.730Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:11:09.733Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:09.733Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:09.759Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:09.760Z||pool-85-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:11:10.632Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:11:10.632Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:10.634Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:10.634Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:10.734Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:11:10.735Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:10.735Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:10.750Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:10.751Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:11:11.642Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:11:11.642Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:11.644Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:11.644Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-31T04:11:11.744Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:11.745Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:11.745Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:11.762Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:11.762Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:11:12.645Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:11:12.645Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:12.648Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:12.648Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:12.748Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:12.749Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:12.750Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:12.786Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:12.787Z||pool-88-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:11:13.648Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:11:13.649Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:13.651Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:13.651Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:13.751Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:13.752Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:13.752Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:13.764Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:13.765Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:11:14.652Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "82a6e03a-3c84-4ca7-b7f0-c5e02a698270",
  "serviceDescription": "service",
  "serviceInvariantUUID": "be7be9c2-b7ea-444f-a24b-5b8889360507",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "53f9848a-5e1c-444e-8332-f59cb714347d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e8c978eb-adb5-4016-9f10-2ac1467e9772",
      "resourceInvariantUUID": "de223ade-e661-4d36-952c-82e37a6cfdd1",
      "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": "N2NlZWI5ZjY2MmZlYjk3NGJjMmRhOGMxMGNmZDQ0ODk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4d7f03df-4821-43f6-80b0-c519cb7097ee",
          "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": "6fbc7c07-e884-4d2e-a04a-85b379969f76",
          "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": "5687c6dc-c59d-44c3-bd87-a2fe0796717e",
            "generatedFromUUID": "6fbc7c07-e884-4d2e-a04a-85b379969f76"
          },
          "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": "5687c6dc-c59d-44c3-bd87-a2fe0796717e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjQ2OWEzYTdhODdhYWE3N2E4NmU0N2VmZmYyOGY5YjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "28b77fff-8b8a-48e9-8adf-7ce443b70580"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T04:11:14.652Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T04:11:14.653Z|6aa963a7-8060-42fd-872a-990986f3d3f7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82a6e03a-3c84-4ca7-b7f0-c5e02a698270 ASDC
2022-03-31T04:11:14.653Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2ac478b3-85fd-442c-ac4e-c57b72440612
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:82a6e03a-3c84-4ca7-b7f0-c5e02a698270
ServiceInvariantUUID:be7be9c2-b7ea-444f-a24b-5b8889360507
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:28b77fff-8b8a-48e9-8adf-7ce443b70580
ArtifactChecksum:YjQ2OWEzYTdhODdhYWE3N2E4NmU0N2VmZmYyOGY5YjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:53f9848a-5e1c-444e-8332-f59cb714347d
ResourceInvariantUUID:de223ade-e661-4d36-952c-82e37a6cfdd1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e8c978eb-adb5-4016-9f10-2ac1467e9772
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:4d7f03df-4821-43f6-80b0-c519cb7097ee
ArtifactChecksum:N2NlZWI5ZjY2MmZlYjk3NGJjMmRhOGMxMGNmZDQ0ODk=
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:6fbc7c07-e884-4d2e-a04a-85b379969f76
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:5687c6dc-c59d-44c3-bd87-a2fe0796717e
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:5687c6dc-c59d-44c3-bd87-a2fe0796717e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T04:11:14.653Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82a6e03a-3c84-4ca7-b7f0-c5e02a698270 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:11:14.690Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:11:14.691Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:11:14.691Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:11:14.691Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 28b77fff-8b8a-48e9-8adf-7ce443b70580 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-31T04:11:14.691Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:11:14.692Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:14.859Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:11:14.862Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 28b77fff-8b8a-48e9-8adf-7ce443b70580 71040
2022-03-31T04:11:14.862Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:14.863Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:14.863Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:11:14.863Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:14.865Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:14.865Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699874862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:14.965Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:14.966Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:14.966Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:14.985Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:14.986Z||pool-90-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:11:15.865Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:11:15.866Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:11:15.866Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 28b77fff-8b8a-48e9-8adf-7ce443b70580, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T04:11:15.867Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-31T04:11:15.867Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T04:11:15.867Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T04:11:16.138Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9185843058615286246/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-31T04:11:17.464Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T04:11:17.465Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-31T04:11:17.465Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T04:11:17.465Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T04:11:17.465Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.465Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.466Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.466Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.466Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.466Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.466Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.467Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.467Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.467Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-31T04:11:17.467Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:17.467Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.468Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T04:11:17.468Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-31T04:11:17.468Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:11:17.469Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:17.469Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:11:17.469Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T04:11:17.469Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-31T04:11:17.469Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:11:17.470Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:17.470Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:11:17.470Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:17.471Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-31T04:11:17.471Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-31T04:11:17.471Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-31T04:11:17.471Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-31T04:11:17.471Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T04:11:17.471Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T04:11:17.472Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:17.472Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.472Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:17.472Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T04:11:17.472Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:11:17.472Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:17.472Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T04:11:17.473Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:11:17.473Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:17.473Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T04:11:17.473Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:11:17.474Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:17.474Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-31T04:11:17.474Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-31T04:11:17.474Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T04:11:17.474Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f2048966-1662-4666-98a5-7fefa99c7596
2022-03-31T04:11:17.475Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:17.475Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:11:17.475Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:17.475Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:11:17.476Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:17.476Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:11:17.476Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:17.476Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:11:17.477Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:82a6e03a-3c84-4ca7-b7f0-c5e02a698270
Model Version:NULL
Model InvariantUuid:be7be9c2-b7ea-444f-a24b-5b8889360507
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:691c43c5-584d-4eef-b966-fbea37c3fc5b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de223ade-e661-4d36-952c-82e37a6cfdd1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:53f9848a-5e1c-444e-8332-f59cb714347d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4e79293e-027b-446e-93f7-8d0ae9c7e3fd
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:b9a93849-16fe-4112-bd9b-a2d4f66e8e1f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f2048966-1662-4666-98a5-7fefa99c7596
ModelInvariantUuid:929b6cf7-5594-41a7-ab60-bef1bf5c6c39
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ec6a8d83-d331-4685-8315-9e6eda06037c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d8d8722-9f8f-408e-ae89-67042de91287
ModelInvariantUuid:8e0392a3-362c-4310-a734-7b0aea76782c
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:aacfb697-e846-4a54-a12b-ffcfbf0aa031
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T04:11:17.483Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e8c978eb-adb5-4016-9f10-2ac1467e9772
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:11:17.486Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-03-31T04:11:17.486Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e8c978eb-adb5-4016-9f10-2ac1467e9772
2022-03-31T04:11:17.486Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4d7f03df-4821-43f6-80b0-c519cb7097ee from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-31T04:11:17.487Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:11:17.487Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.648Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:11:17.649Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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 4d7f03df-4821-43f6-80b0-c519cb7097ee 787
2022-03-31T04:11:17.649Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.649Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:17.649Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:11:17.650Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:17.652Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:17.652Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699877649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:17.753Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T04:11:17.754Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:17.754Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:17.772Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:17.773Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:11:18.653Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4e79293e-027b-446e-93f7-8d0ae9c7e3fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9a93849-16fe-4112-bd9b-a2d4f66e8e1f",
    "vfModuleModelCustomizationUUID": "362d61d1-3262-43ec-a8a8-3ec5ee5a95cc",
    "isBase": true,
    "artifacts": [
      "6fbc7c07-e884-4d2e-a04a-85b379969f76",
      "5687c6dc-c59d-44c3-bd87-a2fe0796717e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T04:11:18.657Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9a93849-16fe-4112-bd9b-a2d4f66e8e1f
VfModuleModelInvariantUUID:4e79293e-027b-446e-93f7-8d0ae9c7e3fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
6fbc7c07-e884-4d2e-a04a-85b379969f76
,
5687c6dc-c59d-44c3-bd87-a2fe0796717e

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

isBase:true


}

2022-03-31T04:11:18.660Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4e79293e-027b-446e-93f7-8d0ae9c7e3fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9a93849-16fe-4112-bd9b-a2d4f66e8e1f",
    "vfModuleModelCustomizationUUID": "362d61d1-3262-43ec-a8a8-3ec5ee5a95cc",
    "isBase": true,
    "artifacts": [
      "6fbc7c07-e884-4d2e-a04a-85b379969f76",
      "5687c6dc-c59d-44c3-bd87-a2fe0796717e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T04:11:18.660Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9a93849-16fe-4112-bd9b-a2d4f66e8e1f
VfModuleModelInvariantUUID:4e79293e-027b-446e-93f7-8d0ae9c7e3fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
6fbc7c07-e884-4d2e-a04a-85b379969f76
,
5687c6dc-c59d-44c3-bd87-a2fe0796717e

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

isBase:true


}

2022-03-31T04:11:18.660Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6fbc7c07-e884-4d2e-a04a-85b379969f76 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-31T04:11:18.660Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:11:18.660Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:18.845Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:11:18.845Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6fbc7c07-e884-4d2e-a04a-85b379969f76 5033
2022-03-31T04:11:18.846Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:18.846Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:18.846Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:11:18.846Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:18.848Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:18.848Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699878845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:18.948Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:18.949Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:18.950Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:18.972Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:18.973Z||pool-92-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:11:19.848Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5687c6dc-c59d-44c3-bd87-a2fe0796717e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-31T04:11:19.849Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:11:19.849Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:19.964Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:11:19.965Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5687c6dc-c59d-44c3-bd87-a2fe0796717e 903
2022-03-31T04:11:19.965Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:19.965Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:19.965Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:11:19.965Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:19.968Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:19.968Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699879965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:20.068Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:20.069Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:20.069Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:20.082Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:20.082Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:11:20.968Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 82a6e03a-3c84-4ca7-b7f0-c5e02a698270
2022-03-31T04:11:20.969Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e8c978eb-adb5-4016-9f10-2ac1467e9772 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:11:20.987Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20c74ddc, org.onap.sdc.toscaparser.api.parameters.Input@392f0875, org.onap.sdc.toscaparser.api.parameters.Input@a95bdb1, org.onap.sdc.toscaparser.api.parameters.Input@4d09e3d, org.onap.sdc.toscaparser.api.parameters.Input@1e639ad6]
2022-03-31T04:11:20.989Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:20.990Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:11:20.990Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-31T04:11:20.990Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 53f9848a-5e1c-444e-8332-f59cb714347d
2022-03-31T04:11:20.990Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 53f9848a-5e1c-444e-8332-f59cb714347d matches Tosca VF Customization UUID: 53f9848a-5e1c-444e-8332-f59cb714347d
2022-03-31T04:11:20.991Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 53f9848a-5e1c-444e-8332-f59cb714347d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T04:11:20.994Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:20.995Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:11:20.996Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 53f9848a-5e1c-444e-8332-f59cb714347d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-03-31T04:11:20.996Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78305bfb
2022-03-31T04:11:20.996Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:20.996Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:20.997Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 362d61d1-3262-43ec-a8a8-3ec5ee5a95cc
2022-03-31T04:11:20.997Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 362d61d1-3262-43ec-a8a8-3ec5ee5a95cc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T04:11:21.000Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:21.001Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T04:11:21.001Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:11:21.002Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:21.002Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T04:11:21.002Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:11:21.002Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:21.003Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-31T04:11:21.003Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-31T04:11:21.003Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T04:11:21.004Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f2048966-1662-4666-98a5-7fefa99c7596
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T04:11:21.010Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:21.011Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T04:11:21.011Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:11:21.012Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:21.012Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T04:11:21.012Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=53f9848a-5e1c-444e-8332-f59cb714347d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:11:21.015Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:21.015Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:11:21.016Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 82a6e03a-3c84-4ca7-b7f0-c5e02a698270: basic_vm
2022-03-31T04:11:21.016Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:21.016Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:11:21.017Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:21.017Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:11:21.017Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:21.017Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:11:21.018Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:21.018Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:21.019Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:11:21.019Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:11:21.019Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:21.127Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e8c978eb-adb5-4016-9f10-2ac1467e9772 1 ASDC deployResourceStructure
2022-03-31T04:11:21.128Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:21.128Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:21.128Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:11:21.129Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:21.131Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:21.131Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699881128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:21.233Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-31T04:11:21.234Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:21.235Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:21.254Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:21.255Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:11:22.139Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:22.139Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:22.139Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:11:22.140Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:22.143Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:22.143Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699882139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:22.243Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:22.245Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:22.245Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:22.262Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:22.263Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:11:23.148Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:23.149Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:23.149Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:11:23.149Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:23.151Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:23.151Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699883148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.251Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:23.252Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:23.252Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:23.265Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:23.265Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:11:23.449Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:11:23.449Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:11:23.449Z|aa731333-c38d-4216-aea1-63be99efcc2a|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:23.473Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:23.492Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.493Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.493Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.493Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.494Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.494Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.494Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.494Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "clamp",
  "timestamp": 1648699762053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.494Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.494Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.494Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "cds",
  "timestamp": 1648699755111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.494Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.495Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.495Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699760515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.495Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.495Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.495Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699754834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.495Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.495Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.495Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "policy-id",
  "timestamp": 1648699757958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.495Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.495Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.496Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.496Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.496Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.496Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "cds",
  "timestamp": 1648699755111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.496Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.496Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.496Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "clamp",
  "timestamp": 1648699762053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.496Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.496Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.496Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699754834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699760515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "policy-id",
  "timestamp": 1648699757958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.497Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "dcae-sch",
  "timestamp": 1648699765983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "clamp",
  "timestamp": 1648699762053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.498Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699754834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699760515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "cds",
  "timestamp": 1648699755111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "policy-id",
  "timestamp": 1648699757958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.499Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "dcae-sch",
  "timestamp": 1648699765983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "cds",
  "timestamp": 1648699755111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.500Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "clamp",
  "timestamp": 1648699762053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699760515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699754834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.501Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "policy-id",
  "timestamp": 1648699757958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "dcae-sch",
  "timestamp": 1648699765983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699768897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.502Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/resourceInstances/pnff9e8c9a3f3cc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699760515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "clamp",
  "timestamp": 1648699762053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.503Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "cds",
  "timestamp": 1648699755111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699754834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "policy-id",
  "timestamp": 1648699757958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.504Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "dcae-sch",
  "timestamp": 1648699765983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699768897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.505Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "clamp",
  "timestamp": 1648699762053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "cds",
  "timestamp": 1648699755111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699754834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.506Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699760515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "policy-id",
  "timestamp": 1648699757958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "dcae-sch",
  "timestamp": 1648699765983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.507Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699768897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699763446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "cds",
  "timestamp": 1648699755111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.508Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "clamp",
  "timestamp": 1648699762053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699754834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699760515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.509Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "policy-id",
  "timestamp": 1648699757958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.510Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.510Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "dcae-sch",
  "timestamp": 1648699765983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699768897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699772429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.511Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "dcae-sch",
  "timestamp": 1648699765983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "cds",
  "timestamp": 1648699772326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "policy-id",
  "timestamp": 1648699772287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.512Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.513Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699772700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.513Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.513Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.513Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699768897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.513Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.513Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.513Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "cds",
  "timestamp": 1648699773339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:23.522Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ac478b3-85fd-442c-ac4e-c57b72440612
2022-03-31T04:11:23.522Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac478b3-85fd-442c-ac4e-c57b72440612 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:11:23.535Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.535Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "policy-id",
  "timestamp": 1648699773292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.535Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.535Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.535Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699768897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.536Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.536Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.536Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699774104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.536Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.536Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.536Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699774438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTstziulwqo6mrpoyvpey/1.0/artifacts/service-DemoPnfTstziulwqo6mrpoyvpey-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.536Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.536Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.536Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "policy-id",
  "timestamp": 1648699774297,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:23.541Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ac478b3-85fd-442c-ac4e-c57b72440612
2022-03-31T04:11:23.541Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac478b3-85fd-442c-ac4e-c57b72440612 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:11:23.552Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.553Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699768897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.553Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.553Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.553Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "cds",
  "timestamp": 1648699774343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.553Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.553Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.553Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699775417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.553Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.554Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.554Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699774834,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.554Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.554Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.554Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699776855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.554Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.554Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.554Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "cds",
  "timestamp": 1648699774343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.554Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.554Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.555Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699776455,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:23.559Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ac478b3-85fd-442c-ac4e-c57b72440612
2022-03-31T04:11:23.560Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac478b3-85fd-442c-ac4e-c57b72440612 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-31T04:11:23.569Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.569Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699774834,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.569Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.569Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.569Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "cds",
  "timestamp": 1648699774343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.569Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.570Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.570Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699777460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.570Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.570Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.570Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.570Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.570Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.570Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699774834,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.570Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.571Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.571Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "cds",
  "timestamp": 1648699774343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.571Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.571Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.571Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.571Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.571Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.571Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699779541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.571Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.571Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.572Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699774834,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.572Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.572Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.572Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "policy-id",
  "timestamp": 1648699777959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.572Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.572Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.572Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "cds",
  "timestamp": 1648699774343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.572Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.572Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.572Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.573Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.573Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.573Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699780548,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:23.578Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ac478b3-85fd-442c-ac4e-c57b72440612
2022-03-31T04:11:23.578Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac478b3-85fd-442c-ac4e-c57b72440612 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:11:23.585Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.585Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699774834,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.586Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.586Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.586Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "policy-id",
  "timestamp": 1648699777959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.586Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.586Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.586Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "cds",
  "timestamp": 1648699774343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.586Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.586Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.587Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.587Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.587Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.587Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699774834,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.587Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.587Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.587Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "policy-id",
  "timestamp": 1648699777959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.587Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.587Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.587Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699780514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.588Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.588Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.588Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "cds",
  "timestamp": 1648699774343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.588Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.588Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.588Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.588Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.588Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.588Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699774834,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.589Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.589Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.589Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "policy-id",
  "timestamp": 1648699777959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.589Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.589Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.589Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699780514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.589Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.589Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.589Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "cds",
  "timestamp": 1648699774343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.589Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.590Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.590Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.590Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.590Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.590Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699774834,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.590Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.590Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.591Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "policy-id",
  "timestamp": 1648699777959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.591Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.591Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.591Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699780514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.591Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.591Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.591Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "cds",
  "timestamp": 1648699783251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.591Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.591Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.592Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.592Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.592Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.592Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "policy-id",
  "timestamp": 1648699777959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.592Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.592Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.592Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699780514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.592Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.592Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.593Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "cds",
  "timestamp": 1648699784257,
  "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-03-31T04:11:23.611Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db77e614-d7d3-4ea1-a9f4-2c071982e1c6
2022-03-31T04:11:23.612Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db77e614-d7d3-4ea1-a9f4-2c071982e1c6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:11:23.620Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.620Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "clamp",
  "timestamp": 1648699784258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.620Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.621Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.621Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "aai-ml",
  "timestamp": 1648699784413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.621Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.621Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.621Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "policy-id",
  "timestamp": 1648699777959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.621Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.621Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.621Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699780514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.621Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.621Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.621Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "policy-id",
  "timestamp": 1648699777959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.622Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.622Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.622Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699780514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.622Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.622Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.622Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "cds",
  "timestamp": 1648699785261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.622Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.622Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.622Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.622Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.623Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.623Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "policy-id",
  "timestamp": 1648699786719,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.623Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.623Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.623Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699780514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.623Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.623Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.623Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "cds",
  "timestamp": 1648699785261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.623Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.623Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.624Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.624Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.624Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.624Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "clamp",
  "timestamp": 1648699787260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.624Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.624Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.624Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "policy-id",
  "timestamp": 1648699787725,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.624Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.625Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.625Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699780514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.625Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.625Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.625Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "cds",
  "timestamp": 1648699785261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.625Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.625Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.625Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.626Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.626Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.626Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "clamp",
  "timestamp": 1648699788264,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:23.631Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ac478b3-85fd-442c-ac4e-c57b72440612
2022-03-31T04:11:23.631Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac478b3-85fd-442c-ac4e-c57b72440612 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:11:23.639Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.639Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "policy-id",
  "timestamp": 1648699788729,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:23.644Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db77e614-d7d3-4ea1-a9f4-2c071982e1c6
2022-03-31T04:11:23.645Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db77e614-d7d3-4ea1-a9f4-2c071982e1c6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:11:23.654Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.655Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "cds",
  "timestamp": 1648699785261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.655Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.655Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.655Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699789421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.655Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.655Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.655Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.656Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.656Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.656Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "cds",
  "timestamp": 1648699785261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.656Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.656Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.656Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.656Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.656Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.657Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699790546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.657Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.657Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.657Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "cds",
  "timestamp": 1648699785261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.657Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.657Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.657Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.657Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.657Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.658Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699791822,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.658Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.658Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.658Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "cds",
  "timestamp": 1648699785261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.658Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.658Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.658Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.658Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.658Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.659Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699792861,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:23.663Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db77e614-d7d3-4ea1-a9f4-2c071982e1c6
2022-03-31T04:11:23.664Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db77e614-d7d3-4ea1-a9f4-2c071982e1c6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-31T04:11:23.670Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.670Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.670Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.671Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.671Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "cds",
  "timestamp": 1648699785261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.671Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.671Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.671Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.671Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.671Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.671Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699793868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.671Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.671Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.672Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.672Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.672Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.672Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "aai-ml",
  "timestamp": 1648699793792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.672Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.672Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.672Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "cds",
  "timestamp": 1648699785261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.672Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.672Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.672Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.673Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.673Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.673Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "aai-ml",
  "timestamp": 1648699794796,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:23.677Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ac478b3-85fd-442c-ac4e-c57b72440612
2022-03-31T04:11:23.678Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac478b3-85fd-442c-ac4e-c57b72440612 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:11:23.685Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.686Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "cds",
  "timestamp": 1648699795142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.686Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.686Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.686Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "dcae-sch",
  "timestamp": 1648699795574,
  "artifactURL": "/sdc/v1/catalog/services/e3aae81b-b115-4d69-96c3-f77b996d3084/resourceInstances/basicclamp0/artifacts/220f109c-6f21-4349-af8c-91d899982c80",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.686Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.686Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.686Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699794834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.686Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.687Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.687Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.687Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.687Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.687Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.687Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.687Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.687Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "cds",
  "timestamp": 1648699796149,
  "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-03-31T04:11:23.702Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37b5d1a5-12ec-4897-8955-29474e419932
2022-03-31T04:11:23.702Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37b5d1a5-12ec-4897-8955-29474e419932 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:11:23.712Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.712Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "dcae-sch",
  "timestamp": 1648699796866,
  "artifactURL": "/sdc/v1/catalog/services/e3aae81b-b115-4d69-96c3-f77b996d3084/resourceInstances/basicclamp0/artifacts/220f109c-6f21-4349-af8c-91d899982c80",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.712Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.712Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.713Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699794834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.713Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.713Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.713Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.713Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.713Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.714Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.714Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.714Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.714Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "dcae-sch",
  "timestamp": 1648699797875,
  "artifactURL": "/sdc/v1/catalog/services/e3aae81b-b115-4d69-96c3-f77b996d3084/resourceInstances/basicclamp0/artifacts/220f109c-6f21-4349-af8c-91d899982c80",
  "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-03-31T04:11:23.720Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of db77e614-d7d3-4ea1-a9f4-2c071982e1c6
2022-03-31T04:11:23.720Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db77e614-d7d3-4ea1-a9f4-2c071982e1c6 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-03-31T04:11:23.728Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.728Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699794834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.728Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.728Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.728Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.729Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.729Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.729Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.729Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.729Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.729Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.729Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.730Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.730Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.730Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.730Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.730Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699794834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.730Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.730Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.731Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "policy-id",
  "timestamp": 1648699797958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.731Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.731Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.731Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.731Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.731Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.732Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.732Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.732Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.732Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.732Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.732Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.733Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.733Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.733Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.733Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699794834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.733Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.733Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.734Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "policy-id",
  "timestamp": 1648699797958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.734Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.734Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.734Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.734Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.734Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.735Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.735Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.735Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.735Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.735Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.735Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.735Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.736Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.736Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.736Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699794834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.736Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.736Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.736Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "policy-id",
  "timestamp": 1648699797958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.737Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.737Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.737Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.737Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.738Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.738Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699800515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.738Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.738Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.738Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.738Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.738Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.739Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.739Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.739Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.739Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699794834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.739Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.739Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.739Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "policy-id",
  "timestamp": 1648699797958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.740Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.740Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.740Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699800515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.740Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.740Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.740Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.740Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.740Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.740Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.741Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.741Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.741Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.741Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.741Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.741Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699794834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.741Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.742Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.742Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "policy-id",
  "timestamp": 1648699797958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.742Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.742Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.742Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699800515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.742Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.743Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.743Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "aai-ml",
  "timestamp": 1648699776579,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.743Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.743Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.743Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.743Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.743Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.743Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.744Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.744Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.744Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699794834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.744Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.744Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.744Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "policy-id",
  "timestamp": 1648699797958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.744Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.745Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.745Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699800515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.745Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.745Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.745Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "aai-ml",
  "timestamp": 1648699804075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.745Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.745Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.745Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.746Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.746Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.746Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.746Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.746Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.746Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "policy-id",
  "timestamp": 1648699797958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.747Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.747Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.747Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699800515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.747Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.747Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.747Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.747Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.748Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.748Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.748Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.748Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.748Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "policy-id",
  "timestamp": 1648699797958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.748Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.748Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.748Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699800515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.749Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.749Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.749Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "clamp",
  "timestamp": 1648699806263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.749Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.749Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.749Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "dcae-sch",
  "timestamp": 1648699785982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.749Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.750Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.750Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "policy-id",
  "timestamp": 1648699797958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.750Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.750Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.750Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699807865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.750Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.750Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.751Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699800515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.751Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.751Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.751Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "clamp",
  "timestamp": 1648699807269,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.751Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.751Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.751Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699800515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.752Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.752Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.752Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "policy-id",
  "timestamp": 1648699807972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.752Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.752Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.752Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699800515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.752Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.753Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.753Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "policy-id",
  "timestamp": 1648699808977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.753Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.753Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.753Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699810547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.753Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.753Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.753Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699810312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.754Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.754Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.754Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "policy-id",
  "timestamp": 1648699809986,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:23.759Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37b5d1a5-12ec-4897-8955-29474e419932
2022-03-31T04:11:23.760Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37b5d1a5-12ec-4897-8955-29474e419932 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:11:23.769Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.769Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699811553,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:23.775Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db77e614-d7d3-4ea1-a9f4-2c071982e1c6
2022-03-31T04:11:23.775Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db77e614-d7d3-4ea1-a9f4-2c071982e1c6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:11:23.785Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.786Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699811624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.786Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.786Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.786Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "clamp",
  "timestamp": 1648699811364,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.786Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.786Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.786Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.787Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.787Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.787Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "clamp",
  "timestamp": 1648699812368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.787Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.787Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.787Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.787Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.787Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.787Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699812907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.788Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.788Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.788Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "clamp",
  "timestamp": 1648699813375,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:23.793Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db77e614-d7d3-4ea1-a9f4-2c071982e1c6
2022-03-31T04:11:23.794Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db77e614-d7d3-4ea1-a9f4-2c071982e1c6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:11:23.804Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.804Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.804Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.804Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.805Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699814327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.805Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.805Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.805Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.805Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.805Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.805Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.805Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.805Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.806Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699815388,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:23.810Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37b5d1a5-12ec-4897-8955-29474e419932
2022-03-31T04:11:23.810Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37b5d1a5-12ec-4897-8955-29474e419932 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-31T04:11:23.816Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.816Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "aai-ml",
  "timestamp": 1648699815293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.816Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.817Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.817Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.817Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.817Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.817Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.817Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.817Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.817Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699816392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:23.817Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.818Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.818Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "aai-ml",
  "timestamp": 1648699816299,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:23.823Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db77e614-d7d3-4ea1-a9f4-2c071982e1c6
2022-03-31T04:11:23.823Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db77e614-d7d3-4ea1-a9f4-2c071982e1c6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:11:23.832Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.833Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.833Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.833Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.833Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.833Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.833Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.834Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.834Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.834Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.834Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.834Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.834Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.834Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "aai-ml",
  "timestamp": 1648699817304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.834Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.835Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.835Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.835Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.835Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.835Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.835Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.835Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.835Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "aai-ml",
  "timestamp": 1648699817304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.835Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.835Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.836Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.836Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.836Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.836Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699798897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.836Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.836Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.836Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "aai-ml",
  "timestamp": 1648699817304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.836Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.836Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.836Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.837Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.837Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.837Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699821871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:11:23.837Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:11:23.837Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.837Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "aai-ml",
  "timestamp": 1648699817304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.837Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.837Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.837Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.837Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.838Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.838Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "aai-ml",
  "timestamp": 1648699817304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:23.838Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:23.838Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:11:23.838Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "clamp",
  "timestamp": 1648699792053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:11:23.838Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:11:24.152Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:24.152Z|2ac478b3-85fd-442c-ac4e-c57b72440612|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-03-31T04:11:24.153Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:11:24.154Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:24.157Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:24.157Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699884152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:11:24.257Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:24.258Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:24.258Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:24.271Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:24.271Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:11:25.158Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ac478b3-85fd-442c-ac4e-c57b72440612
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:11:25.167Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ac478b3-85fd-442c-ac4e-c57b72440612
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:11:25.170Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:11:25.170Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T04:11:25.170Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T04:11:25.171Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T04:11:25.171Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:11:25.171Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:11:25.171Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:11:25.171Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:11:25.171Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:11:25.171Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:11:25.171Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:11:25.177Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T04:11:55.177Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ac478b3-85fd-442c-ac4e-c57b72440612 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T04:11:55.182Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ac478b3-85fd-442c-ac4e-c57b72440612 and serviceModelVersionId: 82a6e03a-3c84-4ca7-b7f0-c5e02a698270
2022-03-31T04:11:55.183Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be7be9c2-b7ea-444f-a24b-5b8889360507
2022-03-31T04:11:55.183Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be7be9c2-b7ea-444f-a24b-5b8889360507/model-vers/model-ver/82a6e03a-3c84-4ca7-b7f0-c5e02a698270?depth=0
2022-03-31T04:11:55.187Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T04:11:55.225Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be7be9c2-b7ea-444f-a24b-5b8889360507/model-vers/model-ver/82a6e03a-3c84-4ca7-b7f0-c5e02a698270?depth=0|INFO|500||Invoke
2022-03-31T04:11:55.226Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be7be9c2-b7ea-444f-a24b-5b8889360507/model-vers/model-ver/82a6e03a-3c84-4ca7-b7f0-c5e02a698270?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be7be9c2-b7ea-444f-a24b-5b8889360507/model-vers/model-ver/82a6e03a-3c84-4ca7-b7f0-c5e02a698270?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ac478b3-85fd-442c-ac4e-c57b72440612], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd3d5530-b4bf-4e9a-bae5-632a9cf588f8], X-ECOMP-RequestID=[2ac478b3-85fd-442c-ac4e-c57b72440612], X-TransactionId=[], X-ONAP-RequestID=[2ac478b3-85fd-442c-ac4e-c57b72440612], Content-Type=[application/merge-patch+json]}
2022-03-31T04:11:55.244Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be7be9c2-b7ea-444f-a24b-5b8889360507/model-vers/model-ver/82a6e03a-3c84-4ca7-b7f0-c5e02a698270?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T04:11:55.347Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be7be9c2-b7ea-444f-a24b-5b8889360507/model-vers/model-ver/82a6e03a-3c84-4ca7-b7f0-c5e02a698270?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/be7be9c2-b7ea-444f-a24b-5b8889360507/model-vers/model-ver/82a6e03a-3c84-4ca7-b7f0-c5e02a698270?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-04:11:54:323-89527], vertex-id=[213224], Content-Length=[0], Date=[Thu, 31 Mar 2022 04:11:54 GMT], Content-Type=[application/json]}
2022-03-31T04:11:55.348Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be7be9c2-b7ea-444f-a24b-5b8889360507/model-vers/model-ver/82a6e03a-3c84-4ca7-b7f0-c5e02a698270?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T04:11:55.348Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be7be9c2-b7ea-444f-a24b-5b8889360507/model-vers/model-ver/82a6e03a-3c84-4ca7-b7f0-c5e02a698270?depth=0|INFO|500||InvokeReturn
2022-03-31T04:11:55.349Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T04:11:55.349Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:11:55.354Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T04:11:55.354Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ac478b3-85fd-442c-ac4e-c57b72440612 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T04:11:55.354Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T04:11:55.354Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:55.356Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:55.356Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699915354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:11:55.456Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:55.457Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:55.457Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:55.476Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:55.476Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T04:11:56.371Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T04:11:56.372Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"db77e614-d7d3-4ea1-a9f4-2c071982e1c6","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"e3aae81b-b115-4d69-96c3-f77b996d3084","serviceDescription":"service","serviceInvariantUUID":"de69a6a9-2bf3-4f24-a390-af47a3f7f6ad","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"66ad06c1-55c1-42ed-a186-3b5a9bdbf899","resourceInvariantUUID":"183f8e6b-0cd1-48de-820f-313fe9cc4e78","resourceCustomizationUUID":"607722ca-98bb-41ff-93e4-63e2f3bc2530","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":"220f109c-6f21-4349-af8c-91d899982c80","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":"NWY4MjIzYjBjMzU5YjZhMWNlZTVhNWU2YjFkNzk2ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a7bdcbc-87b8-42b3-b418-140d01ad16b2","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":"NWI2NzRhZmU4Y2JlM2YxYTAxYTFlMDM0OGQxNzg3MGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0e5a8f7-2a81-4fd6-aceb-e1cf2ea91b3d","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":"c2b45809-2ffe-4ea8-a9bf-7cf117a66b1b","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":"7cc13994-abbc-4971-9e1e-9d9b8753052f","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":"f979b61c-0da4-43e3-9b70-f6ae07abc74e","artifactVersion":"2","generatedFromUUID":"c2b45809-2ffe-4ea8-a9bf-7cf117a66b1b"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Y2Q4ZmY4NzZjNjA0OTU4YTc5NzQzZWJjZDlkYzEyMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1695d924-459f-44df-8dfd-be15e9136e26","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NDU0OTUxYzU1NzI0MjEyMWU2NDUyYTUyNTRlZjFkZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6109adaf-0e15-47ca-afb2-a1699cda8f83","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T04:11:56.372Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:11:56.373Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:56.374Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:56.375Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:56.475Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:56.476Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:56.476Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:56.500Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:56.501Z||pool-99-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:11:57.375Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:11:57.376Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:57.378Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:57.378Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:11:57.478Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:57.479Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:57.479Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:57.508Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:57.508Z||pool-100-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:11:58.379Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:11:58.380Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:58.381Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:58.381Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:11:58.481Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:11:58.482Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:58.483Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:58.497Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:58.497Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:11:59.382Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:11:59.383Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:11:59.384Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:11:59.384Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:11:59.484Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:11:59.485Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:11:59.485Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:11:59.516Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:11:59.517Z||pool-102-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:00.385Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:12:00.386Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:00.389Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:00.389Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:12:00.489Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:12:00.490Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:00.491Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:00.505Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:00.505Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:01.390Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:12:01.391Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:01.396Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:01.396Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-31T04:12:01.496Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:01.497Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:01.497Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:01.522Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:01.523Z||pool-104-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:02.397Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:12:02.398Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:02.400Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:02.400Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:12:02.500Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:02.501Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:02.501Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:02.516Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:02.516Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:03.400Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:12:03.401Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:03.403Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:03.403Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:12:03.503Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:03.504Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:03.504Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:03.531Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:03.531Z||pool-106-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:04.404Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "e3aae81b-b115-4d69-96c3-f77b996d3084",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de69a6a9-2bf3-4f24-a390-af47a3f7f6ad",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "607722ca-98bb-41ff-93e4-63e2f3bc2530",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "66ad06c1-55c1-42ed-a186-3b5a9bdbf899",
      "resourceInvariantUUID": "183f8e6b-0cd1-48de-820f-313fe9cc4e78",
      "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": "NWI2NzRhZmU4Y2JlM2YxYTAxYTFlMDM0OGQxNzg3MGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e0e5a8f7-2a81-4fd6-aceb-e1cf2ea91b3d",
          "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": "c2b45809-2ffe-4ea8-a9bf-7cf117a66b1b",
          "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": "f979b61c-0da4-43e3-9b70-f6ae07abc74e",
            "generatedFromUUID": "c2b45809-2ffe-4ea8-a9bf-7cf117a66b1b"
          },
          "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": "f979b61c-0da4-43e3-9b70-f6ae07abc74e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NDU0OTUxYzU1NzI0MjEyMWU2NDUyYTUyNTRlZjFkZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6109adaf-0e15-47ca-afb2-a1699cda8f83"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T04:12:04.404Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T04:12:04.404Z|2ac478b3-85fd-442c-ac4e-c57b72440612|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3aae81b-b115-4d69-96c3-f77b996d3084 ASDC
2022-03-31T04:12:04.405Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:db77e614-d7d3-4ea1-a9f4-2c071982e1c6
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:e3aae81b-b115-4d69-96c3-f77b996d3084
ServiceInvariantUUID:de69a6a9-2bf3-4f24-a390-af47a3f7f6ad
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:6109adaf-0e15-47ca-afb2-a1699cda8f83
ArtifactChecksum:NDU0OTUxYzU1NzI0MjEyMWU2NDUyYTUyNTRlZjFkZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:607722ca-98bb-41ff-93e4-63e2f3bc2530
ResourceInvariantUUID:183f8e6b-0cd1-48de-820f-313fe9cc4e78
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:66ad06c1-55c1-42ed-a186-3b5a9bdbf899
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:e0e5a8f7-2a81-4fd6-aceb-e1cf2ea91b3d
ArtifactChecksum:NWI2NzRhZmU4Y2JlM2YxYTAxYTFlMDM0OGQxNzg3MGQ=
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:c2b45809-2ffe-4ea8-a9bf-7cf117a66b1b
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:f979b61c-0da4-43e3-9b70-f6ae07abc74e
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:f979b61c-0da4-43e3-9b70-f6ae07abc74e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T04:12:04.405Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3aae81b-b115-4d69-96c3-f77b996d3084 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T04:12:04.440Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:12:04.440Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:12:04.441Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:12:04.441Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6109adaf-0e15-47ca-afb2-a1699cda8f83 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-31T04:12:04.441Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:12:04.441Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:04.743Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:12:04.747Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 6109adaf-0e15-47ca-afb2-a1699cda8f83 73664
2022-03-31T04:12:04.747Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:04.747Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:04.747Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:12:04.748Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:04.750Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:04.750Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699924747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:12:04.850Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:04.853Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:04.853Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:04.869Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:04.869Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:12:05.750Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:12:05.752Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:12:05.752Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6109adaf-0e15-47ca-afb2-a1699cda8f83, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-31T04:12:05.752Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-31T04:12:05.753Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-31T04:12:05.753Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-31T04:12:05.943Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12052325513580015900/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-03-31T04:12:07.109Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T04:12:07.109Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-31T04:12:07.109Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-31T04:12:07.109Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T04:12:07.109Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:07.109Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:07.109Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:07.109Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:07.110Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:07.110Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:07.110Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:07.110Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:07.110Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:07.110Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-31T04:12:07.110Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:07.110Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:07.110Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-31T04:12:07.111Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-31T04:12:07.111Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:12:07.111Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:07.111Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:07.111Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-31T04:12:07.111Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-31T04:12:07.111Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:12:07.111Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:07.111Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:07.112Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:07.112Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-31T04:12:07.112Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-31T04:12:07.112Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-31T04:12:07.112Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-31T04:12:07.112Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T04:12:07.112Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T04:12:07.112Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:07.112Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:07.113Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:07.113Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-31T04:12:07.113Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:12:07.113Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:07.114Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-31T04:12:07.114Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:12:07.114Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:07.114Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-31T04:12:07.114Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:12:07.115Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:07.115Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-31T04:12:07.115Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T04:12:07.115Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T04:12:07.115Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=881afaf3-bd37-4024-b4a3-3b3abccafff7
2022-03-31T04:12:07.116Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:07.116Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:07.116Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:07.116Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:07.116Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:07.117Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:07.117Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:07.117Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:07.117Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:e3aae81b-b115-4d69-96c3-f77b996d3084
Model Version:NULL
Model InvariantUuid:de69a6a9-2bf3-4f24-a390-af47a3f7f6ad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:42c06cc1-2969-4290-8dc2-67f79501885e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:183f8e6b-0cd1-48de-820f-313fe9cc4e78
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:607722ca-98bb-41ff-93e4-63e2f3bc2530
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6eeb6a07-e485-4358-bff6-f66157c64e32
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:8a11fc8f-fe54-4bcf-9598-e18e9ced096d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:881afaf3-bd37-4024-b4a3-3b3abccafff7
ModelInvariantUuid:251013fe-cc25-43c8-899c-a010a409f29c
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:f8561a30-5001-47de-8f04-eb93de789de5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4ef721e7-f90c-4c85-8924-0ff9aba53102
ModelInvariantUuid:690a84a1-ce99-47f1-a552-94a797bb3b01
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:2fcd6810-423a-4cf5-8705-3de8fb744cd1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T04:12:07.128Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 66ad06c1-55c1-42ed-a186-3b5a9bdbf899
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:12:07.131Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||basicclamp 0
2022-03-31T04:12:07.132Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 66ad06c1-55c1-42ed-a186-3b5a9bdbf899
2022-03-31T04:12:07.132Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e0e5a8f7-2a81-4fd6-aceb-e1cf2ea91b3d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-31T04:12:07.132Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:12:07.133Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:07.419Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:12:07.419Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json e0e5a8f7-2a81-4fd6-aceb-e1cf2ea91b3d 790
2022-03-31T04:12:07.420Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:07.420Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:07.420Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:12:07.420Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:07.422Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:07.422Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699927420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:12:07.525Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-31T04:12:07.527Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:07.527Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:07.540Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:07.541Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:08.426Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6eeb6a07-e485-4358-bff6-f66157c64e32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a11fc8f-fe54-4bcf-9598-e18e9ced096d",
    "vfModuleModelCustomizationUUID": "d93364b7-00a1-4fbd-818f-8cdd6db35c31",
    "isBase": true,
    "artifacts": [
      "c2b45809-2ffe-4ea8-a9bf-7cf117a66b1b",
      "f979b61c-0da4-43e3-9b70-f6ae07abc74e"
    ],
    "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-03-31T04:12:08.428Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8a11fc8f-fe54-4bcf-9598-e18e9ced096d
VfModuleModelInvariantUUID:6eeb6a07-e485-4358-bff6-f66157c64e32
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2b45809-2ffe-4ea8-a9bf-7cf117a66b1b
,
f979b61c-0da4-43e3-9b70-f6ae07abc74e

}
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-03-31T04:12:08.430Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6eeb6a07-e485-4358-bff6-f66157c64e32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a11fc8f-fe54-4bcf-9598-e18e9ced096d",
    "vfModuleModelCustomizationUUID": "d93364b7-00a1-4fbd-818f-8cdd6db35c31",
    "isBase": true,
    "artifacts": [
      "c2b45809-2ffe-4ea8-a9bf-7cf117a66b1b",
      "f979b61c-0da4-43e3-9b70-f6ae07abc74e"
    ],
    "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-03-31T04:12:08.430Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8a11fc8f-fe54-4bcf-9598-e18e9ced096d
VfModuleModelInvariantUUID:6eeb6a07-e485-4358-bff6-f66157c64e32
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2b45809-2ffe-4ea8-a9bf-7cf117a66b1b
,
f979b61c-0da4-43e3-9b70-f6ae07abc74e

}
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-03-31T04:12:08.430Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c2b45809-2ffe-4ea8-a9bf-7cf117a66b1b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-31T04:12:08.430Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:12:08.430Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:08.630Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:12:08.630Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c2b45809-2ffe-4ea8-a9bf-7cf117a66b1b 5033
2022-03-31T04:12:08.631Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:08.631Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:08.631Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:12:08.631Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:08.633Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:08.634Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699928630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:12:08.733Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:12:08.734Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:08.734Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:08.747Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:08.748Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:09.635Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f979b61c-0da4-43e3-9b70-f6ae07abc74e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-31T04:12:09.636Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:12:09.636Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:09.920Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:12:09.921Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env f979b61c-0da4-43e3-9b70-f6ae07abc74e 909
2022-03-31T04:12:09.922Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:09.922Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:09.923Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:12:09.924Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:09.926Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:09.926Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699929922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:12:10.026Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:12:10.027Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:10.027Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:10.040Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:10.040Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:12:10.935Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e3aae81b-b115-4d69-96c3-f77b996d3084
2022-03-31T04:12:10.935Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 66ad06c1-55c1-42ed-a186-3b5a9bdbf899 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:12:10.947Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@104f07af, org.onap.sdc.toscaparser.api.parameters.Input@38efa892, org.onap.sdc.toscaparser.api.parameters.Input@b1f43b9, org.onap.sdc.toscaparser.api.parameters.Input@5333963c, org.onap.sdc.toscaparser.api.parameters.Input@3ba9818a]
2022-03-31T04:12:10.948Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.948Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:10.949Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-31T04:12:10.949Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 607722ca-98bb-41ff-93e4-63e2f3bc2530
2022-03-31T04:12:10.949Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 607722ca-98bb-41ff-93e4-63e2f3bc2530 matches Tosca VF Customization UUID: 607722ca-98bb-41ff-93e4-63e2f3bc2530
2022-03-31T04:12:10.949Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 607722ca-98bb-41ff-93e4-63e2f3bc2530  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T04:12:10.951Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.952Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:10.952Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 607722ca-98bb-41ff-93e4-63e2f3bc2530: {\"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-03-31T04:12:10.952Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40f96603
2022-03-31T04:12:10.953Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.953Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:10.954Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d93364b7-00a1-4fbd-818f-8cdd6db35c31
2022-03-31T04:12:10.954Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d93364b7-00a1-4fbd-818f-8cdd6db35c31
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T04:12:10.956Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.956Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-31T04:12:10.956Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:12:10.957Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.957Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-31T04:12:10.957Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:12:10.957Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.957Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-31T04:12:10.958Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T04:12:10.958Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T04:12:10.958Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=881afaf3-bd37-4024-b4a3-3b3abccafff7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T04:12:10.960Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.960Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-31T04:12:10.961Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:12:10.961Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.961Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-31T04:12:10.961Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=607722ca-98bb-41ff-93e4-63e2f3bc2530
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:12:10.963Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.963Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:10.963Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e3aae81b-b115-4d69-96c3-f77b996d3084: basicclamp
2022-03-31T04:12:10.963Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.964Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:10.964Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.964Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:10.964Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.965Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:10.965Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.965Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:10.965Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:10.965Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:10.966Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:11.066Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 66ad06c1-55c1-42ed-a186-3b5a9bdbf899 1 ASDC deployResourceStructure
2022-03-31T04:12:11.066Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:11.067Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:11.067Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:12:11.067Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:11.068Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:11.069Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699931066,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:12:11.169Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:11.170Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:11.170Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:11.182Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:11.182Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:12.069Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:12.070Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:12.070Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:12:12.070Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:12.072Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:12.072Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699932069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T04:12:12.172Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:12.173Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:12.173Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:12.192Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:12.192Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:13.073Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:13.073Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:13.073Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:12:13.074Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:13.075Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:13.076Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699933072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-31T04:12:13.176Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:13.176Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:13.176Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:13.189Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:13.189Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:14.076Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:14.077Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|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-03-31T04:12:14.077Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:12:14.077Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:14.079Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:14.079Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699934076,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:12:14.179Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:14.180Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:14.180Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:14.194Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:14.194Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:12:15.080Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db77e614-d7d3-4ea1-a9f4-2c071982e1c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:12:15.090Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db77e614-d7d3-4ea1-a9f4-2c071982e1c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:12:15.094Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:12:15.094Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T04:12:15.094Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T04:12:15.095Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T04:12:15.095Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:12:15.095Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:12:15.095Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:12:15.095Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:12:15.095Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:12:15.095Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:12:15.095Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:12:15.095Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:12:15.107Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T04:12:23.449Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:12:23.449Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:12:23.450Z|aa731333-c38d-4216-aea1-63be99efcc2a|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:23.481Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:23.482Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:12:23.482Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "aai-ml",
  "timestamp": 1648699817304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:12:23.483Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:12:45.108Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db77e614-d7d3-4ea1-a9f4-2c071982e1c6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T04:12:45.117Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db77e614-d7d3-4ea1-a9f4-2c071982e1c6 and serviceModelVersionId: e3aae81b-b115-4d69-96c3-f77b996d3084
2022-03-31T04:12:45.117Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de69a6a9-2bf3-4f24-a390-af47a3f7f6ad
2022-03-31T04:12:45.118Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de69a6a9-2bf3-4f24-a390-af47a3f7f6ad/model-vers/model-ver/e3aae81b-b115-4d69-96c3-f77b996d3084?depth=0
2022-03-31T04:12:45.122Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T04:12:45.160Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de69a6a9-2bf3-4f24-a390-af47a3f7f6ad/model-vers/model-ver/e3aae81b-b115-4d69-96c3-f77b996d3084?depth=0|INFO|500||Invoke
2022-03-31T04:12:45.160Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de69a6a9-2bf3-4f24-a390-af47a3f7f6ad/model-vers/model-ver/e3aae81b-b115-4d69-96c3-f77b996d3084?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de69a6a9-2bf3-4f24-a390-af47a3f7f6ad/model-vers/model-ver/e3aae81b-b115-4d69-96c3-f77b996d3084?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db77e614-d7d3-4ea1-a9f4-2c071982e1c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8bde5bcc-915b-4271-94b4-8bc62c40cf6b], X-ECOMP-RequestID=[db77e614-d7d3-4ea1-a9f4-2c071982e1c6], X-TransactionId=[], X-ONAP-RequestID=[db77e614-d7d3-4ea1-a9f4-2c071982e1c6], Content-Type=[application/merge-patch+json]}
2022-03-31T04:12:45.177Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de69a6a9-2bf3-4f24-a390-af47a3f7f6ad/model-vers/model-ver/e3aae81b-b115-4d69-96c3-f77b996d3084?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T04:12:45.573Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de69a6a9-2bf3-4f24-a390-af47a3f7f6ad/model-vers/model-ver/e3aae81b-b115-4d69-96c3-f77b996d3084?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/de69a6a9-2bf3-4f24-a390-af47a3f7f6ad/model-vers/model-ver/e3aae81b-b115-4d69-96c3-f77b996d3084?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-04:12:44:254-71899], vertex-id=[422032], Content-Length=[0], Date=[Thu, 31 Mar 2022 04:12:44 GMT], Content-Type=[application/json]}
2022-03-31T04:12:45.574Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de69a6a9-2bf3-4f24-a390-af47a3f7f6ad/model-vers/model-ver/e3aae81b-b115-4d69-96c3-f77b996d3084?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T04:12:45.574Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de69a6a9-2bf3-4f24-a390-af47a3f7f6ad/model-vers/model-ver/e3aae81b-b115-4d69-96c3-f77b996d3084?depth=0|INFO|500||InvokeReturn
2022-03-31T04:12:45.575Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T04:12:45.575Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:12:45.582Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T04:12:45.583Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db77e614-d7d3-4ea1-a9f4-2c071982e1c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T04:12:45.583Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T04:12:45.583Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:45.585Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:45.585Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699965583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:12:45.685Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:12:45.686Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:45.686Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:45.710Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:45.710Z||pool-115-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-03-31T04:12:46.599Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T04:12:46.599Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"37b5d1a5-12ec-4897-8955-29474e419932","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"345214f4-0aef-40a3-a74a-4251162e4a49","serviceDescription":"service","serviceInvariantUUID":"ea9452cc-dad7-482f-8850-8be8e975cc0f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"27b28521-087d-47dd-baa5-9074c2d51391","resourceInvariantUUID":"6f927803-6328-4555-8138-91ca8e653159","resourceCustomizationUUID":"d892da85-4932-4aff-bb36-cea60138704d","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":"NGViYjUwZDU1YzBlZjM1OWI2MjlmZTYxYmM5YTM1N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7aaa520c-44ca-4f0f-b08f-76c1f6e4075b","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":"33e800d0-1704-4f34-8827-f137166bb77b","artifactVersion":"2","generatedFromUUID":"384d5516-aac7-4aa3-9085-4dcfad0ee7d3"},{"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":"384d5516-aac7-4aa3-9085-4dcfad0ee7d3","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":"YzBlMzVjZjcwYzViYjQyYmYzODM3NzMxMjkxYmYxYTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b65f051e-ce86-4cdd-944f-3d32f796efb9","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":"c1b15346-79d4-4930-b4a1-0fbaab1eb077","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":"d378106e-1e53-45bf-8de8-be3052a8e35b","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":"68c2494f-029b-4fc5-8a6b-58bc056356bc","artifactVersion":"2","generatedFromUUID":"c1b15346-79d4-4930-b4a1-0fbaab1eb077"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTc5NzU0ZWEyZGI1ZmQzMjM3YmNhY2I3YTMwMTU0ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90833944-3180-46fa-b804-16fec24a6daf","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzMzOGNhYzUxNjRlMWViMGE5ZTcyNTM5YjQ1Y2FmZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfa5908b-9c24-43ff-b8d1-1d39e799d3a8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T04:12:46.600Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:12:46.600Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:46.602Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:46.602Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:12:46.702Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:46.703Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:46.703Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:46.716Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:46.716Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:47.603Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:12:47.603Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:47.605Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:47.606Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-31T04:12:47.707Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T04:12:47.708Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:47.708Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:47.721Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:47.722Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:12:48.607Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:12:48.608Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:48.609Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:48.610Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-31T04:12:48.710Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:48.710Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:48.711Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:48.723Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:48.723Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:49.610Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:12:49.611Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:49.613Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:49.613Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:12:49.713Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:49.714Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:49.714Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:49.735Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:49.735Z||pool-119-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:50.613Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:12:50.614Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:50.618Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:50.618Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:12:50.716Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-31T04:12:50.717Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:50.717Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:50.731Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:50.731Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:51.618Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:12:51.620Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:51.623Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:51.623Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:12:51.723Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:51.724Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:51.724Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:51.742Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:51.743Z||pool-121-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:52.624Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:12:52.624Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:52.626Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:52.627Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-31T04:12:52.727Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:52.728Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:52.728Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:52.746Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:52.746Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:53.627Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:12:53.628Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:53.630Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:53.630Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:12:53.730Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:53.732Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:53.732Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:53.746Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:53.747Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:54.631Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:12:54.631Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:54.633Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:54.633Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:12:54.733Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:54.734Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:54.734Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:54.750Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:54.755Z||pool-124-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:12:55.634Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "345214f4-0aef-40a3-a74a-4251162e4a49",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea9452cc-dad7-482f-8850-8be8e975cc0f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "d892da85-4932-4aff-bb36-cea60138704d",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "27b28521-087d-47dd-baa5-9074c2d51391",
      "resourceInvariantUUID": "6f927803-6328-4555-8138-91ca8e653159",
      "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": "33e800d0-1704-4f34-8827-f137166bb77b",
          "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": "384d5516-aac7-4aa3-9085-4dcfad0ee7d3",
          "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": "YzBlMzVjZjcwYzViYjQyYmYzODM3NzMxMjkxYmYxYTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b65f051e-ce86-4cdd-944f-3d32f796efb9",
          "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": "c1b15346-79d4-4930-b4a1-0fbaab1eb077",
          "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": "68c2494f-029b-4fc5-8a6b-58bc056356bc",
            "generatedFromUUID": "c1b15346-79d4-4930-b4a1-0fbaab1eb077"
          },
          "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": "68c2494f-029b-4fc5-8a6b-58bc056356bc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YzMzOGNhYzUxNjRlMWViMGE5ZTcyNTM5YjQ1Y2FmZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cfa5908b-9c24-43ff-b8d1-1d39e799d3a8"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T04:12:55.635Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T04:12:55.635Z|db77e614-d7d3-4ea1-a9f4-2c071982e1c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 345214f4-0aef-40a3-a74a-4251162e4a49 ASDC
2022-03-31T04:12:55.635Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:37b5d1a5-12ec-4897-8955-29474e419932
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:345214f4-0aef-40a3-a74a-4251162e4a49
ServiceInvariantUUID:ea9452cc-dad7-482f-8850-8be8e975cc0f
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:cfa5908b-9c24-43ff-b8d1-1d39e799d3a8
ArtifactChecksum:YzMzOGNhYzUxNjRlMWViMGE5ZTcyNTM5YjQ1Y2FmZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d892da85-4932-4aff-bb36-cea60138704d
ResourceInvariantUUID:6f927803-6328-4555-8138-91ca8e653159
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:27b28521-087d-47dd-baa5-9074c2d51391
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:33e800d0-1704-4f34-8827-f137166bb77b
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:384d5516-aac7-4aa3-9085-4dcfad0ee7d3
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:b65f051e-ce86-4cdd-944f-3d32f796efb9
ArtifactChecksum:YzBlMzVjZjcwYzViYjQyYmYzODM3NzMxMjkxYmYxYTI=
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:c1b15346-79d4-4930-b4a1-0fbaab1eb077
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:68c2494f-029b-4fc5-8a6b-58bc056356bc
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:68c2494f-029b-4fc5-8a6b-58bc056356bc
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T04:12:55.635Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 345214f4-0aef-40a3-a74a-4251162e4a49 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T04:12:55.663Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:12:55.663Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:12:55.663Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:12:55.663Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cfa5908b-9c24-43ff-b8d1-1d39e799d3a8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-31T04:12:55.664Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:12:55.664Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:55.783Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:12:55.787Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar cfa5908b-9c24-43ff-b8d1-1d39e799d3a8 68934
2022-03-31T04:12:55.788Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:55.788Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:55.788Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:12:55.788Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:55.790Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:55.790Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699975788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:12:55.890Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:55.891Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:55.891Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:55.907Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:55.907Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:56.791Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:12:56.792Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:12:56.792Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: cfa5908b-9c24-43ff-b8d1-1d39e799d3a8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-31T04:12:56.792Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-31T04:12:56.792Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-31T04:12:56.793Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-31T04:12:56.935Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18174850308889700322/Definitions/service-BasicCnf-template.yml
2022-03-31T04:12:58.075Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T04:12:58.075Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-31T04:12:58.075Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-31T04:12:58.075Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-31T04:12:58.075Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:58.075Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:58.076Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:58.076Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:58.076Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-31T04:12:58.076Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:58.076Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:58.076Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T04:12:58.076Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-31T04:12:58.076Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:12:58.077Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:58.077Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:58.077Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T04:12:58.077Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-31T04:12:58.077Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:12:58.077Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:58.077Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:58.077Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:58.078Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-31T04:12:58.078Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-31T04:12:58.078Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-31T04:12:58.078Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T04:12:58.078Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:58.078Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:58.078Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:58.079Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T04:12:58.079Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:12:58.079Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:58.079Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T04:12:58.079Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:12:58.079Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:58.079Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T04:12:58.080Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:12:58.080Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:58.080Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-31T04:12:58.080Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-31T04:12:58.080Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f1fb9ae9-87f4-4ecd-873b-d1c64fe8f9fc
2022-03-31T04:12:58.081Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:58.081Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:58.081Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:58.081Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:58.081Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:58.081Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:58.081Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:12:58.081Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:12:58.082Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:345214f4-0aef-40a3-a74a-4251162e4a49
Model Version:NULL
Model InvariantUuid:ea9452cc-dad7-482f-8850-8be8e975cc0f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2a8e916c-9fe5-451f-a2bf-aa3f7b521d60
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f927803-6328-4555-8138-91ca8e653159
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d892da85-4932-4aff-bb36-cea60138704d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7da2f5a8-c1b9-45df-92f8-a4981a770337
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:83883d24-df7f-425d-b940-ab6a220b36b2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f1fb9ae9-87f4-4ecd-873b-d1c64fe8f9fc
ModelInvariantUuid:a89ac487-deec-455a-92c6-103752760713
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0e94a8eb-7a9c-48cf-a384-77fc257c1307
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7ceb17da-cfc9-4977-b512-faa940c1646b
ModelInvariantUuid:cf9a9a5d-9b31-4eed-adae-f3f412820ba0
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f2e66933-2559-4f58-a8f1-6f115ec9f365
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T04:12:58.090Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 27b28521-087d-47dd-baa5-9074c2d51391
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:12:58.092Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-03-31T04:12:58.092Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 27b28521-087d-47dd-baa5-9074c2d51391
2022-03-31T04:12:58.092Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 33e800d0-1704-4f34-8827-f137166bb77b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-31T04:12:58.092Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:12:58.092Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:58.229Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:12:58.230Z|37b5d1a5-12ec-4897-8955-29474e419932|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 33e800d0-1704-4f34-8827-f137166bb77b 12
2022-03-31T04:12:58.230Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:58.230Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:58.230Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:12:58.230Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:58.232Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:58.232Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699978230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:12:58.332Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:58.333Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:58.333Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:58.345Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:58.345Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:12:59.232Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 384d5516-aac7-4aa3-9085-4dcfad0ee7d3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-31T04:12:59.233Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:12:59.233Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:59.523Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:12:59.523Z|37b5d1a5-12ec-4897-8955-29474e419932|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 384d5516-aac7-4aa3-9085-4dcfad0ee7d3 2688
2022-03-31T04:12:59.523Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:59.524Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:12:59.524Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:12:59.524Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:12:59.526Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:12:59.526Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699979523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:12:59.626Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:12:59.627Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:12:59.627Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:12:59.638Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:12:59.639Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:13:00.527Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b65f051e-ce86-4cdd-944f-3d32f796efb9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-31T04:13:00.527Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:13:00.528Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:00.734Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:13:00.735Z|37b5d1a5-12ec-4897-8955-29474e419932|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 b65f051e-ce86-4cdd-944f-3d32f796efb9 828
2022-03-31T04:13:00.735Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:00.735Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:00.735Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:13:00.735Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:13:00.737Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:13:00.738Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699980735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:00.838Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:13:00.839Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:13:00.839Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:13:00.852Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:13:00.853Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:13:01.738Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7da2f5a8-c1b9-45df-92f8-a4981a770337",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83883d24-df7f-425d-b940-ab6a220b36b2",
    "vfModuleModelCustomizationUUID": "785ab381-7583-4731-a2ed-235e644cf9f9",
    "isBase": true,
    "artifacts": [
      "384d5516-aac7-4aa3-9085-4dcfad0ee7d3",
      "c1b15346-79d4-4930-b4a1-0fbaab1eb077",
      "68c2494f-029b-4fc5-8a6b-58bc056356bc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T04:13:01.741Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83883d24-df7f-425d-b940-ab6a220b36b2
VfModuleModelInvariantUUID:7da2f5a8-c1b9-45df-92f8-a4981a770337
VfModuleModelDescription:NULL
Artifacts UUID List:{
384d5516-aac7-4aa3-9085-4dcfad0ee7d3
,
c1b15346-79d4-4930-b4a1-0fbaab1eb077
,
68c2494f-029b-4fc5-8a6b-58bc056356bc

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

isBase:true


}

2022-03-31T04:13:01.743Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7da2f5a8-c1b9-45df-92f8-a4981a770337",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83883d24-df7f-425d-b940-ab6a220b36b2",
    "vfModuleModelCustomizationUUID": "785ab381-7583-4731-a2ed-235e644cf9f9",
    "isBase": true,
    "artifacts": [
      "384d5516-aac7-4aa3-9085-4dcfad0ee7d3",
      "c1b15346-79d4-4930-b4a1-0fbaab1eb077",
      "68c2494f-029b-4fc5-8a6b-58bc056356bc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T04:13:01.743Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83883d24-df7f-425d-b940-ab6a220b36b2
VfModuleModelInvariantUUID:7da2f5a8-c1b9-45df-92f8-a4981a770337
VfModuleModelDescription:NULL
Artifacts UUID List:{
384d5516-aac7-4aa3-9085-4dcfad0ee7d3
,
c1b15346-79d4-4930-b4a1-0fbaab1eb077
,
68c2494f-029b-4fc5-8a6b-58bc056356bc

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

isBase:true


}

2022-03-31T04:13:01.743Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c1b15346-79d4-4930-b4a1-0fbaab1eb077 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-31T04:13:01.743Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:13:01.744Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:01.835Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:13:01.835Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c1b15346-79d4-4930-b4a1-0fbaab1eb077 1164
2022-03-31T04:13:01.836Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:01.836Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:01.836Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:13:01.836Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:13:01.838Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:13:01.838Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699981836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:01.940Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T04:13:01.941Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:13:01.941Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:13:01.952Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:13:01.952Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:13:02.839Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 68c2494f-029b-4fc5-8a6b-58bc056356bc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-31T04:13:02.839Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:13:02.840Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:02.945Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:13:02.945Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 68c2494f-029b-4fc5-8a6b-58bc056356bc 200
2022-03-31T04:13:02.945Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:02.946Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:02.946Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:13:02.946Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:13:02.949Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:13:02.949Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699982945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:03.049Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:13:03.050Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:13:03.050Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:13:03.064Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:13:03.064Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:13:03.950Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 345214f4-0aef-40a3-a74a-4251162e4a49
2022-03-31T04:13:03.950Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 27b28521-087d-47dd-baa5-9074c2d51391 ASDC
2022-03-31T04:13:03.962Z|37b5d1a5-12ec-4897-8955-29474e419932|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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:13:03.973Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56b49c8f, org.onap.sdc.toscaparser.api.parameters.Input@48e6f500, org.onap.sdc.toscaparser.api.parameters.Input@65489ce3, org.onap.sdc.toscaparser.api.parameters.Input@4ab6b52d, org.onap.sdc.toscaparser.api.parameters.Input@38141810]
2022-03-31T04:13:03.974Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:03.974Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:13:03.974Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-31T04:13:03.975Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d892da85-4932-4aff-bb36-cea60138704d
2022-03-31T04:13:03.975Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d892da85-4932-4aff-bb36-cea60138704d matches Tosca VF Customization UUID: d892da85-4932-4aff-bb36-cea60138704d
2022-03-31T04:13:03.975Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d892da85-4932-4aff-bb36-cea60138704d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T04:13:03.977Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:03.977Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:13:03.982Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d892da85-4932-4aff-bb36-cea60138704d: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-03-31T04:13:03.982Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19cb5951
2022-03-31T04:13:03.982Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:03.982Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:03.983Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 785ab381-7583-4731-a2ed-235e644cf9f9
2022-03-31T04:13:03.983Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 785ab381-7583-4731-a2ed-235e644cf9f9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T04:13:03.987Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:03.988Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T04:13:03.988Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:13:03.988Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:03.989Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T04:13:03.989Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:13:03.989Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:03.989Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-31T04:13:03.990Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-31T04:13:03.990Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f1fb9ae9-87f4-4ecd-873b-d1c64fe8f9fc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T04:13:03.993Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:03.993Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T04:13:03.994Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:13:03.994Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:03.994Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T04:13:03.997Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d892da85-4932-4aff-bb36-cea60138704d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:13:03.999Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:04.000Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:13:04.000Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 345214f4-0aef-40a3-a74a-4251162e4a49: basic_cnf
2022-03-31T04:13:04.000Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:04.000Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:13:04.001Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:04.001Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:13:04.001Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:04.002Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:13:04.002Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:04.002Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:04.002Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:13:04.003Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:13:04.003Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:04.085Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 27b28521-087d-47dd-baa5-9074c2d51391 1 ASDC deployResourceStructure
2022-03-31T04:13:04.086Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:04.086Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:04.086Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-31T04:13:04.086Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:13:04.088Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:13:04.088Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699984085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-31T04:13:04.188Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:13:04.189Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:13:04.189Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:13:04.203Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:13:04.203Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:13:05.089Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:05.089Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:05.089Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-31T04:13:05.090Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:13:05.091Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:13:05.091Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699985089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-31T04:13:05.191Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:13:05.193Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:13:05.193Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:13:05.204Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:13:05.204Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:13:06.092Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:06.092Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:06.093Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:13:06.093Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:13:06.094Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:13:06.095Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699986092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:06.195Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:13:06.195Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:13:06.196Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:13:06.207Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:13:06.208Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:13:07.095Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:07.096Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:07.096Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:13:07.096Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:13:07.098Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:13:07.098Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699987095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:07.198Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:13:07.199Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:13:07.199Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:13:07.216Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:13:07.216Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:13:08.099Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:08.099Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:08.099Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:13:08.100Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:13:08.111Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:13:08.111Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699988099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:08.202Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-03-31T04:13:08.203Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:13:08.203Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:13:08.217Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:13:08.218Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:13:09.112Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:09.112Z|37b5d1a5-12ec-4897-8955-29474e419932|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-03-31T04:13:09.112Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:13:09.113Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:13:09.115Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:13:09.116Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699989112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:09.216Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:13:09.217Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:13:09.217Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:13:09.236Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:13:09.237Z||pool-136-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:13:10.117Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37b5d1a5-12ec-4897-8955-29474e419932
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:13:10.132Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37b5d1a5-12ec-4897-8955-29474e419932
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:13:10.134Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:13:10.134Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T04:13:10.134Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T04:13:23.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:13:23.449Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:13:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:13:23.492Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:13:23.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699824633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:23.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "aai-ml",
  "timestamp": 1648699817304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699825644,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:13:23.504Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37b5d1a5-12ec-4897-8955-29474e419932
2022-03-31T04:13:23.505Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37b5d1a5-12ec-4897-8955-29474e419932 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:13:23.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "aai-ml",
  "timestamp": 1648699817304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "aai-ml",
  "timestamp": 1648699817304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "aai-ml",
  "timestamp": 1648699827381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "clamp",
  "timestamp": 1648699831266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "clamp",
  "timestamp": 1648699833275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:23.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "clamp",
  "timestamp": 1648699834279,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:13:23.523Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 37b5d1a5-12ec-4897-8955-29474e419932
2022-03-31T04:13:23.523Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37b5d1a5-12ec-4897-8955-29474e419932 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:13:23.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "cds",
  "timestamp": 1648699830111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "dcae-sch",
  "timestamp": 1648699825982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699828899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "cds",
  "timestamp": 1648699830111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "dcae-sch",
  "timestamp": 1648699825982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699828899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "clamp",
  "timestamp": 1648699835283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "cds",
  "timestamp": 1648699830111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "dcae-sch",
  "timestamp": 1648699825982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699828899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "clamp",
  "timestamp": 1648699835283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "dcae-sch",
  "timestamp": 1648699825982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "cds",
  "timestamp": 1648699830111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699828899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "clamp",
  "timestamp": 1648699835283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "aai-ml",
  "timestamp": 1648699838069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:23.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "policy-id",
  "timestamp": 1648699837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "dcae-sch",
  "timestamp": 1648699825982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "cds",
  "timestamp": 1648699830111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699828899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "clamp",
  "timestamp": 1648699835283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "aai-ml",
  "timestamp": 1648699839074,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:13:23.546Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37b5d1a5-12ec-4897-8955-29474e419932
2022-03-31T04:13:23.547Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37b5d1a5-12ec-4897-8955-29474e419932 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:13:23.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "policy-id",
  "timestamp": 1648699837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "dcae-sch",
  "timestamp": 1648699825982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "cds",
  "timestamp": 1648699830111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699828899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "clamp",
  "timestamp": 1648699835283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "policy-id",
  "timestamp": 1648699837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "dcae-sch",
  "timestamp": 1648699825982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "cds",
  "timestamp": 1648699830111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699828899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "aai-ml",
  "timestamp": 1648699840078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699840519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "clamp",
  "timestamp": 1648699835283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "cds",
  "timestamp": 1648699830111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "policy-id",
  "timestamp": 1648699837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "dcae-sch",
  "timestamp": 1648699825982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699828899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "aai-ml",
  "timestamp": 1648699840078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699840519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "clamp",
  "timestamp": 1648699835283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648699834834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "policy-id",
  "timestamp": 1648699837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "aai-ml",
  "timestamp": 1648699840078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699840519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "clamp",
  "timestamp": 1648699835283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "cds",
  "timestamp": 1648699843509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.565Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699844553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.565Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "policy-id",
  "timestamp": 1648699837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "aai-ml",
  "timestamp": 1648699840078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699840519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "policy-id",
  "timestamp": 1648699837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "aai-ml",
  "timestamp": 1648699840078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699840519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "policy-id",
  "timestamp": 1648699837958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "aai-ml",
  "timestamp": 1648699840078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699840519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "cds",
  "timestamp": 1648699845949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:13:23.582Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 371ad971-949c-4ffb-a9a8-288976d2f942
2022-03-31T04:13:23.583Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 371ad971-949c-4ffb-a9a8-288976d2f942 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:13:23.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699847334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:23.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "aai-ml",
  "timestamp": 1648699840078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "policy-id",
  "timestamp": 1648699846806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699840519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648699848338,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:13:23.600Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 371ad971-949c-4ffb-a9a8-288976d2f942
2022-03-31T04:13:23.600Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 371ad971-949c-4ffb-a9a8-288976d2f942 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:13:23.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "aai-ml",
  "timestamp": 1648699840078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699840519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "policy-id",
  "timestamp": 1648699847811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:23.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "clamp",
  "timestamp": 1648699848269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "policy-id",
  "timestamp": 1648699848825,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:13:23.616Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 371ad971-949c-4ffb-a9a8-288976d2f942
2022-03-31T04:13:23.616Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 371ad971-949c-4ffb-a9a8-288976d2f942 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:13:23.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "aai-ml",
  "timestamp": 1648699848907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.626Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699849441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.626Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699850729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.626Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "clamp",
  "timestamp": 1648699851315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:23.626Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699851933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.627Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "clamp",
  "timestamp": 1648699852322,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:13:23.631Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 371ad971-949c-4ffb-a9a8-288976d2f942
2022-03-31T04:13:23.632Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 371ad971-949c-4ffb-a9a8-288976d2f942 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:13:23.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699852965,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:13:23.643Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 371ad971-949c-4ffb-a9a8-288976d2f942
2022-03-31T04:13:23.643Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 371ad971-949c-4ffb-a9a8-288976d2f942 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-31T04:13:23.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648699853970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:23.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "aai-ml",
  "timestamp": 1648699856473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:23.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "aai-ml",
  "timestamp": 1648699857478,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:13:23.655Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 371ad971-949c-4ffb-a9a8-288976d2f942
2022-03-31T04:13:23.655Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 371ad971-949c-4ffb-a9a8-288976d2f942 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:13:23.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6aa963a7-8060-42fd-872a-990986f3d3f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699865942,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:13:23.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:13:23.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:13:23.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:13:23.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699874862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.665Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699877649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.665Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699878845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.665Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699879965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:13:23.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699881128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:23.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699882139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:23.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:23.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T04:13:23.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699883148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-31T04:13:23.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:13:40.134Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37b5d1a5-12ec-4897-8955-29474e419932
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:13:40.143Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37b5d1a5-12ec-4897-8955-29474e419932
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:13:40.145Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:13:40.145Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T04:13:40.145Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T04:13:40.145Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T04:13:40.145Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:13:40.145Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:13:40.145Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:13:40.145Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:13:40.145Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:13:40.145Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:13:40.146Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:13:40.150Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T04:14:10.151Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37b5d1a5-12ec-4897-8955-29474e419932 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T04:14:10.155Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37b5d1a5-12ec-4897-8955-29474e419932 and serviceModelVersionId: 345214f4-0aef-40a3-a74a-4251162e4a49
2022-03-31T04:14:10.155Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea9452cc-dad7-482f-8850-8be8e975cc0f
2022-03-31T04:14:10.156Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea9452cc-dad7-482f-8850-8be8e975cc0f/model-vers/model-ver/345214f4-0aef-40a3-a74a-4251162e4a49?depth=0
2022-03-31T04:14:10.159Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T04:14:10.194Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea9452cc-dad7-482f-8850-8be8e975cc0f/model-vers/model-ver/345214f4-0aef-40a3-a74a-4251162e4a49?depth=0|INFO|500||Invoke
2022-03-31T04:14:10.194Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea9452cc-dad7-482f-8850-8be8e975cc0f/model-vers/model-ver/345214f4-0aef-40a3-a74a-4251162e4a49?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea9452cc-dad7-482f-8850-8be8e975cc0f/model-vers/model-ver/345214f4-0aef-40a3-a74a-4251162e4a49?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[37b5d1a5-12ec-4897-8955-29474e419932], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[201140a5-553b-4381-ae7a-6afa0d291c56], X-ECOMP-RequestID=[37b5d1a5-12ec-4897-8955-29474e419932], X-TransactionId=[], X-ONAP-RequestID=[37b5d1a5-12ec-4897-8955-29474e419932], Content-Type=[application/merge-patch+json]}
2022-03-31T04:14:10.214Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea9452cc-dad7-482f-8850-8be8e975cc0f/model-vers/model-ver/345214f4-0aef-40a3-a74a-4251162e4a49?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T04:14:10.635Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea9452cc-dad7-482f-8850-8be8e975cc0f/model-vers/model-ver/345214f4-0aef-40a3-a74a-4251162e4a49?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/ea9452cc-dad7-482f-8850-8be8e975cc0f/model-vers/model-ver/345214f4-0aef-40a3-a74a-4251162e4a49?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-04:14:09:291-22181], vertex-id=[303184], Content-Length=[0], Date=[Thu, 31 Mar 2022 04:14:09 GMT], Content-Type=[application/json]}
2022-03-31T04:14:10.635Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea9452cc-dad7-482f-8850-8be8e975cc0f/model-vers/model-ver/345214f4-0aef-40a3-a74a-4251162e4a49?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T04:14:10.636Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea9452cc-dad7-482f-8850-8be8e975cc0f/model-vers/model-ver/345214f4-0aef-40a3-a74a-4251162e4a49?depth=0|INFO|500||InvokeReturn
2022-03-31T04:14:10.637Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T04:14:10.637Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:14:10.646Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T04:14:10.646Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37b5d1a5-12ec-4897-8955-29474e419932 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T04:14:10.647Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T04:14:10.647Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:10.649Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:10.649Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700050646,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:14:10.749Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:14:10.750Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:10.750Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:10.772Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:10.773Z||pool-137-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T04:14:11.661Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T04:14:11.662Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"371ad971-949c-4ffb-a9a8-288976d2f942","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f7116f65-97ec-493b-8f9e-2d9f596aa381","serviceDescription":"service","serviceInvariantUUID":"6f5e5235-6846-4bf1-82f3-cbac4e815d49","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"58aa1399-859f-48ab-bebc-ccc4bb569789","resourceInvariantUUID":"34eca3a1-b0ac-4671-a505-28e232d9628c","resourceCustomizationUUID":"49af5301-b791-4059-a832-c8c8d4602321","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":"ZTA1NGUxMzMyYmZmZDFkMjFmN2VjZmRmMzNjMzA5MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c92715c-a7e0-4558-aa01-b116f298ef84","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":"YTMxZGRhMThhM2ZlMjVlM2RkMWNjYzNhZDIwYjFmMzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb89f524-f9ec-49e6-ad3e-a476890fbc4c","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":"59776ec8-257d-45d2-acb9-7894c230f7bd","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":"b1cc0364-1cbb-404b-9e1a-55e3f61d99c2","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":"a4c85020-62af-46ee-b999-8acf9590619c","artifactVersion":"2","generatedFromUUID":"59776ec8-257d-45d2-acb9-7894c230f7bd"},{"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":"NDdiYmY3MzU4MmU0MTNkYTMyYjFhYmE0ZWNmMWIwYzA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ce5a5586-7d7b-4f80-9ada-f5b0d4ff5f5e","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":"ZTJjNmY2NTc4ZjVlNzM3MWM1Y2ViY2Q2MjFkNzI0NzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da89c5e2-9d94-4206-b7de-470a9af89a69","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OThlYTg1YzBjMTNkODVlZmMzZjJiMjFmNWE1MjgxYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de091209-b0f9-4376-a886-3ab949130a31","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T04:14:11.662Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:14:11.662Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:11.664Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:11.664Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:14:11.764Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:14:11.765Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:11.765Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:11.778Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:11.778Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:12.665Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:14:12.666Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:12.668Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:12.668Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:14:12.768Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:14:12.769Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:12.769Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:12.786Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:12.786Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:13.669Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:14:13.669Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:13.672Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:13.672Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:14:13.771Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:14:13.772Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:13.772Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:13.784Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:13.784Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:14:14.673Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:14:14.674Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:14.678Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:14.679Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:14:14.778Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:14:14.779Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:14.779Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:14.792Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:14.793Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:15.679Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:14:15.680Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:15.682Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:15.682Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-31T04:14:15.782Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:14:15.783Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:15.783Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:15.800Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:15.801Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:16.683Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:14:16.684Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:16.688Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:16.688Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:14:16.787Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-31T04:14:16.788Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:16.789Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:16.802Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:16.803Z||pool-143-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:17.689Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:14:17.690Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:17.692Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:17.692Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:14:17.792Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:14:17.793Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:17.793Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:17.806Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:17.806Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:18.693Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:14:18.694Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:18.696Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:18.696Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:14:18.796Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:14:18.798Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:18.798Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:18.812Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:18.812Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:19.697Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f7116f65-97ec-493b-8f9e-2d9f596aa381",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6f5e5235-6846-4bf1-82f3-cbac4e815d49",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "49af5301-b791-4059-a832-c8c8d4602321",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "58aa1399-859f-48ab-bebc-ccc4bb569789",
      "resourceInvariantUUID": "34eca3a1-b0ac-4671-a505-28e232d9628c",
      "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": "YTMxZGRhMThhM2ZlMjVlM2RkMWNjYzNhZDIwYjFmMzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fb89f524-f9ec-49e6-ad3e-a476890fbc4c",
          "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": "59776ec8-257d-45d2-acb9-7894c230f7bd",
          "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": "a4c85020-62af-46ee-b999-8acf9590619c",
            "generatedFromUUID": "59776ec8-257d-45d2-acb9-7894c230f7bd"
          },
          "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": "a4c85020-62af-46ee-b999-8acf9590619c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OThlYTg1YzBjMTNkODVlZmMzZjJiMjFmNWE1MjgxYzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de091209-b0f9-4376-a886-3ab949130a31"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T04:14:19.698Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T04:14:19.698Z|37b5d1a5-12ec-4897-8955-29474e419932|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f7116f65-97ec-493b-8f9e-2d9f596aa381 ASDC
2022-03-31T04:14:19.698Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:371ad971-949c-4ffb-a9a8-288976d2f942
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f7116f65-97ec-493b-8f9e-2d9f596aa381
ServiceInvariantUUID:6f5e5235-6846-4bf1-82f3-cbac4e815d49
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:de091209-b0f9-4376-a886-3ab949130a31
ArtifactChecksum:OThlYTg1YzBjMTNkODVlZmMzZjJiMjFmNWE1MjgxYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:49af5301-b791-4059-a832-c8c8d4602321
ResourceInvariantUUID:34eca3a1-b0ac-4671-a505-28e232d9628c
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:58aa1399-859f-48ab-bebc-ccc4bb569789
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:fb89f524-f9ec-49e6-ad3e-a476890fbc4c
ArtifactChecksum:YTMxZGRhMThhM2ZlMjVlM2RkMWNjYzNhZDIwYjFmMzU=
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:59776ec8-257d-45d2-acb9-7894c230f7bd
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:a4c85020-62af-46ee-b999-8acf9590619c
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:a4c85020-62af-46ee-b999-8acf9590619c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T04:14:19.699Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7116f65-97ec-493b-8f9e-2d9f596aa381 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T04:14:19.734Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:14:19.735Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:14:19.736Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:14:19.736Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: de091209-b0f9-4376-a886-3ab949130a31 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-31T04:14:19.737Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:14:19.738Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:20.348Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:14:20.352Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar de091209-b0f9-4376-a886-3ab949130a31 78788
2022-03-31T04:14:20.352Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:20.352Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:20.352Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:14:20.352Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:20.354Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:20.354Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700060352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:14:20.454Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:14:20.455Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:20.455Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:20.475Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:20.475Z||pool-146-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:21.354Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:14:21.355Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-31T04:14:21.355Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: de091209-b0f9-4376-a886-3ab949130a31, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T04:14:21.356Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-31T04:14:21.356Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T04:14:21.356Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T04:14:21.501Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13037381782674647210/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-31T04:14:22.678Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T04:14:22.679Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-31T04:14:22.679Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T04:14:22.679Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T04:14:22.679Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.679Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.680Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.680Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.680Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.680Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.680Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.680Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.680Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.681Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-31T04:14:22.681Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:22.681Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.681Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T04:14:22.681Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-31T04:14:22.682Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:14:22.682Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:22.682Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.682Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T04:14:22.683Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-31T04:14:22.683Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:14:22.683Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:22.683Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.683Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:22.684Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-31T04:14:22.684Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-31T04:14:22.684Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-31T04:14:22.684Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-31T04:14:22.684Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T04:14:22.685Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T04:14:22.685Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:22.685Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.685Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:22.685Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T04:14:22.686Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:14:22.686Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:22.686Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T04:14:22.686Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:14:22.687Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:22.687Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T04:14:22.687Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:14:22.687Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:22.688Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-31T04:14:22.688Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-31T04:14:22.688Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T04:14:22.688Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=24e35205-6021-451c-ae6a-67c61ed186f8
2022-03-31T04:14:22.688Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:22.689Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.689Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:22.689Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.689Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:22.689Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.690Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:22.690Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.690Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f7116f65-97ec-493b-8f9e-2d9f596aa381
Model Version:NULL
Model InvariantUuid:6f5e5235-6846-4bf1-82f3-cbac4e815d49
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a3326cb3-5f44-49aa-a992-8f9e6489403b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:34eca3a1-b0ac-4671-a505-28e232d9628c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:49af5301-b791-4059-a832-c8c8d4602321
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:15789a0f-5b3a-456b-b679-f3e83714a2c8
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:884d8eba-6600-425a-815c-77448266e286
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:24e35205-6021-451c-ae6a-67c61ed186f8
ModelInvariantUuid:c755e95d-fced-40a5-89b4-2aea2ebaa9ed
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:980b3c8f-8ea3-48f2-857e-ea7521621364
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:79646ed4-6aa4-4f68-b83f-40bbb1d793ce
ModelInvariantUuid:eb42be1c-f590-4248-b753-480d4c765a14
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:42f69dcb-c6f5-4f85-a7ef-ac99c7739b00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T04:14:22.703Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 58aa1399-859f-48ab-bebc-ccc4bb569789
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:14:22.712Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-03-31T04:14:22.712Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 58aa1399-859f-48ab-bebc-ccc4bb569789
2022-03-31T04:14:22.713Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fb89f524-f9ec-49e6-ad3e-a476890fbc4c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-31T04:14:22.713Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:14:22.713Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.837Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:14:22.838Z|371ad971-949c-4ffb-a9a8-288976d2f942|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 fb89f524-f9ec-49e6-ad3e-a476890fbc4c 792
2022-03-31T04:14:22.838Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.839Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:22.839Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:14:22.839Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:22.841Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:22.841Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700062838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:14:22.941Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:14:22.942Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:22.942Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:22.956Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:22.957Z||pool-147-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:23.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:14:23.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:14:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:23.475Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:23.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699884152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:14:23.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:14:23.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac478b3-85fd-442c-ac4e-c57b72440612",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699915354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:14:23.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:14:23.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:14:23.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:14:23.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:14:23.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:14:23.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:14:23.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:14:23.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:14:23.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:14:23.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:14:23.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:14:23.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-31T04:14:23.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:14:23.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:14:23.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:14:23.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:14:23.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:14:23.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699924747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:14:23.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:14:23.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699927420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:14:23.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:14:23.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699928630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:14:23.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:14:23.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699929922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:14:23.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:14:23.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699931066,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:14:23.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:14:23.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699932069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T04:14:23.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:14:23.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699933072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-31T04:14:23.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:14:23.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T04:14:23.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699934076,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:14:23.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:14:23.842Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "15789a0f-5b3a-456b-b679-f3e83714a2c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "884d8eba-6600-425a-815c-77448266e286",
    "vfModuleModelCustomizationUUID": "2253cc7b-ee21-4e06-ade5-7b4e830c56ab",
    "isBase": true,
    "artifacts": [
      "59776ec8-257d-45d2-acb9-7894c230f7bd",
      "a4c85020-62af-46ee-b999-8acf9590619c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T04:14:23.845Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:884d8eba-6600-425a-815c-77448266e286
VfModuleModelInvariantUUID:15789a0f-5b3a-456b-b679-f3e83714a2c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
59776ec8-257d-45d2-acb9-7894c230f7bd
,
a4c85020-62af-46ee-b999-8acf9590619c

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

isBase:true


}

2022-03-31T04:14:23.848Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "15789a0f-5b3a-456b-b679-f3e83714a2c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "884d8eba-6600-425a-815c-77448266e286",
    "vfModuleModelCustomizationUUID": "2253cc7b-ee21-4e06-ade5-7b4e830c56ab",
    "isBase": true,
    "artifacts": [
      "59776ec8-257d-45d2-acb9-7894c230f7bd",
      "a4c85020-62af-46ee-b999-8acf9590619c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T04:14:23.848Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:884d8eba-6600-425a-815c-77448266e286
VfModuleModelInvariantUUID:15789a0f-5b3a-456b-b679-f3e83714a2c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
59776ec8-257d-45d2-acb9-7894c230f7bd
,
a4c85020-62af-46ee-b999-8acf9590619c

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

isBase:true


}

2022-03-31T04:14:23.849Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 59776ec8-257d-45d2-acb9-7894c230f7bd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-31T04:14:23.849Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:14:23.849Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:24.054Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:14:24.055Z|371ad971-949c-4ffb-a9a8-288976d2f942|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 59776ec8-257d-45d2-acb9-7894c230f7bd 5033
2022-03-31T04:14:24.055Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:24.055Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:24.055Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:14:24.055Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:24.057Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:24.057Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700064055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:14:24.157Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:14:24.158Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:24.158Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:24.172Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:24.172Z||pool-148-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:25.058Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a4c85020-62af-46ee-b999-8acf9590619c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-31T04:14:25.058Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-31T04:14:25.059Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:25.109Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-31T04:14:25.110Z|371ad971-949c-4ffb-a9a8-288976d2f942|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 a4c85020-62af-46ee-b999-8acf9590619c 903
2022-03-31T04:14:25.110Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:25.110Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:25.110Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:14:25.110Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:25.112Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:25.112Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700065110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:14:25.212Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:14:25.213Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:25.213Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:25.228Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:25.228Z||pool-149-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:26.113Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f7116f65-97ec-493b-8f9e-2d9f596aa381
2022-03-31T04:14:26.113Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 58aa1399-859f-48ab-bebc-ccc4bb569789 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:14:26.126Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f195db7, org.onap.sdc.toscaparser.api.parameters.Input@47994aa1, org.onap.sdc.toscaparser.api.parameters.Input@2d2e2fc3, org.onap.sdc.toscaparser.api.parameters.Input@2c69412e, org.onap.sdc.toscaparser.api.parameters.Input@291845f1]
2022-03-31T04:14:26.128Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.128Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:26.129Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-31T04:14:26.129Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 49af5301-b791-4059-a832-c8c8d4602321
2022-03-31T04:14:26.129Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49af5301-b791-4059-a832-c8c8d4602321 matches Tosca VF Customization UUID: 49af5301-b791-4059-a832-c8c8d4602321
2022-03-31T04:14:26.129Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 49af5301-b791-4059-a832-c8c8d4602321  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T04:14:26.133Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.133Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:26.134Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 49af5301-b791-4059-a832-c8c8d4602321: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-03-31T04:14:26.134Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ed3f35b
2022-03-31T04:14:26.134Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.134Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:26.135Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2253cc7b-ee21-4e06-ade5-7b4e830c56ab
2022-03-31T04:14:26.135Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2253cc7b-ee21-4e06-ade5-7b4e830c56ab
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T04:14:26.137Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.137Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T04:14:26.137Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:14:26.138Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.138Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T04:14:26.138Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:14:26.138Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.139Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-31T04:14:26.139Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-31T04:14:26.139Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T04:14:26.139Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=24e35205-6021-451c-ae6a-67c61ed186f8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T04:14:26.142Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.142Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T04:14:26.142Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T04:14:26.143Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.143Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T04:14:26.143Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=49af5301-b791-4059-a832-c8c8d4602321
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:14:26.144Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.145Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:26.145Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f7116f65-97ec-493b-8f9e-2d9f596aa381: basic_vm_macro
2022-03-31T04:14:26.145Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.145Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:26.145Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.146Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:26.146Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.146Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:26.146Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.146Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:26.147Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:14:26.147Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:26.147Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:26.251Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 58aa1399-859f-48ab-bebc-ccc4bb569789 1 ASDC deployResourceStructure
2022-03-31T04:14:26.252Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:26.252Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:26.252Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:14:26.252Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:26.254Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:26.254Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700066252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:14:26.354Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:14:26.355Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:26.356Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:26.378Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:26.378Z||pool-150-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:14:27.255Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:27.256Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:27.256Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:14:27.256Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:27.258Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:27.258Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700067255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T04:14:27.358Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:14:27.359Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:27.359Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:27.372Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:27.373Z||pool-151-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:28.259Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:28.259Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:28.260Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:14:28.260Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:28.262Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:28.263Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700068259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-31T04:14:28.362Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-31T04:14:28.363Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:28.363Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:28.377Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:28.378Z||pool-152-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:29.264Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:29.265Z|371ad971-949c-4ffb-a9a8-288976d2f942|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-03-31T04:14:29.265Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:14:29.265Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:14:29.269Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:14:29.269Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700069264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:14:29.369Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:14:29.369Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:14:29.369Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:14:29.382Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:14:29.383Z||pool-153-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:14:30.270Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 371ad971-949c-4ffb-a9a8-288976d2f942
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:14:30.278Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 371ad971-949c-4ffb-a9a8-288976d2f942
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:14:30.281Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:14:30.281Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T04:14:30.281Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T04:14:30.281Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T04:14:30.281Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:14:30.281Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:14:30.281Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:14:30.281Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:14:30.281Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:14:30.281Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:14:30.281Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:14:30.286Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T04:15:00.286Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 371ad971-949c-4ffb-a9a8-288976d2f942 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T04:15:00.291Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 371ad971-949c-4ffb-a9a8-288976d2f942 and serviceModelVersionId: f7116f65-97ec-493b-8f9e-2d9f596aa381
2022-03-31T04:15:00.291Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f5e5235-6846-4bf1-82f3-cbac4e815d49
2022-03-31T04:15:00.292Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f5e5235-6846-4bf1-82f3-cbac4e815d49/model-vers/model-ver/f7116f65-97ec-493b-8f9e-2d9f596aa381?depth=0
2022-03-31T04:15:00.296Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T04:15:00.332Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f5e5235-6846-4bf1-82f3-cbac4e815d49/model-vers/model-ver/f7116f65-97ec-493b-8f9e-2d9f596aa381?depth=0|INFO|500||Invoke
2022-03-31T04:15:00.333Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f5e5235-6846-4bf1-82f3-cbac4e815d49/model-vers/model-ver/f7116f65-97ec-493b-8f9e-2d9f596aa381?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f5e5235-6846-4bf1-82f3-cbac4e815d49/model-vers/model-ver/f7116f65-97ec-493b-8f9e-2d9f596aa381?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[371ad971-949c-4ffb-a9a8-288976d2f942], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ad93e7e4-5858-48c2-8094-bb7f7aba63c5], X-ECOMP-RequestID=[371ad971-949c-4ffb-a9a8-288976d2f942], X-TransactionId=[], X-ONAP-RequestID=[371ad971-949c-4ffb-a9a8-288976d2f942], Content-Type=[application/merge-patch+json]}
2022-03-31T04:15:00.350Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f5e5235-6846-4bf1-82f3-cbac4e815d49/model-vers/model-ver/f7116f65-97ec-493b-8f9e-2d9f596aa381?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T04:15:00.726Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f5e5235-6846-4bf1-82f3-cbac4e815d49/model-vers/model-ver/f7116f65-97ec-493b-8f9e-2d9f596aa381?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/6f5e5235-6846-4bf1-82f3-cbac4e815d49/model-vers/model-ver/f7116f65-97ec-493b-8f9e-2d9f596aa381?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220331-04:14:59:425-41433], vertex-id=[434320], Content-Length=[0], Date=[Thu, 31 Mar 2022 04:14:59 GMT], Content-Type=[application/json]}
2022-03-31T04:15:00.727Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f5e5235-6846-4bf1-82f3-cbac4e815d49/model-vers/model-ver/f7116f65-97ec-493b-8f9e-2d9f596aa381?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T04:15:00.727Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f5e5235-6846-4bf1-82f3-cbac4e815d49/model-vers/model-ver/f7116f65-97ec-493b-8f9e-2d9f596aa381?depth=0|INFO|500||InvokeReturn
2022-03-31T04:15:00.727Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T04:15:00.728Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:15:00.732Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T04:15:00.732Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 371ad971-949c-4ffb-a9a8-288976d2f942 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T04:15:00.732Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T04:15:00.733Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:15:00.734Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:15:00.734Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700100732,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:15:00.834Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:15:00.835Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:15:00.836Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:00.859Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:00.860Z||pool-154-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T04:15:01.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:15:01.747Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:15:01.747Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:06.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:06.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T04:15:06.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a231a9c3-b0cc-4cd1-85e9-cb95be09becc","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c76f8601-b417-4d4f-967f-0bf233617cf1","serviceDescription":"service","serviceInvariantUUID":"cdc528dc-0308-4d21-997d-9bed01c0aa30","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"99986d7c-5cd5-4b01-97ec-99f2adfa4daf","resourceInvariantUUID":"cc700f9e-b3df-4809-b4a1-1f7aa6819e4d","resourceCustomizationUUID":"e2243bfa-7b42-4dc4-a1bc-88eef4741785","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":"YmJlMTc1MzEyZGVmZjI3OTgwM2M3ZDEwMGZkMWM4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba228e25-c51a-4134-bfc6-4fa10097f902","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":"fd3faca3-3a7f-4e2c-a15a-1ba90d438728","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":"9ae8a7e7-5027-4ed8-b86c-69072364c750","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":"YjM5NGZmN2ZiMjA4NDIwZDFmOTk1NWVhY2I5MGI3ZDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"05f7ceec-89dc-4701-94b0-65d8bfc03279","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":"9681f947-e506-4473-b702-b8c029c2e783","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":"fdefe471-71d3-4ac7-9317-8a0466ae5c2e","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":"90b16755-52eb-47e4-9caf-8abfb3c9186a","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":"NGQ4MGZhMDRmODE3N2Y1ZWRlNTdmYjFiNTI0MDliMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65ba04ca-9854-4ae1-8912-562a696a6820","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTQ5ZmQyM2MwOTY0NWFlYWQ0ODA0ZGI4YWE1NWM0ZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50388d0d-8aed-4c44-975d-af54066927a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T04:15:06.086Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:15:06.086Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:15:06.088Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:15:06.088Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:15:06.188Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:15:06.189Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:15:06.189Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:06.209Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:06.209Z||pool-155-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:15:07.089Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:15:07.089Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:15:07.091Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:15:07.092Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:15:07.191Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:15:07.192Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:15:07.192Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:07.207Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:07.208Z||pool-156-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:15:08.092Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:15:08.094Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:15:08.096Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:15:08.097Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:15:08.196Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:15:08.197Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:15:08.197Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:08.220Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:08.221Z||pool-157-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:15:09.097Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:15:09.098Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:15:09.100Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:15:09.100Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:15:09.200Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:15:09.201Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:15:09.201Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:09.218Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:09.218Z||pool-158-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:15:10.100Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:15:10.101Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:15:10.103Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:15:10.103Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:15:10.203Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:15:10.205Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:15:10.205Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:10.237Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:10.237Z||pool-159-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:15:11.104Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:15:11.104Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:15:11.108Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:15:11.108Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:15:11.206Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-31T04:15:11.207Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:15:11.207Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:11.227Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:11.227Z||pool-160-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:15:12.109Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:15:12.110Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:15:12.112Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:15:12.112Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:15:12.213Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:15:12.217Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:15:12.218Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:12.239Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:12.240Z||pool-161-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:15:13.113Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:15:13.113Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:15:13.115Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:15:13.115Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:15:13.215Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:15:13.217Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:15:13.217Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:13.232Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:13.233Z||pool-162-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:15:14.116Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T04:15:14.117Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:15:14.119Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:15:14.119Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:15:14.219Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:15:14.220Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:15:14.221Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:14.239Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:14.240Z||pool-163-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-31T04:15:15.119Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c76f8601-b417-4d4f-967f-0bf233617cf1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cdc528dc-0308-4d21-997d-9bed01c0aa30",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e2243bfa-7b42-4dc4-a1bc-88eef4741785",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "99986d7c-5cd5-4b01-97ec-99f2adfa4daf",
      "resourceInvariantUUID": "cc700f9e-b3df-4809-b4a1-1f7aa6819e4d",
      "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": "MTQ5ZmQyM2MwOTY0NWFlYWQ0ODA0ZGI4YWE1NWM0ZjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50388d0d-8aed-4c44-975d-af54066927a6"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T04:15:15.120Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T04:15:15.120Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c76f8601-b417-4d4f-967f-0bf233617cf1 ASDC
2022-03-31T04:15:15.120Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a231a9c3-b0cc-4cd1-85e9-cb95be09becc
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c76f8601-b417-4d4f-967f-0bf233617cf1
ServiceInvariantUUID:cdc528dc-0308-4d21-997d-9bed01c0aa30
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:50388d0d-8aed-4c44-975d-af54066927a6
ArtifactChecksum:MTQ5ZmQyM2MwOTY0NWFlYWQ0ODA0ZGI4YWE1NWM0ZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e2243bfa-7b42-4dc4-a1bc-88eef4741785
ResourceInvariantUUID:cc700f9e-b3df-4809-b4a1-1f7aa6819e4d
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:99986d7c-5cd5-4b01-97ec-99f2adfa4daf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-31T04:15:15.120Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c76f8601-b417-4d4f-967f-0bf233617cf1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:15:15.152Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:15:15.153Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T04:15:15.153Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T04:15:15.153Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 50388d0d-8aed-4c44-975d-af54066927a6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-31T04:15:15.153Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-31T04:15:15.153Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-31T04:15:15.445Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-31T04:15:15.451Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 50388d0d-8aed-4c44-975d-af54066927a6 105632
2022-03-31T04:15:15.451Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-31T04:15:15.451Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-31T04:15:15.451Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T04:15:15.451Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:15:15.463Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:15:15.463Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700115451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:15:15.553Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-03-31T04:15:15.554Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:15:15.554Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:15.567Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:15.567Z||pool-164-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:15:16.463Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T04:15:16.464Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T04:15:16.464Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 50388d0d-8aed-4c44-975d-af54066927a6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-31T04:15:16.465Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-31T04:15:16.465Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-31T04:15:16.465Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-31T04:15:16.572Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5379466880554151889/Definitions/service-TestPnfMacro-template.yml
2022-03-31T04:15:17.356Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T04:15:17.356Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-31T04:15:17.356Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-31T04:15:17.356Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-31T04:15:17.356Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-31T04:15:17.356Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-31T04:15:17.356Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-31T04:15:17.356Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-31T04:15:17.357Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|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-TestPnfMacro-csar.csar
2022-03-31T04:15:17.357Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|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-TestPnfMacro-csar.csar
2022-03-31T04:15:17.357Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|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-TestPnfMacro-csar.csar
2022-03-31T04:15:17.357Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-31T04:15:17.357Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:15:17.357Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:15:17.357Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-31T04:15:17.357Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-31T04:15:17.357Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:15:17.357Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:15:17.358Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:15:17.358Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-31T04:15:17.358Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-31T04:15:17.358Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T04:15:17.359Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:15:17.359Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:15:17.360Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:15:17.360Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:15:17.361Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:15:17.361Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:15:17.362Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:15:17.362Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:15:17.363Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:15:17.363Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:15:17.363Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c76f8601-b417-4d4f-967f-0bf233617cf1
Model Version:NULL
Model InvariantUuid:cdc528dc-0308-4d21-997d-9bed01c0aa30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T04:15:17.376Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 99986d7c-5cd5-4b01-97ec-99f2adfa4daf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:15:17.380Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-03-31T04:15:17.380Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 99986d7c-5cd5-4b01-97ec-99f2adfa4daf
2022-03-31T04:15:17.381Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||No resources found for Service: c76f8601-b417-4d4f-967f-0bf233617cf1
2022-03-31T04:15:17.381Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c76f8601-b417-4d4f-967f-0bf233617cf1
2022-03-31T04:15:17.381Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 99986d7c-5cd5-4b01-97ec-99f2adfa4daf ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T04:15:17.389Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66f97810, org.onap.sdc.toscaparser.api.parameters.Input@50c6dff0, org.onap.sdc.toscaparser.api.parameters.Input@7086e422, org.onap.sdc.toscaparser.api.parameters.Input@4d5918db, org.onap.sdc.toscaparser.api.parameters.Input@604dc098]
2022-03-31T04:15:17.389Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:15:17.389Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:15:17.390Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c76f8601-b417-4d4f-967f-0bf233617cf1: test-pnf
2022-03-31T04:15:17.390Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||Processing PNF resource: 99986d7c-5cd5-4b01-97ec-99f2adfa4daf
2022-03-31T04:15:17.390Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T04:15:17.390Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T04:15:17.391Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||Resource customization UUID: e2243bfa-7b42-4dc4-a1bc-88eef4741785 is the same as notified resource customizationUUID: e2243bfa-7b42-4dc4-a1bc-88eef4741785
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-31T04:15:17.432Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 99986d7c-5cd5-4b01-97ec-99f2adfa4daf 0 ASDC deployResourceStructure
2022-03-31T04:15:17.432Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-31T04:15:17.433Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-31T04:15:17.433Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T04:15:17.434Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:15:17.437Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:15:17.437Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700117432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:15:17.537Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T04:15:17.537Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:15:17.537Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:17.552Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:17.552Z||pool-165-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T04:15:18.438Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:15:18.448Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:15:18.450Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:15:18.450Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T04:15:18.450Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T04:15:23.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:15:23.449Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:15:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:15:23.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:15:23.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db77e614-d7d3-4ea1-a9f4-2c071982e1c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699965583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:15:23.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:15:23.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:15:23.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:15:23.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-31T04:15:23.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:15:23.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-31T04:15:23.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:15:23.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:15:23.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:15:23.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:15:23.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:15:23.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:15:23.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:15:23.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-31T04:15:23.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:15:23.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:15:23.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:15:23.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:15:23.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:15:23.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699975788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:15:23.509Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:15:23.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699978230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:15:23.509Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:15:23.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699979523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:15:23.509Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699980735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699981836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699982945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699984085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699985089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-31T04:15:23.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:15:23.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699986092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:15:23.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:15:23.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699987095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T04:15:23.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:15:23.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699988099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-31T04:15:23.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:15:23.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:15:23.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699989112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:15:23.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:15:48.451Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:15:48.463Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:15:48.466Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:15:48.466Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T04:15:48.466Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T04:16:18.466Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:16:18.478Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:16:18.480Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:16:18.480Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T04:16:18.480Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T04:16:23.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:16:23.449Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:16:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:16:23.482Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:16:23.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:16:23.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37b5d1a5-12ec-4897-8955-29474e419932",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700050646,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:16:23.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:16:23.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:16:23.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:16:23.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:16:23.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:16:23.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T04:16:23.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:16:23.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:16:23.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:16:23.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:16:23.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:16:23.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:16:23.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:16:23.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:16:23.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-31T04:16:23.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:16:23.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:16:23.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:16:23.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:16:23.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:16:23.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:16:23.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:16:23.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:16:23.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648699866964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:16:23.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:16:23.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:16:23.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700060352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:16:23.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:16:23.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:16:23.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700062838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:16:23.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:16:48.481Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:16:48.497Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:16:48.499Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:16:48.500Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T04:16:48.500Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T04:17:18.500Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:17:18.509Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:17:18.511Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:17:18.511Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T04:17:18.511Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T04:17:23.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:17:23.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:17:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:17:23.992Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:17:23.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700064055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:17:23.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:23.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700065110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:17:23.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:23.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700066252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T04:17:23.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:23.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700067255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T04:17:23.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:23.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700068259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-31T04:17:23.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:23.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700069264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:17:23.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:23.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "dcae-sch",
  "timestamp": 1648700065982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:23.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648700068897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:23.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "cds",
  "timestamp": 1648700070111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:23.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "clamp",
  "timestamp": 1648700062053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:23.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "clamp",
  "timestamp": 1648700062053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:23.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648700068897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:23.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "dcae-sch",
  "timestamp": 1648700065982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:23.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "cds",
  "timestamp": 1648700070111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:23.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "clamp",
  "timestamp": 1648700062053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "cds",
  "timestamp": 1648700070111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "dcae-sch",
  "timestamp": 1648700065982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648700068897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "clamp",
  "timestamp": 1648700062053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "dcae-sch",
  "timestamp": 1648700065982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:23.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648700068897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "cds",
  "timestamp": 1648700070111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648700074833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "clamp",
  "timestamp": 1648700062053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "cds",
  "timestamp": 1648700070111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648700068897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "dcae-sch",
  "timestamp": 1648700065982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648700074833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "clamp",
  "timestamp": 1648700062053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "cds",
  "timestamp": 1648700070111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "dcae-sch",
  "timestamp": 1648700065982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648700068897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "aai-ml",
  "timestamp": 1648700076579,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648700074833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "clamp",
  "timestamp": 1648700062053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "cds",
  "timestamp": 1648700070111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648700068897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "dcae-sch",
  "timestamp": 1648700065982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "aai-ml",
  "timestamp": 1648700076579,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648700074833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "policy-id",
  "timestamp": 1648700077959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "clamp",
  "timestamp": 1648700062053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "cds",
  "timestamp": 1648700070111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "dcae-sch",
  "timestamp": 1648700065982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648700068897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "aai-ml",
  "timestamp": 1648700076579,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648700074833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "policy-id",
  "timestamp": 1648700077959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "clamp",
  "timestamp": 1648700062053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:17:24.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "cds",
  "timestamp": 1648700070111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "dcae-sch",
  "timestamp": 1648700065982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648700068897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "aai-ml",
  "timestamp": 1648700076579,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648700074833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "policy-id",
  "timestamp": 1648700077959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648700080515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "cds",
  "timestamp": 1648700081129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648700082313,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "aai-ml",
  "timestamp": 1648700076579,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648700074833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-31T04:17:24.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "policy-id",
  "timestamp": 1648700077959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648700080515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "aai-ml",
  "timestamp": 1648700076579,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "cds",
  "timestamp": 1648700082404,
  "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-03-31T04:17:24.017Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a231a9c3-b0cc-4cd1-85e9-cb95be09becc
2022-03-31T04:17:24.018Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a231a9c3-b0cc-4cd1-85e9-cb95be09becc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:17:24.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648700074833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "policy-id",
  "timestamp": 1648700077959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648700080515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "aai-ml",
  "timestamp": 1648700076579,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648700074833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648700084753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:17:24.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "policy-id",
  "timestamp": 1648700077959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648700080515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "aai-ml",
  "timestamp": 1648700076579,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "policy-id",
  "timestamp": 1648700077959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648700085757,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:17:24.053Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a231a9c3-b0cc-4cd1-85e9-cb95be09becc
2022-03-31T04:17:24.054Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a231a9c3-b0cc-4cd1-85e9-cb95be09becc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:17:24.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648700084688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:17:24.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:24.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648700080515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "aai-ml",
  "timestamp": 1648700076579,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "policy-id",
  "timestamp": 1648700077959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648700085717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648700080515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "aai-ml",
  "timestamp": 1648700086623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:17:24.063Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:24.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "policy-id",
  "timestamp": 1648700077959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:17:24.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648700086720,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:17:24.068Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a231a9c3-b0cc-4cd1-85e9-cb95be09becc
2022-03-31T04:17:24.068Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a231a9c3-b0cc-4cd1-85e9-cb95be09becc and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:17:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648700080515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648700080515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "policy-id",
  "timestamp": 1648700087895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:17:24.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648700080515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:17:24.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "policy-id",
  "timestamp": 1648700088900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:17:24.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:24.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "policy-id",
  "timestamp": 1648700089903,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:17:24.087Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a231a9c3-b0cc-4cd1-85e9-cb95be09becc
2022-03-31T04:17:24.088Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a231a9c3-b0cc-4cd1-85e9-cb95be09becc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:17:24.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "clamp",
  "timestamp": 1648700090322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:17:24.097Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:24.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "clamp",
  "timestamp": 1648700091336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:17:24.097Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:24.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "clamp",
  "timestamp": 1648700092340,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:17:24.102Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a231a9c3-b0cc-4cd1-85e9-cb95be09becc
2022-03-31T04:17:24.103Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a231a9c3-b0cc-4cd1-85e9-cb95be09becc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:17:24.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "aai-ml",
  "timestamp": 1648700092584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:17:24.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:24.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "aai-ml",
  "timestamp": 1648700093589,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T04:17:24.125Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a231a9c3-b0cc-4cd1-85e9-cb95be09becc
2022-03-31T04:17:24.125Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a231a9c3-b0cc-4cd1-85e9-cb95be09becc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T04:17:24.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371ad971-949c-4ffb-a9a8-288976d2f942",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700100732,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:17:24.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:24.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T04:17:24.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700101747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T04:17:24.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T04:17:24.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700115451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T04:17:24.143Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:24.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T04:17:24.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700117432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T04:17:24.144Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:17:48.512Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:17:48.523Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T04:17:48.525Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T04:17:48.525Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T04:17:48.525Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T04:17:48.525Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T04:17:48.525Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:17:48.525Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:17:48.525Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:17:48.525Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:17:48.526Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:17:48.526Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:17:48.526Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T04:17:48.526Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|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-03-31T04:17:48.530Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T04:18:18.530Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T04:18:18.536Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a231a9c3-b0cc-4cd1-85e9-cb95be09becc and serviceModelVersionId: c76f8601-b417-4d4f-967f-0bf233617cf1
2022-03-31T04:18:18.536Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cdc528dc-0308-4d21-997d-9bed01c0aa30
2022-03-31T04:18:18.542Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cdc528dc-0308-4d21-997d-9bed01c0aa30/model-vers/model-ver/c76f8601-b417-4d4f-967f-0bf233617cf1?depth=0
2022-03-31T04:18:18.547Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T04:18:18.587Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|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/cdc528dc-0308-4d21-997d-9bed01c0aa30/model-vers/model-ver/c76f8601-b417-4d4f-967f-0bf233617cf1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-31T04:18:18.589Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cdc528dc-0308-4d21-997d-9bed01c0aa30/model-vers/model-ver/c76f8601-b417-4d4f-967f-0bf233617cf1?depth=0|INFO|500||Invoke
2022-03-31T04:18:18.619Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cdc528dc-0308-4d21-997d-9bed01c0aa30/model-vers/model-ver/c76f8601-b417-4d4f-967f-0bf233617cf1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T04:18:19.074Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cdc528dc-0308-4d21-997d-9bed01c0aa30/model-vers/model-ver/c76f8601-b417-4d4f-967f-0bf233617cf1?depth=0|INFO|500||InvokeReturn
2022-03-31T04:18:19.075Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|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/cdc528dc-0308-4d21-997d-9bed01c0aa30/model-vers/model-ver/c76f8601-b417-4d4f-967f-0bf233617cf1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-04:18:17:690-74974], vertex-id=[250024], Content-Length=[0], Date=[Thu, 31 Mar 2022 04:18:17 GMT], Content-Type=[application/json]}
2022-03-31T04:18:19.075Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T04:18:19.076Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T04:18:19.076Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|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-03-31T04:18:19.083Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|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-03-31T04:18:19.084Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a231a9c3-b0cc-4cd1-85e9-cb95be09becc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T04:18:19.084Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T04:18:19.085Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T04:18:19.087Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T04:18:19.087Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700299084,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:18:19.187Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T04:18:19.188Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T04:18:19.188Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:18:19.210Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:18:19.211Z||pool-166-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-03-31T04:18:20.102Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:18:20.103Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:18:20.103Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:18:23.449Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:18:23.449Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:18:23.449Z|aa731333-c38d-4216-aea1-63be99efcc2a|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:18:24.088Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:18:24.088Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T04:18:24.089Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a231a9c3-b0cc-4cd1-85e9-cb95be09becc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648700299084,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T04:18:24.089Z|aa731333-c38d-4216-aea1-63be99efcc2a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T04:18:30.334Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:18:30.335Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:18:30.336Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:18:30.336Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:18:39.888Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:18:39.889Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:18:39.889Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:18:39.889Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:18:49.440Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:18:49.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:18:49.441Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:18:49.441Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:18:58.982Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:18:58.982Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:18:58.983Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:18:58.983Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:19:08.565Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:19:08.566Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:19:08.567Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:19:08.567Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:19:18.118Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:19:18.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:19:18.120Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:19:18.120Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:19:23.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:19:23.450Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:19:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:19:27.664Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:19:27.665Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:19:27.666Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:19:27.666Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:19:32.994Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:19:37.221Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:20:23.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:20:23.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:20:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:20:23.448Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:20:23.449Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:20:23.449Z|371ad971-949c-4ffb-a9a8-288976d2f942|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:20:33.004Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:20:33.005Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:21:23.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:21:23.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:21:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:21:23.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:21:23.449Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:21:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:21:33.008Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:21:33.036Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:22:23.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:22:23.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:22:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:22:23.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:22:23.449Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:22:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:22:33.013Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:22:33.014Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:23:23.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:23:23.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:23:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:23:23.448Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:23:23.449Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:23:23.449Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:23:33.017Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:23:33.018Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:24:23.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:24:23.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:24:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:24:23.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:24:23.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:24:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:24:32.998Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:24:33.003Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:25:23.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:25:23.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:25:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:25:23.448Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:25:23.449Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:25:23.449Z|371ad971-949c-4ffb-a9a8-288976d2f942|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:25:33.011Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:25:33.012Z|371ad971-949c-4ffb-a9a8-288976d2f942|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:26:23.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:26:23.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:26:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:26:23.448Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:26:23.449Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:26:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:26:33.017Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:26:33.017Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:27:23.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:27:23.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:27:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:27:23.448Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:27:23.449Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:27:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:27:33.014Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:27:33.015Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:28:23.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:28:23.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:28:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:28:23.448Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:28:23.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:28:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:28:32.998Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:28:32.998Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:29:23.446Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:29:23.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:29:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:29:23.449Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:29:23.449Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:29:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:29:33.013Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:29:33.031Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:30:23.446Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:30:23.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:30:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:30:23.448Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:30:23.449Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:30:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:30:32.996Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:30:32.998Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:31:23.446Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:31:23.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:31:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:31:23.449Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:31:23.449Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:31:23.449Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:31:33.000Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:31:33.004Z|a231a9c3-b0cc-4cd1-85e9-cb95be09becc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:32:23.446Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:32:23.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:32:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:32:23.448Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T04:32:23.449Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T04:32:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T04:32:33.014Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T04:32:33.014Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK