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-10T05:18:18.780Z||main|||||INFO|500||The following profiles are active: basic
2022-03-10T05:18:33.209Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-10T05:18:33.210Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-10T05:18:33.397Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-10T05:18:38.830Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-10T05:18:39.323Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-10T05:18:39.947Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-10T05:18:39.958Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-10T05:18:40.116Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-10T05:18:40.386Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-10T05:18:41.038Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-10T05:18:42.923Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-10T05:18:45.786Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-10T05:18:45.860Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-10T05:18:46.708Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-10T05:18:46.915Z||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-10T05:18:48.667Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-10T05:18:49.869Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-10T05:18:49.889Z||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$$51610b81.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-10T05:18:49.890Z||main|||||WARN|500||The sdc end point is not alive
2022-03-10T05:18:53.657Z||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-10T05:18:57.561Z||main|||||WARN|500||---
2022-03-10T05:18:57.561Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-10T05:18:57.562Z||main|||||WARN|500||---
2022-03-10T05:18:58.027Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-10T05:19:05.591Z||main|||||INFO|500||Started Application in 50.258 seconds (JVM running for 52.498)
2022-03-10T05:19:05.648Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T05:19:05.660Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T05:19:05.688Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T05:19:05.744Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T05:19:05.828Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87c632fe-762e-495c-909f-7d26b29133ac url= /sdc/v1/artifactTypes
2022-03-10T05:19:05.829Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T05:19:06.311Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-10T05:19:06.355Z||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-10T05:19:06.407Z||scheduling-1|||||DEBUG|500||create keys
2022-03-10T05:19:06.417Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-10T05:19:06.459Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:19:06.492Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2ac2a6d8-5bb9-4e0e-95cd-3e093450ba35 url= /sdc/v1/registerForDistribution
2022-03-10T05:19:06.693Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2ac2a6d8-5bb9-4e0e-95cd-3e093450ba35 url= /sdc/v1/registerForDistribution
2022-03-10T05:19:06.693Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-10T05:19:06.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:19:06.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:19:06.748Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-10T05:19:06.830Z||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-10T05:19:06.831Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:19:06.833Z||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-10T05:19:06.834Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:19:17.133Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:19:17.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:20:06.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:20:06.736Z||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-10T05:20:06.736Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:20:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:20:06.740Z||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-10T05:20:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:20:16.308Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:20:16.309Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:21:06.732Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:21:06.735Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T05:21:06.735Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:21:06.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:21:06.739Z||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-10T05:21:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:21:16.294Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:21:16.294Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:22:06.732Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:22:06.733Z||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-10T05:22:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:22:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:22:06.739Z||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-10T05:22:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:22:16.294Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:22:16.330Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:23:06.731Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:23:06.733Z||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-10T05:23:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:23:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:23:06.739Z||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-10T05:23:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:23:16.285Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:23:16.286Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:24:06.731Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:24:06.734Z||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-10T05:24:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:24:06.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:24:06.739Z||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-10T05:24:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:24:16.305Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:24:16.307Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:25:06.733Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:25:06.735Z||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-10T05:25:06.736Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:25:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:25:06.739Z||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-10T05:25:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:25:16.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:25:16.299Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:26:06.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:26:06.734Z||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-10T05:26:06.735Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:26:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:26:06.741Z||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-10T05:26:06.741Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:26:16.338Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:26:16.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:27:06.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:27:06.733Z||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-10T05:27:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:27:06.738Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:27:06.739Z||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-10T05:27:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:27:16.297Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:27:16.312Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:28:06.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:28:06.733Z||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-10T05:28:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:28:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:28:06.739Z||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-10T05:28:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:28:16.320Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:28:16.320Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:28:57.188Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-10T05:29:06.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:29:06.733Z||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-10T05:29:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:29:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:29:06.740Z||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-10T05:29:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:29:16.289Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:29:16.294Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:30:06.731Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:30:06.732Z||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-10T05:30:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:30:06.738Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:30:06.740Z||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-10T05:30:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:30:16.286Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:30:16.296Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:31:06.731Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:31:06.732Z||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-10T05:31:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:31:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:31:06.739Z||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-10T05:31:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:31:16.287Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:31:16.290Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:32:06.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:32:06.733Z||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-10T05:32:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:32:06.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:32:06.739Z||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-10T05:32:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:32:16.292Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:32:16.292Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:33:06.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:33:06.733Z||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-10T05:33:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:33:06.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:33:06.739Z||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-10T05:33:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:33:16.294Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:33:16.320Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:34:06.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:34:06.733Z||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-10T05:34:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:34:06.738Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:34:06.739Z||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-10T05:34:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:34:16.310Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:34:16.315Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:35:06.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:35:06.733Z||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-10T05:35:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:35:06.738Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:35:06.739Z||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-10T05:35:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:35:16.284Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:35:16.289Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:36:06.731Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:36:06.733Z||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-10T05:36:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:36:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:36:06.740Z||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-10T05:36:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:36:16.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:36:16.312Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:37:06.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:37:06.733Z||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-10T05:37:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:37:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:37:06.739Z||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-10T05:37:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:37:16.285Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:37:16.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:38:06.731Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:38:06.733Z||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-10T05:38:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:38:06.738Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:38:06.739Z||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-10T05:38:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:38:16.279Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:38:16.286Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:39:06.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:39:06.733Z||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-10T05:39:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:39:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:39:06.739Z||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-10T05:39:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:39:16.294Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:39:16.293Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:40:06.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:40:06.734Z||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-10T05:40:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:40:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:40:06.739Z||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-10T05:40:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:40:16.331Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:40:16.337Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:41:06.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:41:06.734Z||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-10T05:41:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:41:06.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:41:06.740Z||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-10T05:41:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:41:16.292Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:41:16.292Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:42:06.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:42:06.734Z||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-10T05:42:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:42:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:42:06.739Z||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-10T05:42:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:42:16.288Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:42:16.291Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:43:06.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:43:06.734Z||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-10T05:43:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:43:06.738Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:43:06.740Z||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-10T05:43:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:43:16.293Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:43:16.293Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:44:06.732Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:44:06.733Z||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-10T05:44:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:44:06.739Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:44:06.739Z||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-10T05:44:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:44:16.321Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:44:16.327Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:45:06.732Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:45:06.733Z||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-10T05:45:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:45:06.738Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:45:06.739Z||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-10T05:45:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:45:16.296Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:45:16.318Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:46:06.731Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:46:06.733Z||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-10T05:46:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:46:06.738Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:46:06.739Z||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-10T05:46:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:46:16.288Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:46:16.293Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:47:06.732Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:47:06.733Z||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-10T05:47:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:47:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:47:06.739Z||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-10T05:47:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:47:16.314Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:47:16.314Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:06.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:48:06.733Z||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-10T05:48:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:48:06.739Z||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-10T05:48:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:07.359Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:07.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:48:07.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891282422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:48:07.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:07.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T05:48:07.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd5f6d23-8ac5-4000-ae2e-40eb00d4294b","serviceName":"basic_onboard_gnEhgn","serviceVersion":"1.0","serviceUUID":"5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59","serviceDescription":"service","serviceInvariantUUID":"fc6317f9-2d79-4031-9ea6-444bb17aed30","resources":[{"resourceInstanceName":"basic_onboard_gnEhgn 0","resourceName":"basic_onboard_gnEhgn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c082c7e0-5ede-46d4-8684-e3a3a567c0f3","resourceInvariantUUID":"9a07310d-509f-4173-a58d-5822231a648b","resourceCustomizationUUID":"66a78cde-9aa8-44b0-b889-43ff72bfcfc1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vf-license-model.xml","artifactChecksum":"M2EwN2I2ODZlMDg0N2Y3YTY5NWU4ZjU0NzdlNTc4ZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64483692-6f34-4570-b708-1d121b03f95d","artifactVersion":"1"},{"artifactName":"basic_onboard_gnehgn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json","artifactChecksum":"MTkxYWIzY2VlYzFiY2Q3Y2Y2YjI3NzU4MDk5NDkzYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0335c32-62a8-482f-a644-ee1151844a3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"40a9c260-bc08-495d-b72b-d2ab1ef41e20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"532c8f9f-c381-404c-a1c9-6548e8d6b937","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"09268f2b-ef08-4c6d-8342-31b3b2673fef","artifactVersion":"2","generatedFromUUID":"40a9c260-bc08-495d-b72b-d2ab1ef41e20"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGnehgn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-template.yml","artifactChecksum":"MmU0MDA4ODA1YWNlM2JlZWMyOGU1MTc4Y2M2OGUwODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fab96c33-8df2-412d-a4dd-8fc85630ed13","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGnehgn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar","artifactChecksum":"YzQxMTgzZDA1ODgyMjlkODk5M2M4OTAxNTc0YWNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76c18320-29eb-4582-8a36-155bbf3d148d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T05:48:07.393Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:48:07.402Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:07.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:48:07.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:48:07.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "policy-id",
  "timestamp": 1646891280153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:48:07.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:48:07.417Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:07.417Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:48:07.518Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-10T05:48:07.524Z||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-10T05:48:07.525Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:07.538Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:07.541Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:48:08.428Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:48:08.428Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:08.431Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:08.431Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T05:48:08.531Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:48:08.532Z||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-10T05:48:08.532Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:08.547Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:08.547Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:48:09.433Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:48:09.434Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:09.436Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:09.437Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T05:48:09.537Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:48:09.539Z||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-10T05:48:09.540Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:09.557Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:09.558Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-10T05:48:10.444Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:48:10.445Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:10.448Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:10.449Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:48:10.549Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:48:10.550Z||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-10T05:48:10.550Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:10.570Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:10.571Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-10T05:48:11.450Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:48:11.450Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:11.453Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:11.454Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T05:48:11.554Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:48:11.555Z||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-10T05:48:11.555Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:11.569Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:11.570Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-10T05:48:12.454Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:48:12.456Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:12.458Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:12.458Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:48:12.559Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:48:12.560Z||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-10T05:48:12.560Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:12.575Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:12.577Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-10T05:48:13.459Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:48:13.460Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:13.463Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:13.463Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:48:13.563Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T05:48:13.564Z||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-10T05:48:13.565Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:13.576Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:13.577Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:48:14.466Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "serviceName": "basic_onboard_gnEhgn",
  "serviceVersion": "1.0",
  "serviceUUID": "5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fc6317f9-2d79-4031-9ea6-444bb17aed30",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_gnEhgn 0",
      "resourceCustomizationUUID": "66a78cde-9aa8-44b0-b889-43ff72bfcfc1",
      "resourceName": "basic_onboard_gnEhgn",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c082c7e0-5ede-46d4-8684-e3a3a567c0f3",
      "resourceInvariantUUID": "9a07310d-509f-4173-a58d-5822231a648b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gnehgn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
          "artifactChecksum": "MTkxYWIzY2VlYzFiY2Q3Y2Y2YjI3NzU4MDk5NDkzYjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c0335c32-62a8-482f-a644-ee1151844a3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "40a9c260-bc08-495d-b72b-d2ab1ef41e20",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "09268f2b-ef08-4c6d-8342-31b3b2673fef",
            "generatedFromUUID": "40a9c260-bc08-495d-b72b-d2ab1ef41e20"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "09268f2b-ef08-4c6d-8342-31b3b2673fef",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGnehgn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
      "artifactChecksum": "YzQxMTgzZDA1ODgyMjlkODk5M2M4OTAxNTc0YWNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76c18320-29eb-4582-8a36-155bbf3d148d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T05:48:14.467Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T05:48:14.468Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59 ASDC
2022-03-10T05:48:14.602Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
ServiceName:basic_onboard_gnEhgn
ServiceVersion:1.0
ServiceUUID:5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59
ServiceInvariantUUID:fc6317f9-2d79-4031-9ea6-444bb17aed30
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGnehgn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar
ArtifactUUID:76c18320-29eb-4582-8a36-155bbf3d148d
ArtifactChecksum:YzQxMTgzZDA1ODgyMjlkODk5M2M4OTAxNTc0YWNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gnEhgn 0
ResourceCustomizationUUID:66a78cde-9aa8-44b0-b889-43ff72bfcfc1
ResourceInvariantUUID:9a07310d-509f-4173-a58d-5822231a648b
ResourceName:basic_onboard_gnEhgn
ResourceType:VF
ResourceUUID:c082c7e0-5ede-46d4-8684-e3a3a567c0f3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gnehgn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json
ArtifactUUID:c0335c32-62a8-482f-a644-ee1151844a3c
ArtifactChecksum:MTkxYWIzY2VlYzFiY2Q3Y2Y2YjI3NzU4MDk5NDkzYjk=
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/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:40a9c260-bc08-495d-b72b-d2ab1ef41e20
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/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env
ArtifactUUID:09268f2b-ef08-4c6d-8342-31b3b2673fef
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/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env
ArtifactUUID:09268f2b-ef08-4c6d-8342-31b3b2673fef
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T05:48:14.603Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59 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-10T05:48:14.882Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T05:48:14.883Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T05:48:14.885Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T05:48:14.885Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 76c18320-29eb-4582-8a36-155bbf3d148d from URL: /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:14.885Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T05:48:14.886Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:15.110Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T05:48:15.130Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar 76c18320-29eb-4582-8a36-155bbf3d148d 71581
2022-03-10T05:48:15.132Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar ASDC sendASDCNotification
2022-03-10T05:48:15.132Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:15.134Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T05:48:15.135Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:15.138Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:15.139Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891295130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:48:15.238Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T05:48:15.239Z||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-10T05:48:15.240Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:15.259Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:15.260Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-10T05:48:16.139Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T05:48:16.141Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T05:48:16.141Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 76c18320-29eb-4582-8a36-155bbf3d148d, URL: /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar to file: /app/ASDC/1/service-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:16.143Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:16.252Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:16.253Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:16.868Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1922697036583188664/Definitions/service-BasicOnboardGnehgn-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-10T05:48:18.596Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T05:48:18.601Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T05:48:18.601Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:18.601Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-10T05:48:18.601Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|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-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:18.601Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|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-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:18.602Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|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-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:18.602Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|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-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:18.602Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|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-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:18.602Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|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-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:18.602Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|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-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:18.602Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_gnEhgn 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-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:18.602Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|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-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:18.602Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T05:48:18.609Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:18.611Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:18.615Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_gnEhgn 0 is matching search criteria
2022-03-10T05:48:18.615Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T05:48:18.617Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_gnEhgn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T05:48:18.619Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:18.619Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:18.620Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_gnEhgn 0 is matching search criteria
2022-03-10T05:48:18.620Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T05:48:18.620Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_gnEhgn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T05:48:18.621Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:18.621Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:18.626Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:18.627Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_gnEhgn 0 is not matching search criteria
2022-03-10T05:48:18.627Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-10T05:48:18.627Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-10T05:48:18.628Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-10T05:48:18.628Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T05:48:18.628Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T05:48:18.629Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:18.629Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T05:48:18.631Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:18.631Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_gnEhgn 0 is matching search criteria
2022-03-10T05:48:18.632Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_gnEhgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:48:18.632Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:18.633Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_gnEhgn 0 is matching search criteria
2022-03-10T05:48:18.633Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_gnEhgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:48:18.633Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:18.634Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_gnEhgn 0 is matching search criteria
2022-03-10T05:48:18.634Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_gnEhgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:48:18.634Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:18.635Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_gnEhgn 0 is not matching search criteria
2022-03-10T05:48:18.635Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-10T05:48:18.635Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T05:48:18.636Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3fc795ef-d735-45e8-b548-0ed08cf69fe6
2022-03-10T05:48:18.636Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:18.636Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:18.637Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:18.637Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:18.637Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:18.638Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:18.638Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:18.638Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:18.639Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_gnEhgn
Description:service
Model UUID:5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59
Model Version:NULL
Model InvariantUuid:fc6317f9-2d79-4031-9ea6-444bb17aed30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_gnEhgn
Model UUID:a85cf1da-f8fe-45aa-b08d-c2d5b3e2088b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9a07310d-509f-4173-a58d-5822231a648b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:66a78cde-9aa8-44b0-b889-43ff72bfcfc1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:962f97bc-5b5a-4dfb-a270-605f3aeeb3b7
ModelName:BasicOnboardGnehgn..base_ubuntu18..module-0
ModelUuid:eb7554fa-0730-45f8-b598-13651bb70520
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3fc795ef-d735-45e8-b548-0ed08cf69fe6
ModelInvariantUuid:280de044-c7f5-4fdc-bc4c-3daf7b6a2c01
ModelName:basic_onboard_gnEhgn-nodes.ubuntu18Cvfc
ModelUuid:644a9739-586c-4ffe-bcab-87ccf69b1108
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:01136233-8d42-4a8a-a059-f58bf5afb153
ModelInvariantUuid:974ddd21-6af3-4d33-bdd3-de319df775a4
ModelName:BasicOnboardGnehgn.compute.nodes.heat.ubuntu18
ModelUuid:250b9b8e-60c4-4281-85b6-346531bf68a5
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-10T05:48:18.680Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c082c7e0-5ede-46d4-8684-e3a3a567c0f3
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-10T05:48:18.830Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||basic_onboard_gnEhgn 0
2022-03-10T05:48:18.838Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c082c7e0-5ede-46d4-8684-e3a3a567c0f3
2022-03-10T05:48:18.838Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c0335c32-62a8-482f-a644-ee1151844a3c from URL: /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json
2022-03-10T05:48:18.839Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T05:48:18.839Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json
2022-03-10T05:48:19.103Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T05:48:19.104Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json c0335c32-62a8-482f-a644-ee1151844a3c 798
2022-03-10T05:48:19.105Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json ASDC sendASDCNotification
2022-03-10T05:48:19.105Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json
2022-03-10T05:48:19.105Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T05:48:19.106Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:19.109Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:19.109Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891299105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:48:19.209Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:48:19.211Z||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-10T05:48:19.211Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:19.223Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:19.224Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:48:20.111Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGnehgn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "962f97bc-5b5a-4dfb-a270-605f3aeeb3b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb7554fa-0730-45f8-b598-13651bb70520",
    "vfModuleModelCustomizationUUID": "84d5a22c-fffb-4759-9f66-62ed5e769f88",
    "isBase": true,
    "artifacts": [
      "40a9c260-bc08-495d-b72b-d2ab1ef41e20",
      "09268f2b-ef08-4c6d-8342-31b3b2673fef"
    ],
    "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-10T05:48:20.129Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGnehgn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb7554fa-0730-45f8-b598-13651bb70520
VfModuleModelInvariantUUID:962f97bc-5b5a-4dfb-a270-605f3aeeb3b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
40a9c260-bc08-495d-b72b-d2ab1ef41e20
,
09268f2b-ef08-4c6d-8342-31b3b2673fef

}
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-10T05:48:20.132Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGnehgn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "962f97bc-5b5a-4dfb-a270-605f3aeeb3b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb7554fa-0730-45f8-b598-13651bb70520",
    "vfModuleModelCustomizationUUID": "84d5a22c-fffb-4759-9f66-62ed5e769f88",
    "isBase": true,
    "artifacts": [
      "40a9c260-bc08-495d-b72b-d2ab1ef41e20",
      "09268f2b-ef08-4c6d-8342-31b3b2673fef"
    ],
    "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-10T05:48:20.133Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGnehgn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb7554fa-0730-45f8-b598-13651bb70520
VfModuleModelInvariantUUID:962f97bc-5b5a-4dfb-a270-605f3aeeb3b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
40a9c260-bc08-495d-b72b-d2ab1ef41e20
,
09268f2b-ef08-4c6d-8342-31b3b2673fef

}
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-10T05:48:20.133Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 40a9c260-bc08-495d-b72b-d2ab1ef41e20 from URL: /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml
2022-03-10T05:48:20.133Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T05:48:20.133Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml
2022-03-10T05:48:20.302Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T05:48:20.302Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml 40a9c260-bc08-495d-b72b-d2ab1ef41e20 5033
2022-03-10T05:48:20.303Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-10T05:48:20.303Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml
2022-03-10T05:48:20.303Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T05:48:20.304Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:20.306Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:20.306Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891300303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:48:20.406Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T05:48:20.407Z||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-10T05:48:20.408Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:20.421Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:20.422Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:48:21.308Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 09268f2b-ef08-4c6d-8342-31b3b2673fef from URL: /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env
2022-03-10T05:48:21.309Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T05:48:21.309Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env
2022-03-10T05:48:21.502Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T05:48:21.503Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env 09268f2b-ef08-4c6d-8342-31b3b2673fef 909
2022-03-10T05:48:21.503Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-10T05:48:21.503Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env
2022-03-10T05:48:21.504Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T05:48:21.504Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:21.507Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:21.507Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891301503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:48:21.608Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T05:48:21.609Z||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-10T05:48:21.609Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:21.627Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:21.627Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:48:22.508Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59
2022-03-10T05:48:22.509Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_gnEhgn 0 c082c7e0-5ede-46d4-8684-e3a3a567c0f3 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-10T05:48:22.549Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@277c5fcf, org.onap.sdc.toscaparser.api.parameters.Input@6a5cf873, org.onap.sdc.toscaparser.api.parameters.Input@212b5a5c, org.onap.sdc.toscaparser.api.parameters.Input@310af7bd, org.onap.sdc.toscaparser.api.parameters.Input@74cd4474]
2022-03-10T05:48:22.553Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.553Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:22.554Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-10T05:48:22.554Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 66a78cde-9aa8-44b0-b889-43ff72bfcfc1
2022-03-10T05:48:22.554Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66a78cde-9aa8-44b0-b889-43ff72bfcfc1 matches Tosca VF Customization UUID: 66a78cde-9aa8-44b0-b889-43ff72bfcfc1
2022-03-10T05:48:22.554Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 66a78cde-9aa8-44b0-b889-43ff72bfcfc1  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-10T05:48:22.561Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.561Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:22.562Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 66a78cde-9aa8-44b0-b889-43ff72bfcfc1: {\"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-10T05:48:22.562Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1526e2ab
2022-03-10T05:48:22.562Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.562Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T05:48:22.563Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84d5a22c-fffb-4759-9f66-62ed5e769f88
2022-03-10T05:48:22.564Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84d5a22c-fffb-4759-9f66-62ed5e769f88
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-10T05:48:22.569Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.570Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_gnEhgn 0 is matching search criteria
2022-03-10T05:48:22.570Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_gnEhgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:48:22.571Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.571Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_gnEhgn 0 is matching search criteria
2022-03-10T05:48:22.571Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_gnEhgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:48:22.571Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.572Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_gnEhgn 0 is not matching search criteria
2022-03-10T05:48:22.572Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-10T05:48:22.572Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T05:48:22.572Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3fc795ef-d735-45e8-b548-0ed08cf69fe6
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-10T05:48:22.584Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.584Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_gnEhgn 0 is matching search criteria
2022-03-10T05:48:22.584Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_gnEhgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:48:22.585Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.585Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_gnEhgn 0 is matching search criteria
2022-03-10T05:48:22.585Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_gnEhgn 0] matching following query criteria: sdcType=VF, customizationUUID=66a78cde-9aa8-44b0-b889-43ff72bfcfc1
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-10T05:48:22.588Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.588Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:22.588Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59: basic_onboard_gnEhgn
2022-03-10T05:48:22.589Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.589Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:22.589Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.589Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:22.589Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.590Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:22.590Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.590Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:22.590Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:48:22.591Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_gnEhgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:48:22.591Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_gnEhgn 
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-10T05:48:22.810Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_gnEhgn c082c7e0-5ede-46d4-8684-e3a3a567c0f3 1 ASDC deployResourceStructure
2022-03-10T05:48:22.811Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json ASDC sendASDCNotification
2022-03-10T05:48:22.811Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json
2022-03-10T05:48:22.811Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T05:48:22.812Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:22.814Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:22.814Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891302810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T05:48:22.914Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:48:22.915Z||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-10T05:48:22.915Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:22.926Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:22.927Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:48:23.817Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-10T05:48:23.818Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml
2022-03-10T05:48:23.819Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T05:48:23.819Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:23.821Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:23.821Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891303817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T05:48:23.922Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:48:23.923Z||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-10T05:48:23.923Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:23.938Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:23.939Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:48:24.823Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-10T05:48:24.823Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env
2022-03-10T05:48:24.824Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T05:48:24.824Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:24.827Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:24.827Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891304823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-10T05:48:24.927Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:48:24.929Z||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-10T05:48:24.929Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:24.942Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:24.943Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:48:25.829Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar ASDC sendASDCNotification
2022-03-10T05:48:25.829Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar
2022-03-10T05:48:25.829Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T05:48:25.831Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:48:25.834Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:48:25.834Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891305829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:48:25.934Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:48:25.935Z||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-10T05:48:25.936Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:48:25.949Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:48:25.949Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:48:26.835Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:48:26.868Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:48:26.870Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T05:48:26.870Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T05:48:26.871Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T05:48:56.871Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:48:56.889Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:48:56.894Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T05:48:56.894Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T05:48:56.895Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T05:49:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:49:06.739Z||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-10T05:49:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:49:06.766Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:49:06.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:49:06.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891282422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:49:06.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:49:26.895Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:49:26.909Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:49:26.912Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T05:49:26.912Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T05:49:26.913Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T05:49:56.913Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:49:56.929Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:49:56.935Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T05:49:56.936Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T05:49:56.937Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T05:50:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:50:06.740Z||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-10T05:50:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:50:06.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:50:06.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:50:06.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891286815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:50:06.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:50:26.938Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:50:26.952Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:50:26.955Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T05:50:26.955Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T05:50:26.955Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T05:50:56.956Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:50:56.969Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:50:56.973Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T05:50:56.974Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T05:50:56.974Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T05:51:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:51:06.740Z||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-10T05:51:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:51:06.775Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:51:06.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "policy-id",
  "timestamp": 1646891280153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891282422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891286815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "policy-id",
  "timestamp": 1646891280153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "cds",
  "timestamp": 1646891288063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891282422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "policy-id",
  "timestamp": 1646891280153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891286815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "cds",
  "timestamp": 1646891288063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891282422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891286815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "policy-id",
  "timestamp": 1646891280153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "cds",
  "timestamp": 1646891288063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891290179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891282422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891286815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "policy-id",
  "timestamp": 1646891280153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "cds",
  "timestamp": 1646891288063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891290179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891282422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "policy-id",
  "timestamp": 1646891280153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891286815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "cds",
  "timestamp": 1646891288063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891290179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891286815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891286731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "cds",
  "timestamp": 1646891288063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891290179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891294483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:51:06.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "policy-id",
  "timestamp": 1646891294111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:51:06.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "cds",
  "timestamp": 1646891288063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891294797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:51:06.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891290179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891295130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:51:06.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "policy-id",
  "timestamp": 1646891295123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:51:06.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891296000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:51:06.803Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "cds",
  "timestamp": 1646891296012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:51:06.803Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891290179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "policy-id",
  "timestamp": 1646891296128,
  "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-10T05:51:06.813Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
2022-03-10T05:51:06.815Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5f6d23-8ac5-4000-ae2e-40eb00d4294b 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-10T05:51:06.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "cds",
  "timestamp": 1646891297036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-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-10T05:51:06.829Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
2022-03-10T05:51:06.830Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5f6d23-8ac5-4000-ae2e-40eb00d4294b 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-10T05:51:06.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891297185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:51:06.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891290179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891298279,
  "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-10T05:51:06.848Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
2022-03-10T05:51:06.848Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5f6d23-8ac5-4000-ae2e-40eb00d4294b 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-10T05:51:06.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891299219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:51:06.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891299285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T05:51:06.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891299105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:51:06.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891300226,
  "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-10T05:51:06.865Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
2022-03-10T05:51:06.866Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5f6d23-8ac5-4000-ae2e-40eb00d4294b 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-10T05:51:06.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891300303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:51:06.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "clamp",
  "timestamp": 1646891301030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891301503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:51:06.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "clamp",
  "timestamp": 1646891301030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891302810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T05:51:06.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "clamp",
  "timestamp": 1646891301030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891303817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T05:51:06.883Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "clamp",
  "timestamp": 1646891301030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891304823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-10T05:51:06.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "clamp",
  "timestamp": 1646891301030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "aai-ml",
  "timestamp": 1646891304902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891305829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:51:06.886Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "clamp",
  "timestamp": 1646891301030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "aai-ml",
  "timestamp": 1646891304902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/basic_onboard_gnehgn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "clamp",
  "timestamp": 1646891301030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "aai-ml",
  "timestamp": 1646891304902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "aai-ml",
  "timestamp": 1646891304902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "aai-ml",
  "timestamp": 1646891304902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/resourceInstances/basic_onboard_gnehgn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "aai-ml",
  "timestamp": 1646891304902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:51:06.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "aai-ml",
  "timestamp": 1646891304902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:51:06.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:51:06.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "aai-ml",
  "timestamp": 1646891313066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:51:06.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "clamp",
  "timestamp": 1646891315913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:51:06.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "clamp",
  "timestamp": 1646891317928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:51:06.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "clamp",
  "timestamp": 1646891318933,
  "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-10T05:51:06.898Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
2022-03-10T05:51:06.898Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5f6d23-8ac5-4000-ae2e-40eb00d4294b 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-10T05:51:06.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "aai-ml",
  "timestamp": 1646891326959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnehgn/1.0/artifacts/service-BasicOnboardGnehgn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:51:06.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:51:06.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:51:06.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "aai-ml",
  "timestamp": 1646891327968,
  "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-10T05:51:06.913Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
2022-03-10T05:51:06.914Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd5f6d23-8ac5-4000-ae2e-40eb00d4294b 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-10T05:51:26.975Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:51:26.991Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:51:26.995Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T05:51:26.995Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T05:51:26.995Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T05:51:26.996Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T05:51:26.996Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:51:26.996Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:51:26.996Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:51:26.996Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:51:26.996Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:51:26.996Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:51:26.997Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|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-10T05:51:27.003Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T05:51:57.006Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b 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-10T05:51:57.019Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd5f6d23-8ac5-4000-ae2e-40eb00d4294b and serviceModelVersionId: 5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59
2022-03-10T05:51:57.020Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc6317f9-2d79-4031-9ea6-444bb17aed30
2022-03-10T05:52:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:52:06.739Z||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-10T05:52:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:06.775Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:06.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891390179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "clamp",
  "timestamp": 1646891391030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891386815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "cds",
  "timestamp": 1646891393063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891390179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "clamp",
  "timestamp": 1646891391030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T05:52:06.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891386815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T05:52:06.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "cds",
  "timestamp": 1646891393063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891390179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "clamp",
  "timestamp": 1646891391030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891386815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T05:52:06.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "aai-ml",
  "timestamp": 1646891394902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "cds",
  "timestamp": 1646891393063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891390179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "clamp",
  "timestamp": 1646891391030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891386815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "aai-ml",
  "timestamp": 1646891394902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "cds",
  "timestamp": 1646891393063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891390179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "clamp",
  "timestamp": 1646891391030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891386815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T05:52:06.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "aai-ml",
  "timestamp": 1646891394902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "cds",
  "timestamp": 1646891393063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891390179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "clamp",
  "timestamp": 1646891391030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891386815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "aai-ml",
  "timestamp": 1646891394902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "cds",
  "timestamp": 1646891393063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891390179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "clamp",
  "timestamp": 1646891391030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:52:06.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891386815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:52:06.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "aai-ml",
  "timestamp": 1646891394902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "cds",
  "timestamp": 1646891393063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:52:06.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "aai-ml",
  "timestamp": 1646891394902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "policy-id",
  "timestamp": 1646891400153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891401069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:52:06.804Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:52:06.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "cds",
  "timestamp": 1646891401377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:52:06.804Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:52:06.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "aai-ml",
  "timestamp": 1646891394902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:52:06.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "policy-id",
  "timestamp": 1646891400153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "cds",
  "timestamp": 1646891402401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-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-10T05:52:06.823Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8425a816-5321-4f38-81dd-6930b5ccabc9
2022-03-10T05:52:06.823Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8425a816-5321-4f38-81dd-6930b5ccabc9 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-10T05:52:06.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891402485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:52:06.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:52:06.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891402422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "aai-ml",
  "timestamp": 1646891402871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:52:06.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:52:06.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "policy-id",
  "timestamp": 1646891400153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T05:52:06.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891403772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:52:06.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:52:06.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891402422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "policy-id",
  "timestamp": 1646891400153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891404795,
  "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-10T05:52:06.856Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8425a816-5321-4f38-81dd-6930b5ccabc9
2022-03-10T05:52:06.856Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8425a816-5321-4f38-81dd-6930b5ccabc9 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-10T05:52:06.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891402422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "policy-id",
  "timestamp": 1646891400153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891405798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T05:52:06.876Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:52:06.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891402422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:06.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:52:06.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "policy-id",
  "timestamp": 1646891400153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:06.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:52:13.342Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc6317f9-2d79-4031-9ea6-444bb17aed30/model-vers/model-ver/5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59?depth=0
2022-03-10T05:52:13.520Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T05:52:14.044Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc6317f9-2d79-4031-9ea6-444bb17aed30/model-vers/model-ver/5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59?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-10T05:52:14.048Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc6317f9-2d79-4031-9ea6-444bb17aed30/model-vers/model-ver/5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59?depth=0|INFO|500||Invoke
2022-03-10T05:52:14.164Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc6317f9-2d79-4031-9ea6-444bb17aed30/model-vers/model-ver/5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T05:52:14.809Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc6317f9-2d79-4031-9ea6-444bb17aed30/model-vers/model-ver/5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59?depth=0|INFO|500||InvokeReturn
2022-03-10T05:52:14.812Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc6317f9-2d79-4031-9ea6-444bb17aed30/model-vers/model-ver/5b1c0f0b-60ba-4444-a9c6-3fb67ff53a59?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220310-05:52:14:371-60311], vertex-id=[229448], Content-Length=[0], Date=[Thu, 10 Mar 2022 05:52:14 GMT], Content-Type=[application/json]}
2022-03-10T05:52:14.812Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-10T05:52:14.817Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T05:52:14.817Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|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-10T05:52:14.824Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|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-10T05:52:14.825Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd5f6d23-8ac5-4000-ae2e-40eb00d4294b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T05:52:14.827Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T05:52:14.827Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:14.831Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:14.832Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891534825,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T05:52:14.932Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:52:14.933Z||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-10T05:52:14.933Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:14.945Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:14.946Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 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-10T05:52:15.842Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:52:15.843Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|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-10T05:52:15.843Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:20.208Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:20.209Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T05:52:20.209Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8425a816-5321-4f38-81dd-6930b5ccabc9","serviceName":"vFW 2022-03-10 05-48-04","serviceVersion":"1.0","serviceUUID":"cc9c287f-b698-4c0e-88ba-2b766d70e785","serviceDescription":"catalog service description","serviceInvariantUUID":"c48827fc-0a42-42e2-b360-bed0fc00962c","resources":[{"resourceInstanceName":"vFW 560521fa-40a6 0","resourceName":"vFW 560521fa-40a6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4dac1042-f2c8-4f52-b7eb-8f2b7409d9f4","resourceInvariantUUID":"6263008b-c78b-4d3d-b06a-ac3cae6dc69a","resourceCustomizationUUID":"5daf351e-e2d1-4443-8ef5-4ebbfe750041","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vf-license-model.xml","artifactChecksum":"MTEzNjg2NDI5MDg5ODQ2MDZlMTg2ZWMyMWY3YWRiZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be21b7e4-0e5a-48bf-8cad-ecc995fc9501","artifactVersion":"1"},{"artifactName":"vfw560521fa40a60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json","artifactChecksum":"NTlmMTAzMDdjMGJkNjZkZGU2ZjVkZTQ1N2FlMjVmODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"132b0ab7-b8b3-414e-b7a2-37ba5105bef7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"df668124-f949-4a46-a0f6-599bb754b2d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vendor-license-model.xml","artifactChecksum":"MTc3YTJiOTIzNmYyY2I0M2ZhYzJlZWM3NGJkZTBjYWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24742df8-d94c-498b-a26c-27c839ce235d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ae861ba7-2abe-463d-ae04-d824ec92eca9","artifactVersion":"2","generatedFromUUID":"df668124-f949-4a46-a0f6-599bb754b2d7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310054804-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-template.yml","artifactChecksum":"ODNjMWEwYjk2MzQ0NTM2YTI1ZDI4NWRiOGM2ZWJlYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9134802-ad0c-429b-bb0c-df66fab1d1e3","artifactVersion":"1"},{"artifactName":"service-Vfw20220310054804-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar","artifactChecksum":"Y2NjZTZmOTAzNTI3NzQ4NjBlYjcxNWVjNjZlMWRjY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f55e48aa-e0c9-4381-bbe7-c099debfa5a1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T05:52:20.212Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:52:20.212Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:20.214Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:20.214Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:20.315Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T05:52:20.316Z||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-10T05:52:20.316Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:20.332Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:20.333Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:52:21.216Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:52:21.217Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:21.219Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:21.219Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T05:52:21.320Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:52:21.321Z||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-10T05:52:21.321Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:21.336Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:21.337Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:52:22.220Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:52:22.221Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:22.223Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:22.223Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T05:52:22.323Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:52:22.324Z||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-10T05:52:22.324Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:22.336Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:22.337Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:52:23.223Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:52:23.225Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:23.227Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:23.228Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:23.328Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:52:23.330Z||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-10T05:52:23.330Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:23.346Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:23.347Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-10T05:52:24.235Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:52:24.236Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:24.247Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:24.248Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T05:52:24.344Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-10T05:52:24.345Z||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-10T05:52:24.345Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:24.359Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:24.359Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:52:25.248Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:52:25.249Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:25.252Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:25.252Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:52:25.352Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:52:25.353Z||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-10T05:52:25.353Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:25.368Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:25.368Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:52:26.252Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:52:26.253Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:26.256Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:26.256Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:52:26.356Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:52:26.357Z||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-10T05:52:26.358Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:26.378Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:26.379Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:52:27.258Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "serviceName": "vFW 2022-03-10 05-48-04",
  "serviceVersion": "1.0",
  "serviceUUID": "cc9c287f-b698-4c0e-88ba-2b766d70e785",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c48827fc-0a42-42e2-b360-bed0fc00962c",
  "resources": [
    {
      "resourceInstanceName": "vFW 560521fa-40a6 0",
      "resourceCustomizationUUID": "5daf351e-e2d1-4443-8ef5-4ebbfe750041",
      "resourceName": "vFW 560521fa-40a6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4dac1042-f2c8-4f52-b7eb-8f2b7409d9f4",
      "resourceInvariantUUID": "6263008b-c78b-4d3d-b06a-ac3cae6dc69a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw560521fa40a60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
          "artifactChecksum": "NTlmMTAzMDdjMGJkNjZkZGU2ZjVkZTQ1N2FlMjVmODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "132b0ab7-b8b3-414e-b7a2-37ba5105bef7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "df668124-f949-4a46-a0f6-599bb754b2d7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ae861ba7-2abe-463d-ae04-d824ec92eca9",
            "generatedFromUUID": "df668124-f949-4a46-a0f6-599bb754b2d7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ae861ba7-2abe-463d-ae04-d824ec92eca9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220310054804-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
      "artifactChecksum": "Y2NjZTZmOTAzNTI3NzQ4NjBlYjcxNWVjNjZlMWRjY2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f55e48aa-e0c9-4381-bbe7-c099debfa5a1"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T05:52:27.258Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T05:52:27.258Z|dd5f6d23-8ac5-4000-ae2e-40eb00d4294b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cc9c287f-b698-4c0e-88ba-2b766d70e785 ASDC
2022-03-10T05:52:27.259Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8425a816-5321-4f38-81dd-6930b5ccabc9
ServiceName:vFW 2022-03-10 05-48-04
ServiceVersion:1.0
ServiceUUID:cc9c287f-b698-4c0e-88ba-2b766d70e785
ServiceInvariantUUID:c48827fc-0a42-42e2-b360-bed0fc00962c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220310054804-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar
ArtifactUUID:f55e48aa-e0c9-4381-bbe7-c099debfa5a1
ArtifactChecksum:Y2NjZTZmOTAzNTI3NzQ4NjBlYjcxNWVjNjZlMWRjY2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 560521fa-40a6 0
ResourceCustomizationUUID:5daf351e-e2d1-4443-8ef5-4ebbfe750041
ResourceInvariantUUID:6263008b-c78b-4d3d-b06a-ac3cae6dc69a
ResourceName:vFW 560521fa-40a6
ResourceType:VF
ResourceUUID:4dac1042-f2c8-4f52-b7eb-8f2b7409d9f4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw560521fa40a60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json
ArtifactUUID:132b0ab7-b8b3-414e-b7a2-37ba5105bef7
ArtifactChecksum:NTlmMTAzMDdjMGJkNjZkZGU2ZjVkZTQ1N2FlMjVmODc=
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/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml
ArtifactUUID:df668124-f949-4a46-a0f6-599bb754b2d7
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/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env
ArtifactUUID:ae861ba7-2abe-463d-ae04-d824ec92eca9
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/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env
ArtifactUUID:ae861ba7-2abe-463d-ae04-d824ec92eca9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T05:52:27.259Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cc9c287f-b698-4c0e-88ba-2b766d70e785 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-10T05:52:27.299Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T05:52:27.299Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T05:52:27.300Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T05:52:27.300Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f55e48aa-e0c9-4381-bbe7-c099debfa5a1 from URL: /sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar
2022-03-10T05:52:27.300Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T05:52:27.300Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar
2022-03-10T05:52:27.475Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T05:52:27.480Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar f55e48aa-e0c9-4381-bbe7-c099debfa5a1 98917
2022-03-10T05:52:27.480Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar ASDC sendASDCNotification
2022-03-10T05:52:27.480Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar
2022-03-10T05:52:27.480Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T05:52:27.481Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:27.483Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:27.483Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891547480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:52:27.583Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:52:27.584Z||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-10T05:52:27.584Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:27.599Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:27.599Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:52:28.483Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T05:52:28.485Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T05:52:28.485Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f55e48aa-e0c9-4381-bbe7-c099debfa5a1, URL: /sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar to file: /app/ASDC/1/service-Vfw20220310054804-csar.csar
2022-03-10T05:52:28.485Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310054804-csar.csar
2022-03-10T05:52:28.486Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310054804-csar.csar
2022-03-10T05:52:28.486Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310054804-csar.csar
2022-03-10T05:52:28.673Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12927124809272163065/Definitions/service-Vfw20220310054804-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-10T05:52:30.757Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T05:52:30.758Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T05:52:30.758Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.758Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-10T05:52:30.758Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||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-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.758Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||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-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.758Z|8425a816-5321-4f38-81dd-6930b5ccabc9|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-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.758Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.758Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.759Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||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-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.759Z|8425a816-5321-4f38-81dd-6930b5ccabc9|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-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.759Z|8425a816-5321-4f38-81dd-6930b5ccabc9|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-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.759Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.759Z|8425a816-5321-4f38-81dd-6930b5ccabc9|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-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.759Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 560521fa-40a6 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-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.760Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.760Z|8425a816-5321-4f38-81dd-6930b5ccabc9|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-Vfw20220310054804-csar.csar
2022-03-10T05:52:30.760Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T05:52:30.760Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.760Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:30.761Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is matching search criteria
2022-03-10T05:52:30.761Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T05:52:30.761Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 560521fa-40a6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T05:52:30.762Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.762Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:30.762Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is matching search criteria
2022-03-10T05:52:30.762Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T05:52:30.762Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 560521fa-40a6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T05:52:30.763Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.763Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:30.766Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.766Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is not matching search criteria
2022-03-10T05:52:30.767Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:52:30.767Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T05:52:30.767Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:52:30.767Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:30.767Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:52:30.767Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T05:52:30.768Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:52:30.768Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T05:52:30.768Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T05:52:30.768Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:52:30.768Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:30.768Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T05:52:30.769Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:30.769Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T05:52:30.769Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:52:30.769Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T05:52:30.769Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.770Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T05:52:30.770Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.770Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is matching search criteria
2022-03-10T05:52:30.770Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 560521fa-40a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:52:30.771Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.771Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is matching search criteria
2022-03-10T05:52:30.771Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 560521fa-40a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:52:30.771Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.772Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is matching search criteria
2022-03-10T05:52:30.772Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 560521fa-40a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:52:30.772Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.772Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is not matching search criteria
2022-03-10T05:52:30.772Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:52:30.772Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T05:52:30.772Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:52:30.773Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T05:52:30.773Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T05:52:30.773Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:52:30.773Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:30.773Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T05:52:30.773Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:30.773Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T05:52:30.774Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:52:30.774Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0501f263-bbdb-457f-b821-275547d9a6c7
2022-03-10T05:52:30.774Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.774Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is not matching search criteria
2022-03-10T05:52:30.774Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:52:30.774Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T05:52:30.775Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:52:30.775Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:30.775Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:52:30.775Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T05:52:30.775Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:52:30.775Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T05:52:30.776Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T05:52:30.776Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:30.776Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T05:52:30.776Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:52:30.776Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=052ce14d-de89-4d51-9ff7-d10303d2e2d4
2022-03-10T05:52:30.776Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.776Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is not matching search criteria
2022-03-10T05:52:30.777Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:52:30.777Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T05:52:30.777Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:52:30.777Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:30.777Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:52:30.777Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T05:52:30.777Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:52:30.777Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T05:52:30.778Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T05:52:30.778Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:52:30.778Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:30.778Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T05:52:30.778Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1688976f-72af-4be9-ad73-b8f7a6c64534
2022-03-10T05:52:30.778Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.779Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:30.779Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.779Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:30.779Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.779Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:30.779Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:30.779Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:30.780Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-10 05-48-04
Description:catalog service description
Model UUID:cc9c287f-b698-4c0e-88ba-2b766d70e785
Model Version:NULL
Model InvariantUuid:c48827fc-0a42-42e2-b360-bed0fc00962c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 560521fa-40a6
Model UUID:7940f190-cee9-45a4-b899-32dfaf586f00
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6263008b-c78b-4d3d-b06a-ac3cae6dc69a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5daf351e-e2d1-4443-8ef5-4ebbfe750041
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d9c0ac14-d508-4430-baf9-9aad7f24bd7a
ModelName:Vfw560521fa40a6..base_vfw..module-0
ModelUuid:e4b4a161-56bd-4aa4-83ee-776f25e88c46
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0501f263-bbdb-457f-b821-275547d9a6c7
ModelInvariantUuid:a70a2edc-f12e-4272-9df4-15fc82162c8b
ModelName:vFW 560521fa-40a6-nodes.vfwCvfc
ModelUuid:8c25011e-4b29-4389-abfb-f31d9b129111
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:67677275-f500-48cf-b91c-55d9273e46f6
ModelInvariantUuid:4075d887-538b-4cf7-8cb4-851d88243c74
ModelName:Vfw560521fa40a6.compute.nodes.heat.vfw
ModelUuid:89e622bc-1608-456d-b7f8-d9c6764833a8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:052ce14d-de89-4d51-9ff7-d10303d2e2d4
ModelInvariantUuid:f267360a-8df6-4f14-8445-610a74c23ecf
ModelName:vFW 560521fa-40a6-nodes.vsnCvfc
ModelUuid:cbe62935-15b0-489a-931a-7ab344111c7c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ce649e78-4afc-45a3-bf2e-eb066a5adeb3
ModelInvariantUuid:abcf4362-76a1-40ff-a768-aef92b6dd320
ModelName:Vfw560521fa40a6.compute.nodes.heat.vsn
ModelUuid:c488e5fb-7740-4f6a-b3b3-b9c03268b254
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1688976f-72af-4be9-ad73-b8f7a6c64534
ModelInvariantUuid:ec2310a0-347e-4909-b45e-2ac4a44d7791
ModelName:vFW 560521fa-40a6-nodes.vpgCvfc
ModelUuid:93a76156-fb61-4c4d-b410-281ece01c1e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8935fcac-a67f-4c91-9301-508326770090
ModelInvariantUuid:011b12d0-a92e-4852-a89a-4177193f5ce2
ModelName:Vfw560521fa40a6.compute.nodes.heat.vpg
ModelUuid:022fa12b-cb59-411f-a0ed-6ee055603117
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-10T05:52:30.786Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4dac1042-f2c8-4f52-b7eb-8f2b7409d9f4
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-10T05:52:30.789Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||vFW 560521fa-40a6 0
2022-03-10T05:52:30.789Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4dac1042-f2c8-4f52-b7eb-8f2b7409d9f4
2022-03-10T05:52:30.789Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 132b0ab7-b8b3-414e-b7a2-37ba5105bef7 from URL: /sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json
2022-03-10T05:52:30.789Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T05:52:30.790Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json
2022-03-10T05:52:31.308Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T05:52:31.308Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json 132b0ab7-b8b3-414e-b7a2-37ba5105bef7 785
2022-03-10T05:52:31.309Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json ASDC sendASDCNotification
2022-03-10T05:52:31.309Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json
2022-03-10T05:52:31.309Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T05:52:31.310Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:31.312Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:31.312Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891551309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:52:31.412Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:52:31.413Z||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-10T05:52:31.413Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:31.427Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:31.427Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:52:32.312Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw560521fa40a6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d9c0ac14-d508-4430-baf9-9aad7f24bd7a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e4b4a161-56bd-4aa4-83ee-776f25e88c46",
    "vfModuleModelCustomizationUUID": "91fd3437-ea85-419e-bdde-9ec04457b491",
    "isBase": true,
    "artifacts": [
      "df668124-f949-4a46-a0f6-599bb754b2d7",
      "ae861ba7-2abe-463d-ae04-d824ec92eca9"
    ],
    "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-10T05:52:32.317Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw560521fa40a6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e4b4a161-56bd-4aa4-83ee-776f25e88c46
VfModuleModelInvariantUUID:d9c0ac14-d508-4430-baf9-9aad7f24bd7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
df668124-f949-4a46-a0f6-599bb754b2d7
,
ae861ba7-2abe-463d-ae04-d824ec92eca9

}
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-10T05:52:32.320Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw560521fa40a6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d9c0ac14-d508-4430-baf9-9aad7f24bd7a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e4b4a161-56bd-4aa4-83ee-776f25e88c46",
    "vfModuleModelCustomizationUUID": "91fd3437-ea85-419e-bdde-9ec04457b491",
    "isBase": true,
    "artifacts": [
      "df668124-f949-4a46-a0f6-599bb754b2d7",
      "ae861ba7-2abe-463d-ae04-d824ec92eca9"
    ],
    "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-10T05:52:32.320Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw560521fa40a6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e4b4a161-56bd-4aa4-83ee-776f25e88c46
VfModuleModelInvariantUUID:d9c0ac14-d508-4430-baf9-9aad7f24bd7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
df668124-f949-4a46-a0f6-599bb754b2d7
,
ae861ba7-2abe-463d-ae04-d824ec92eca9

}
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-10T05:52:32.320Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: df668124-f949-4a46-a0f6-599bb754b2d7 from URL: /sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml
2022-03-10T05:52:32.320Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T05:52:32.321Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml
2022-03-10T05:52:32.694Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T05:52:32.695Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml df668124-f949-4a46-a0f6-599bb754b2d7 20368
2022-03-10T05:52:32.696Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T05:52:32.696Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml
2022-03-10T05:52:32.696Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T05:52:32.696Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:32.698Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:32.698Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891552696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:52:32.798Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:52:32.800Z||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-10T05:52:32.801Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:32.813Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:32.814Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-10T05:52:33.699Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ae861ba7-2abe-463d-ae04-d824ec92eca9 from URL: /sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env
2022-03-10T05:52:33.699Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T05:52:33.700Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env
2022-03-10T05:52:33.996Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T05:52:33.997Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env ae861ba7-2abe-463d-ae04-d824ec92eca9 2098
2022-03-10T05:52:33.998Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T05:52:33.998Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env
2022-03-10T05:52:33.998Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T05:52:33.999Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:34.001Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:34.001Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891553997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:52:34.101Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T05:52:34.103Z||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-10T05:52:34.103Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:34.114Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:34.115Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-10T05:52:35.003Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: cc9c287f-b698-4c0e-88ba-2b766d70e785
2022-03-10T05:52:35.003Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 560521fa-40a6 0 4dac1042-f2c8-4f52-b7eb-8f2b7409d9f4 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-10T05:52:35.025Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bdab5f, org.onap.sdc.toscaparser.api.parameters.Input@34e0e1e8, org.onap.sdc.toscaparser.api.parameters.Input@10f825bd, org.onap.sdc.toscaparser.api.parameters.Input@762f0d70, org.onap.sdc.toscaparser.api.parameters.Input@1c22a7b9]
2022-03-10T05:52:35.027Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.027Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:35.027Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-10T05:52:35.028Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5daf351e-e2d1-4443-8ef5-4ebbfe750041
2022-03-10T05:52:35.028Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5daf351e-e2d1-4443-8ef5-4ebbfe750041 matches Tosca VF Customization UUID: 5daf351e-e2d1-4443-8ef5-4ebbfe750041
2022-03-10T05:52:35.028Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5daf351e-e2d1-4443-8ef5-4ebbfe750041  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-10T05:52:35.030Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.031Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:35.032Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5daf351e-e2d1-4443-8ef5-4ebbfe750041: {\"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-10T05:52:35.032Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70b031c9
2022-03-10T05:52:35.032Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.032Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T05:52:35.033Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 91fd3437-ea85-419e-bdde-9ec04457b491
2022-03-10T05:52:35.033Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 91fd3437-ea85-419e-bdde-9ec04457b491
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-10T05:52:35.035Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.036Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is matching search criteria
2022-03-10T05:52:35.036Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 560521fa-40a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:52:35.036Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.037Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is matching search criteria
2022-03-10T05:52:35.037Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 560521fa-40a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:52:35.037Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.038Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is not matching search criteria
2022-03-10T05:52:35.038Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:52:35.038Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T05:52:35.039Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:52:35.039Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T05:52:35.040Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T05:52:35.040Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:52:35.040Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:35.040Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T05:52:35.041Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:35.041Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T05:52:35.041Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:52:35.042Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0501f263-bbdb-457f-b821-275547d9a6c7
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-10T05:52:35.044Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.045Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is matching search criteria
2022-03-10T05:52:35.045Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 560521fa-40a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:52:35.045Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.045Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is not matching search criteria
2022-03-10T05:52:35.045Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:52:35.046Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T05:52:35.046Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:52:35.046Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:35.046Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:52:35.046Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T05:52:35.047Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:52:35.047Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T05:52:35.047Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T05:52:35.047Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:35.047Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T05:52:35.048Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:52:35.048Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=052ce14d-de89-4d51-9ff7-d10303d2e2d4
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-10T05:52:35.050Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.050Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is matching search criteria
2022-03-10T05:52:35.050Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 560521fa-40a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:52:35.053Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.054Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is not matching search criteria
2022-03-10T05:52:35.054Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:52:35.054Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T05:52:35.055Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:52:35.055Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:35.055Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:52:35.055Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T05:52:35.055Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:52:35.056Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T05:52:35.056Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T05:52:35.056Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:52:35.056Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T05:52:35.056Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T05:52:35.057Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1688976f-72af-4be9-ad73-b8f7a6c64534
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-10T05:52:35.059Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.059Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is matching search criteria
2022-03-10T05:52:35.060Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 560521fa-40a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:52:35.060Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.060Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Node template vFW 560521fa-40a6 0 is matching search criteria
2022-03-10T05:52:35.060Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 560521fa-40a6 0] matching following query criteria: sdcType=VF, customizationUUID=5daf351e-e2d1-4443-8ef5-4ebbfe750041
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-10T05:52:35.062Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.062Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:35.062Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid cc9c287f-b698-4c0e-88ba-2b766d70e785: vFW 560521fa-40a6
2022-03-10T05:52:35.062Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.063Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:35.063Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.063Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:35.063Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.063Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:35.063Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.064Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:35.064Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:52:35.064Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:52:35.064Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-10 05-48-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-10T05:52:35.267Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 560521fa-40a6 4dac1042-f2c8-4f52-b7eb-8f2b7409d9f4 1 ASDC deployResourceStructure
2022-03-10T05:52:35.270Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json ASDC sendASDCNotification
2022-03-10T05:52:35.271Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json
2022-03-10T05:52:35.271Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T05:52:35.271Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:35.273Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:35.273Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891555270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T05:52:35.374Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T05:52:35.378Z||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-10T05:52:35.378Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:35.390Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:35.391Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:52:36.274Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T05:52:36.275Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml
2022-03-10T05:52:36.275Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T05:52:36.275Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:36.277Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:36.277Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891556274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T05:52:36.377Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:52:36.378Z||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-10T05:52:36.379Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:36.399Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:36.399Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-10T05:52:37.287Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T05:52:37.287Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env
2022-03-10T05:52:37.287Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T05:52:37.288Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:37.290Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:37.290Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891557286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T05:52:37.390Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:52:37.392Z||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-10T05:52:37.392Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:37.410Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:37.411Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:52:38.291Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar ASDC sendASDCNotification
2022-03-10T05:52:38.292Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar
2022-03-10T05:52:38.292Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T05:52:38.292Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:52:38.294Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:52:38.294Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891558291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:52:38.395Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:52:38.396Z||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-10T05:52:38.396Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:52:38.407Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:52:38.408Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:52:39.295Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8425a816-5321-4f38-81dd-6930b5ccabc9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:52:39.309Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8425a816-5321-4f38-81dd-6930b5ccabc9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:52:39.320Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T05:52:39.321Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T05:52:39.321Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T05:53:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:53:06.739Z||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-10T05:53:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:06.777Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:06.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891402422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:53:06.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:53:06.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "policy-id",
  "timestamp": 1646891400153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:53:06.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:53:06.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891402422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:53:06.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:53:06.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "policy-id",
  "timestamp": 1646891407997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:53:06.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:53:06.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891402422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:53:06.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:53:06.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "policy-id",
  "timestamp": 1646891409004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:53:06.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:53:06.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "clamp",
  "timestamp": 1646891409916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:53:06.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:53:06.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891410374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:53:06.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:53:06.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "policy-id",
  "timestamp": 1646891410008,
  "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-10T05:53:06.788Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8425a816-5321-4f38-81dd-6930b5ccabc9
2022-03-10T05:53:06.788Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8425a816-5321-4f38-81dd-6930b5ccabc9 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-10T05:53:06.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "clamp",
  "timestamp": 1646891411928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:53:06.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:53:06.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "clamp",
  "timestamp": 1646891412931,
  "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-10T05:53:06.805Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8425a816-5321-4f38-81dd-6930b5ccabc9
2022-03-10T05:53:06.805Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8425a816-5321-4f38-81dd-6930b5ccabc9 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-10T05:53:06.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891414011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:53:06.814Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:53:06.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "aai-ml",
  "timestamp": 1646891414658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:53:06.815Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:53:06.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891415017,
  "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-10T05:53:06.820Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8425a816-5321-4f38-81dd-6930b5ccabc9
2022-03-10T05:53:06.820Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8425a816-5321-4f38-81dd-6930b5ccabc9 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-10T05:53:06.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:53:06.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "aai-ml",
  "timestamp": 1646891415662,
  "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-10T05:53:06.835Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8425a816-5321-4f38-81dd-6930b5ccabc9
2022-03-10T05:53:06.835Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8425a816-5321-4f38-81dd-6930b5ccabc9 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-10T05:53:09.321Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8425a816-5321-4f38-81dd-6930b5ccabc9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:53:09.334Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8425a816-5321-4f38-81dd-6930b5ccabc9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:53:09.340Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T05:53:09.340Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T05:53:09.340Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T05:53:09.340Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T05:53:09.340Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:53:09.341Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:53:09.341Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:53:09.341Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:53:09.341Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:53:09.341Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:53:09.341Z|8425a816-5321-4f38-81dd-6930b5ccabc9|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-10T05:53:09.348Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T05:53:39.348Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8425a816-5321-4f38-81dd-6930b5ccabc9 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-10T05:53:39.355Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8425a816-5321-4f38-81dd-6930b5ccabc9 and serviceModelVersionId: cc9c287f-b698-4c0e-88ba-2b766d70e785
2022-03-10T05:53:39.355Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c48827fc-0a42-42e2-b360-bed0fc00962c
2022-03-10T05:53:39.357Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c48827fc-0a42-42e2-b360-bed0fc00962c/model-vers/model-ver/cc9c287f-b698-4c0e-88ba-2b766d70e785?depth=0
2022-03-10T05:53:39.361Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T05:53:39.437Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c48827fc-0a42-42e2-b360-bed0fc00962c/model-vers/model-ver/cc9c287f-b698-4c0e-88ba-2b766d70e785?depth=0|INFO|500||Invoke
2022-03-10T05:53:39.438Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c48827fc-0a42-42e2-b360-bed0fc00962c/model-vers/model-ver/cc9c287f-b698-4c0e-88ba-2b766d70e785?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c48827fc-0a42-42e2-b360-bed0fc00962c/model-vers/model-ver/cc9c287f-b698-4c0e-88ba-2b766d70e785?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8425a816-5321-4f38-81dd-6930b5ccabc9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d11f486-dba9-41ff-a9ac-3382991c48e6], X-ECOMP-RequestID=[8425a816-5321-4f38-81dd-6930b5ccabc9], X-TransactionId=[], X-ONAP-RequestID=[8425a816-5321-4f38-81dd-6930b5ccabc9], Content-Type=[application/merge-patch+json]}
2022-03-10T05:53:39.467Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c48827fc-0a42-42e2-b360-bed0fc00962c/model-vers/model-ver/cc9c287f-b698-4c0e-88ba-2b766d70e785?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T05:53:39.620Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c48827fc-0a42-42e2-b360-bed0fc00962c/model-vers/model-ver/cc9c287f-b698-4c0e-88ba-2b766d70e785?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/c48827fc-0a42-42e2-b360-bed0fc00962c/model-vers/model-ver/cc9c287f-b698-4c0e-88ba-2b766d70e785?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-05:53:39:674-68788], vertex-id=[168160], Content-Length=[0], Date=[Thu, 10 Mar 2022 05:53:39 GMT], Content-Type=[application/json]}
2022-03-10T05:53:39.621Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c48827fc-0a42-42e2-b360-bed0fc00962c/model-vers/model-ver/cc9c287f-b698-4c0e-88ba-2b766d70e785?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-10T05:53:39.621Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c48827fc-0a42-42e2-b360-bed0fc00962c/model-vers/model-ver/cc9c287f-b698-4c0e-88ba-2b766d70e785?depth=0|INFO|500||InvokeReturn
2022-03-10T05:53:39.622Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T05:53:39.623Z|8425a816-5321-4f38-81dd-6930b5ccabc9|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-10T05:53:39.627Z|8425a816-5321-4f38-81dd-6930b5ccabc9|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-10T05:53:39.628Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8425a816-5321-4f38-81dd-6930b5ccabc9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T05:53:39.628Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T05:53:39.629Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:39.631Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:39.631Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891619628,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T05:53:39.731Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:53:39.732Z||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-10T05:53:39.732Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:39.747Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:39.748Z||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-10T05:53:40.646Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:53:40.647Z|8425a816-5321-4f38-81dd-6930b5ccabc9|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-10T05:53:40.647Z|8425a816-5321-4f38-81dd-6930b5ccabc9|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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:41.277Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:41.278Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T05:53:41.278Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"5fca0f82-9560-4b35-ac8d-b66e8d8b4795","serviceName":"vFW 2022-03-10 05-51-05","serviceVersion":"1.0","serviceUUID":"0564e20f-18f1-41b5-8338-d8c8f73c8c4d","serviceDescription":"catalog service description","serviceInvariantUUID":"136ca7ba-3853-4a90-bf94-2107a17e4d13","resources":[{"resourceInstanceName":"vFW 6aa94430-39fa 0","resourceName":"vFW 6aa94430-39fa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f57057c-2821-493b-a854-93883a5aaab1","resourceInvariantUUID":"06c6f5c1-dd9c-4260-b2e7-d5712f101e3d","resourceCustomizationUUID":"02574247-726f-483f-b5a9-fbda8872cd6a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vf-license-model.xml","artifactChecksum":"MWExMmUwMjM0NDYxNzc2NjQwMTI3OWZhODVhNTlhOWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05eaa253-a8bf-4cb9-a79f-a9aafaa2214e","artifactVersion":"1"},{"artifactName":"vfw6aa9443039fa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json","artifactChecksum":"Y2Q3YWVjMzg2NjdiZTAwMWJjMTU0Y2M3ODE4NWZjOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"99464f9f-3025-4f6d-a39d-854398134a1c","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b78f686-ae5e-41a4-9833-2373862efd98","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vendor-license-model.xml","artifactChecksum":"OWIzMjExZDE3NGE5MTA0YTNkZjYzMTI2YjE0N2E2YzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b702fb97-5d2b-4136-aba0-636c583d9361","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f6136c5-bc39-454d-96e3-b8075a69b6cf","artifactVersion":"3","generatedFromUUID":"4b78f686-ae5e-41a4-9833-2373862efd98"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310055105-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-template.yml","artifactChecksum":"YTM0MDlmYmE2MjI0NmVmZDI2NWE0YzdlMDcwMmUxZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4fba095-5268-4113-94e4-35e132a48761","artifactVersion":"1"},{"artifactName":"service-Vfw20220310055105-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar","artifactChecksum":"ZmQzMWVmY2RjZTc1OGY3ODdkZGJkNTdiM2FlZjE0ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ccd07e2-8585-4cf0-a35a-615612c5ef71","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T05:53:41.282Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:53:41.283Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:41.284Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:41.284Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:53:41.385Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:53:41.387Z||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-10T05:53:41.387Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:41.406Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:41.406Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-10T05:53:42.285Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:53:42.286Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:42.288Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:42.288Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T05:53:42.389Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T05:53:42.390Z||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-10T05:53:42.390Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:42.409Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:42.409Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:53:43.289Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:53:43.290Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:43.292Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:43.292Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T05:53:43.393Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:53:43.394Z||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-10T05:53:43.394Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:43.410Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:43.411Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:53:44.293Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:53:44.294Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:44.295Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:44.296Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:53:44.396Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:53:44.397Z||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-10T05:53:44.397Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:44.413Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:44.414Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-10T05:53:45.296Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:53:45.297Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:45.299Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:45.300Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T05:53:45.400Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:53:45.401Z||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-10T05:53:45.402Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:45.416Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:45.417Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:53:46.300Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:53:46.301Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:46.303Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:46.303Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:53:46.403Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:53:46.404Z||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-10T05:53:46.404Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:46.417Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:46.418Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:53:47.303Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T05:53:47.304Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:47.306Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:47.306Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:53:47.406Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:53:47.407Z||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-10T05:53:47.408Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:47.420Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:47.421Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:53:48.313Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "serviceName": "vFW 2022-03-10 05-51-05",
  "serviceVersion": "1.0",
  "serviceUUID": "0564e20f-18f1-41b5-8338-d8c8f73c8c4d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "136ca7ba-3853-4a90-bf94-2107a17e4d13",
  "resources": [
    {
      "resourceInstanceName": "vFW 6aa94430-39fa 0",
      "resourceCustomizationUUID": "02574247-726f-483f-b5a9-fbda8872cd6a",
      "resourceName": "vFW 6aa94430-39fa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f57057c-2821-493b-a854-93883a5aaab1",
      "resourceInvariantUUID": "06c6f5c1-dd9c-4260-b2e7-d5712f101e3d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6aa9443039fa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
          "artifactChecksum": "Y2Q3YWVjMzg2NjdiZTAwMWJjMTU0Y2M3ODE4NWZjOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "99464f9f-3025-4f6d-a39d-854398134a1c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b78f686-ae5e-41a4-9833-2373862efd98",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "3f6136c5-bc39-454d-96e3-b8075a69b6cf",
            "generatedFromUUID": "4b78f686-ae5e-41a4-9833-2373862efd98"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "3f6136c5-bc39-454d-96e3-b8075a69b6cf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220310055105-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
      "artifactChecksum": "ZmQzMWVmY2RjZTc1OGY3ODdkZGJkNTdiM2FlZjE0ZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ccd07e2-8585-4cf0-a35a-615612c5ef71"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T05:53:48.313Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T05:53:48.314Z|8425a816-5321-4f38-81dd-6930b5ccabc9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0564e20f-18f1-41b5-8338-d8c8f73c8c4d ASDC
2022-03-10T05:53:48.314Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5fca0f82-9560-4b35-ac8d-b66e8d8b4795
ServiceName:vFW 2022-03-10 05-51-05
ServiceVersion:1.0
ServiceUUID:0564e20f-18f1-41b5-8338-d8c8f73c8c4d
ServiceInvariantUUID:136ca7ba-3853-4a90-bf94-2107a17e4d13
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220310055105-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar
ArtifactUUID:5ccd07e2-8585-4cf0-a35a-615612c5ef71
ArtifactChecksum:ZmQzMWVmY2RjZTc1OGY3ODdkZGJkNTdiM2FlZjE0ZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6aa94430-39fa 0
ResourceCustomizationUUID:02574247-726f-483f-b5a9-fbda8872cd6a
ResourceInvariantUUID:06c6f5c1-dd9c-4260-b2e7-d5712f101e3d
ResourceName:vFW 6aa94430-39fa
ResourceType:VF
ResourceUUID:7f57057c-2821-493b-a854-93883a5aaab1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6aa9443039fa0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json
ArtifactUUID:99464f9f-3025-4f6d-a39d-854398134a1c
ArtifactChecksum:Y2Q3YWVjMzg2NjdiZTAwMWJjMTU0Y2M3ODE4NWZjOTk=
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/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml
ArtifactUUID:4b78f686-ae5e-41a4-9833-2373862efd98
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env
ArtifactUUID:3f6136c5-bc39-454d-96e3-b8075a69b6cf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env
ArtifactUUID:3f6136c5-bc39-454d-96e3-b8075a69b6cf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T05:53:48.314Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0564e20f-18f1-41b5-8338-d8c8f73c8c4d 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-10T05:53:48.348Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T05:53:48.349Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T05:53:48.349Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T05:53:48.349Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ccd07e2-8585-4cf0-a35a-615612c5ef71 from URL: /sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar
2022-03-10T05:53:48.349Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T05:53:48.349Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar
2022-03-10T05:53:48.508Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T05:53:48.513Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar 5ccd07e2-8585-4cf0-a35a-615612c5ef71 98906
2022-03-10T05:53:48.514Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar ASDC sendASDCNotification
2022-03-10T05:53:48.514Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar
2022-03-10T05:53:48.514Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T05:53:48.514Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:48.517Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:48.517Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891628513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:53:48.617Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:53:48.619Z||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-10T05:53:48.619Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:48.631Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:48.632Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:53:49.518Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T05:53:49.519Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T05:53:49.519Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5ccd07e2-8585-4cf0-a35a-615612c5ef71, URL: /sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar to file: /app/ASDC/1/service-Vfw20220310055105-csar.csar
2022-03-10T05:53:49.519Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310055105-csar.csar
2022-03-10T05:53:49.519Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310055105-csar.csar
2022-03-10T05:53:49.520Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310055105-csar.csar
2022-03-10T05:53:49.681Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7256697914884090021/Definitions/service-Vfw20220310055105-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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_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
2022-03-10T05:53:51.719Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T05:53:51.720Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T05:53:51.720Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.720Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-10T05:53:51.720Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||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-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.720Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||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-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.720Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.720Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.720Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.721Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||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-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.721Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.721Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.721Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6aa94430-39fa 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-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.721Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.721Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.721Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.721Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-Vfw20220310055105-csar.csar
2022-03-10T05:53:51.721Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T05:53:51.722Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.722Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:51.722Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is matching search criteria
2022-03-10T05:53:51.722Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T05:53:51.723Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6aa94430-39fa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T05:53:51.723Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.723Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:51.723Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is matching search criteria
2022-03-10T05:53:51.723Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T05:53:51.724Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6aa94430-39fa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T05:53:51.724Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.724Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:51.725Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.725Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is not matching search criteria
2022-03-10T05:53:51.725Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:53:51.725Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T05:53:51.725Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:51.725Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:53:51.726Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:53:51.726Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T05:53:51.726Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:53:51.726Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T05:53:51.726Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T05:53:51.727Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:53:51.727Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:51.727Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T05:53:51.727Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:51.727Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T05:53:51.728Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:53:51.728Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T05:53:51.728Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.728Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T05:53:51.728Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.729Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is matching search criteria
2022-03-10T05:53:51.729Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6aa94430-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:53:51.729Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.729Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is matching search criteria
2022-03-10T05:53:51.729Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6aa94430-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:53:51.730Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.730Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is matching search criteria
2022-03-10T05:53:51.730Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6aa94430-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:53:51.730Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.730Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is not matching search criteria
2022-03-10T05:53:51.730Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:53:51.731Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T05:53:51.731Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:53:51.731Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T05:53:51.731Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T05:53:51.731Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:53:51.731Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:51.731Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T05:53:51.732Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:51.732Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T05:53:51.732Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:53:51.732Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d84153e5-a44b-40dd-a67a-c24f02dc79e8
2022-03-10T05:53:51.732Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.732Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is not matching search criteria
2022-03-10T05:53:51.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:53:51.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T05:53:51.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:51.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:53:51.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:53:51.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T05:53:51.734Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:53:51.734Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T05:53:51.734Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T05:53:51.734Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:51.734Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T05:53:51.734Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:53:51.735Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5a9d45b8-e64e-44ea-84d2-ec59dcd5dd93
2022-03-10T05:53:51.735Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.735Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is not matching search criteria
2022-03-10T05:53:51.735Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:53:51.735Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T05:53:51.736Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:51.736Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:53:51.736Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:53:51.736Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T05:53:51.736Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:53:51.736Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T05:53:51.737Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T05:53:51.737Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:53:51.737Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:51.737Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T05:53:51.737Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3672d384-ccf6-4ade-b874-d5a3049cc7a8
2022-03-10T05:53:51.737Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.738Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:51.738Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.738Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:51.738Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.738Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:51.738Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:51.738Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:51.739Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-10 05-51-05
Description:catalog service description
Model UUID:0564e20f-18f1-41b5-8338-d8c8f73c8c4d
Model Version:NULL
Model InvariantUuid:136ca7ba-3853-4a90-bf94-2107a17e4d13
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6aa94430-39fa
Model UUID:5542bdec-05fb-40d9-9d5d-7607ff6ffa0d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:06c6f5c1-dd9c-4260-b2e7-d5712f101e3d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:02574247-726f-483f-b5a9-fbda8872cd6a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:796b53e2-849d-4333-afbd-02984518067f
ModelName:Vfw6aa9443039fa..base_vfw..module-0
ModelUuid:597ac72b-360b-4f19-a7c0-c9160520182f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d84153e5-a44b-40dd-a67a-c24f02dc79e8
ModelInvariantUuid:f0fc7367-2fdb-431d-afe5-584c64ffe8a0
ModelName:vFW 6aa94430-39fa-nodes.vfwCvfc
ModelUuid:9a7c3912-9937-4f92-a092-3f636a6ff8a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d8345696-e211-4148-bd35-5a9841da1adb
ModelInvariantUuid:640afc20-d487-4ebc-a751-20fbf1aec0fb
ModelName:Vfw6aa9443039fa.compute.nodes.heat.vfw
ModelUuid:013cc39a-7971-4aac-bfc1-2b399bc3c821
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5a9d45b8-e64e-44ea-84d2-ec59dcd5dd93
ModelInvariantUuid:a2307f2b-486a-4c44-98ec-f13b91c0bd6d
ModelName:vFW 6aa94430-39fa-nodes.vsnCvfc
ModelUuid:ee99d96c-288d-4387-8d70-bf61258dd4af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ba1213e7-00f2-4e5f-a8c0-567497fda99f
ModelInvariantUuid:d81aa439-8930-4818-bbec-91dd5e5405d3
ModelName:Vfw6aa9443039fa.compute.nodes.heat.vsn
ModelUuid:858fa715-ec55-430a-9b76-7557e683a7a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3672d384-ccf6-4ade-b874-d5a3049cc7a8
ModelInvariantUuid:c336371c-d794-41d0-8da5-db0be0dfcc52
ModelName:vFW 6aa94430-39fa-nodes.vpgCvfc
ModelUuid:c0316b73-5cdc-4199-9692-6d285a31e1d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:50f1028e-fe59-4533-a514-f634cf5abe15
ModelInvariantUuid:4cf78197-db76-4832-a40e-b67babf889b5
ModelName:Vfw6aa9443039fa.compute.nodes.heat.vpg
ModelUuid:561a0a8d-9a96-497a-b957-565d833fde65
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-10T05:53:51.746Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7f57057c-2821-493b-a854-93883a5aaab1
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-10T05:53:51.749Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||vFW 6aa94430-39fa 0
2022-03-10T05:53:51.749Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7f57057c-2821-493b-a854-93883a5aaab1
2022-03-10T05:53:51.749Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 99464f9f-3025-4f6d-a39d-854398134a1c from URL: /sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json
2022-03-10T05:53:51.749Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T05:53:51.750Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json
2022-03-10T05:53:51.814Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T05:53:51.815Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json 99464f9f-3025-4f6d-a39d-854398134a1c 785
2022-03-10T05:53:51.815Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json ASDC sendASDCNotification
2022-03-10T05:53:51.816Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json
2022-03-10T05:53:51.816Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T05:53:51.816Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:51.819Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:51.820Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891631815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:53:51.918Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-10T05:53:51.920Z||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-10T05:53:51.920Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:51.935Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:51.936Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:53:52.820Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6aa9443039fa..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "796b53e2-849d-4333-afbd-02984518067f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "597ac72b-360b-4f19-a7c0-c9160520182f",
    "vfModuleModelCustomizationUUID": "5428f4c3-4c64-4081-baf7-a8217923fc74",
    "isBase": true,
    "artifacts": [
      "4b78f686-ae5e-41a4-9833-2373862efd98",
      "3f6136c5-bc39-454d-96e3-b8075a69b6cf"
    ],
    "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-10T05:53:52.824Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6aa9443039fa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:597ac72b-360b-4f19-a7c0-c9160520182f
VfModuleModelInvariantUUID:796b53e2-849d-4333-afbd-02984518067f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b78f686-ae5e-41a4-9833-2373862efd98
,
3f6136c5-bc39-454d-96e3-b8075a69b6cf

}
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-10T05:53:52.826Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6aa9443039fa..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "796b53e2-849d-4333-afbd-02984518067f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "597ac72b-360b-4f19-a7c0-c9160520182f",
    "vfModuleModelCustomizationUUID": "5428f4c3-4c64-4081-baf7-a8217923fc74",
    "isBase": true,
    "artifacts": [
      "4b78f686-ae5e-41a4-9833-2373862efd98",
      "3f6136c5-bc39-454d-96e3-b8075a69b6cf"
    ],
    "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-10T05:53:52.827Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6aa9443039fa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:597ac72b-360b-4f19-a7c0-c9160520182f
VfModuleModelInvariantUUID:796b53e2-849d-4333-afbd-02984518067f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b78f686-ae5e-41a4-9833-2373862efd98
,
3f6136c5-bc39-454d-96e3-b8075a69b6cf

}
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-10T05:53:52.827Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4b78f686-ae5e-41a4-9833-2373862efd98 from URL: /sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml
2022-03-10T05:53:52.827Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T05:53:52.828Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml
2022-03-10T05:53:52.882Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T05:53:52.883Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml 4b78f686-ae5e-41a4-9833-2373862efd98 20368
2022-03-10T05:53:52.883Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T05:53:52.883Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml
2022-03-10T05:53:52.884Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T05:53:52.884Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:52.886Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:52.886Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891632883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:53:52.986Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:53:52.987Z||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-10T05:53:52.987Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:53.000Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:53.000Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:53:53.887Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3f6136c5-bc39-454d-96e3-b8075a69b6cf from URL: /sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env
2022-03-10T05:53:53.888Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T05:53:53.888Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env
2022-03-10T05:53:53.944Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T05:53:53.945Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env 3f6136c5-bc39-454d-96e3-b8075a69b6cf 2098
2022-03-10T05:53:53.945Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T05:53:53.945Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env
2022-03-10T05:53:53.945Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T05:53:53.946Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:53.948Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:53.948Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891633945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:53:54.048Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T05:53:54.049Z||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-10T05:53:54.049Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:54.063Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:54.064Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:53:54.949Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0564e20f-18f1-41b5-8338-d8c8f73c8c4d
2022-03-10T05:53:54.950Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6aa94430-39fa 0 7f57057c-2821-493b-a854-93883a5aaab1 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-10T05:53:54.967Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11183fd0, org.onap.sdc.toscaparser.api.parameters.Input@2b8ae348, org.onap.sdc.toscaparser.api.parameters.Input@355dfbf3, org.onap.sdc.toscaparser.api.parameters.Input@5b07c783, org.onap.sdc.toscaparser.api.parameters.Input@bb1858c]
2022-03-10T05:53:54.969Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:54.969Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:54.970Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-10T05:53:54.970Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 02574247-726f-483f-b5a9-fbda8872cd6a
2022-03-10T05:53:54.970Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 02574247-726f-483f-b5a9-fbda8872cd6a matches Tosca VF Customization UUID: 02574247-726f-483f-b5a9-fbda8872cd6a
2022-03-10T05:53:54.970Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 02574247-726f-483f-b5a9-fbda8872cd6a  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-10T05:53:54.973Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:54.973Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:54.974Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 02574247-726f-483f-b5a9-fbda8872cd6a: {\"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-10T05:53:54.975Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@485ba986
2022-03-10T05:53:54.975Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:54.990Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T05:53:54.991Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5428f4c3-4c64-4081-baf7-a8217923fc74
2022-03-10T05:53:54.991Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5428f4c3-4c64-4081-baf7-a8217923fc74
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-10T05:53:54.995Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:54.996Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is matching search criteria
2022-03-10T05:53:54.996Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6aa94430-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:53:54.996Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:54.997Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is matching search criteria
2022-03-10T05:53:54.997Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6aa94430-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:53:54.997Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:54.997Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is not matching search criteria
2022-03-10T05:53:54.998Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:53:54.998Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T05:53:54.998Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:53:55.002Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T05:53:55.002Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T05:53:55.002Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:53:55.002Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:55.003Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T05:53:55.003Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:55.003Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T05:53:55.003Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:53:55.004Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d84153e5-a44b-40dd-a67a-c24f02dc79e8
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-10T05:53:55.006Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:55.018Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is matching search criteria
2022-03-10T05:53:55.019Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6aa94430-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:53:55.019Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:55.019Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is not matching search criteria
2022-03-10T05:53:55.020Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:53:55.020Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T05:53:55.020Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:55.020Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:53:55.020Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:53:55.020Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T05:53:55.021Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:53:55.021Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T05:53:55.021Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T05:53:55.021Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:55.021Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T05:53:55.022Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:53:55.022Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5a9d45b8-e64e-44ea-84d2-ec59dcd5dd93
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-10T05:53:55.025Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:55.025Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is matching search criteria
2022-03-10T05:53:55.025Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6aa94430-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:53:55.026Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:55.026Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is not matching search criteria
2022-03-10T05:53:55.026Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T05:53:55.026Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T05:53:55.026Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:55.027Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:53:55.027Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T05:53:55.027Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T05:53:55.027Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T05:53:55.027Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T05:53:55.027Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T05:53:55.027Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T05:53:55.028Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T05:53:55.028Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T05:53:55.028Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3672d384-ccf6-4ade-b874-d5a3049cc7a8
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-10T05:53:55.031Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:55.031Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is matching search criteria
2022-03-10T05:53:55.031Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6aa94430-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T05:53:55.032Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:55.032Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Node template vFW 6aa94430-39fa 0 is matching search criteria
2022-03-10T05:53:55.032Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6aa94430-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=02574247-726f-483f-b5a9-fbda8872cd6a
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-10T05:53:55.034Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:55.034Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:55.034Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0564e20f-18f1-41b5-8338-d8c8f73c8c4d: vFW 6aa94430-39fa
2022-03-10T05:53:55.034Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:55.035Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:55.035Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:55.035Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:55.035Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:55.035Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:55.035Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:55.035Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:55.036Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T05:53:55.036Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 05-51-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T05:53:55.036Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-10 05-51-05 
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-10T05:53:55.211Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6aa94430-39fa 7f57057c-2821-493b-a854-93883a5aaab1 1 ASDC deployResourceStructure
2022-03-10T05:53:55.212Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json ASDC sendASDCNotification
2022-03-10T05:53:55.212Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json
2022-03-10T05:53:55.212Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T05:53:55.212Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:55.215Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:55.215Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891635212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T05:53:55.315Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:53:55.316Z||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-10T05:53:55.316Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:55.345Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:55.346Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:53:56.216Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T05:53:56.216Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml
2022-03-10T05:53:56.217Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T05:53:56.217Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:56.220Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:56.220Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891636216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T05:53:56.320Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:53:56.321Z||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-10T05:53:56.322Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:56.334Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:56.335Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:53:57.221Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T05:53:57.222Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env
2022-03-10T05:53:57.231Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T05:53:57.231Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:57.233Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:57.233Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891637221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T05:53:57.333Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:53:57.334Z||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-10T05:53:57.334Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:57.351Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:57.352Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-10T05:53:58.234Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar ASDC sendASDCNotification
2022-03-10T05:53:58.235Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar
2022-03-10T05:53:58.235Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T05:53:58.235Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:53:58.237Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:53:58.237Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891638234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:53:58.337Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:53:58.338Z||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-10T05:53:58.338Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:53:58.352Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:53:58.353Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T05:53:59.237Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:53:59.247Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:53:59.249Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T05:53:59.250Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T05:53:59.250Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T05:54:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:54:06.739Z||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-10T05:54:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:54:06.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:54:06.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dd5f6d23-8ac5-4000-ae2e-40eb00d4294b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891534825,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T05:54:06.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:54:06.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:54:06.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:54:06.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T05:54:06.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:54:06.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T05:54:06.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:54:06.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:54:06.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:54:06.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891535842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891547480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891551309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891552696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:54:06.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:54:06.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891553997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:54:06.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:54:06.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891555270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/vfw560521fa40a60_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T05:54:06.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:54:06.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891556274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T05:54:06.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:54:06.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891557286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/resourceInstances/vfw560521fa40a60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T05:54:06.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:54:06.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:54:06.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891558291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310054804/1.0/artifacts/service-Vfw20220310054804-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:54:06.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:54:29.250Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:54:29.262Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:54:29.268Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T05:54:29.268Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T05:54:29.268Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T05:54:59.269Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:54:59.280Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:54:59.282Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T05:54:59.282Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T05:54:59.282Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T05:55:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:55:06.739Z||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-10T05:55:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:55:07.276Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:55:07.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891586815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "cds",
  "timestamp": 1646891588064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891582422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891590179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891586815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891582422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "cds",
  "timestamp": 1646891588064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891590179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891586815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891582422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "cds",
  "timestamp": 1646891588064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891590179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891586815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "cds",
  "timestamp": 1646891588064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891582422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891590179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891586815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "cds",
  "timestamp": 1646891588064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891582422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891590179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891586815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891582422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "cds",
  "timestamp": 1646891588064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891590179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891586815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891582422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "cds",
  "timestamp": 1646891588064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646891590179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891597702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:55:07.290Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "cds",
  "timestamp": 1646891597798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:55:07.290Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891597968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:55:07.291Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "cds",
  "timestamp": 1646891598809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-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-10T05:55:07.298Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
2022-03-10T05:55:07.298Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fca0f82-9560-4b35-ac8d-b66e8d8b4795 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-10T05:55:07.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891598902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:55:07.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891600096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:55:07.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "policy-id",
  "timestamp": 1646891600153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891601119,
  "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-10T05:55:07.315Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
2022-03-10T05:55:07.315Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fca0f82-9560-4b35-ac8d-b66e8d8b4795 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-10T05:55:07.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891601330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:55:07.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "clamp",
  "timestamp": 1646891601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "policy-id",
  "timestamp": 1646891600153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646891602122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T05:55:07.325Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646891602335,
  "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-10T05:55:07.330Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
2022-03-10T05:55:07.331Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fca0f82-9560-4b35-ac8d-b66e8d8b4795 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-10T05:55:07.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "clamp",
  "timestamp": 1646891601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "policy-id",
  "timestamp": 1646891600153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "clamp",
  "timestamp": 1646891601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "policy-id",
  "timestamp": 1646891600153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "clamp",
  "timestamp": 1646891601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "policy-id",
  "timestamp": 1646891600153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "clamp",
  "timestamp": 1646891601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "aai-ml",
  "timestamp": 1646891604902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "policy-id",
  "timestamp": 1646891600153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "clamp",
  "timestamp": 1646891601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "aai-ml",
  "timestamp": 1646891604902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "policy-id",
  "timestamp": 1646891600153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "clamp",
  "timestamp": 1646891601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "aai-ml",
  "timestamp": 1646891604902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "policy-id",
  "timestamp": 1646891607896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:55:07.345Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "aai-ml",
  "timestamp": 1646891604902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "policy-id",
  "timestamp": 1646891608900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:55:07.346Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "aai-ml",
  "timestamp": 1646891604902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "policy-id",
  "timestamp": 1646891609916,
  "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-10T05:55:07.351Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
2022-03-10T05:55:07.352Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fca0f82-9560-4b35-ac8d-b66e8d8b4795 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-10T05:55:07.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "aai-ml",
  "timestamp": 1646891604902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "aai-ml",
  "timestamp": 1646891604902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "aai-ml",
  "timestamp": 1646891612860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:55:07.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "clamp",
  "timestamp": 1646891615936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:55:07.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "clamp",
  "timestamp": 1646891617946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:55:07.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "clamp",
  "timestamp": 1646891618950,
  "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-10T05:55:07.371Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
2022-03-10T05:55:07.372Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fca0f82-9560-4b35-ac8d-b66e8d8b4795 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-10T05:55:07.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8425a816-5321-4f38-81dd-6930b5ccabc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891619628,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T05:55:07.384Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "aai-ml",
  "timestamp": 1646891624941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:55:07.388Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "aai-ml",
  "timestamp": 1646891625946,
  "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-10T05:55:07.394Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
2022-03-10T05:55:07.394Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fca0f82-9560-4b35-ac8d-b66e8d8b4795 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-10T05:55:07.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T05:55:07.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891620646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T05:55:07.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T05:55:07.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891628513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:55:07.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891631815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:55:07.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891632883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:55:07.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891633945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T05:55:07.406Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891635212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/vfw6aa9443039fa0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T05:55:07.406Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891636216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T05:55:07.407Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891637221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/resourceInstances/vfw6aa9443039fa0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T05:55:07.407Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:07.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:55:07.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891638234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310055105/1.0/artifacts/service-Vfw20220310055105-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T05:55:07.407Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:55:29.282Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:55:29.294Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fca0f82-9560-4b35-ac8d-b66e8d8b4795
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:55:29.298Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T05:55:29.298Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T05:55:29.299Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T05:55:29.299Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T05:55:29.299Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:55:29.299Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:55:29.299Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:55:29.299Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:55:29.300Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:55:29.300Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T05:55:29.300Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T05:55:29.306Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T05:55:59.306Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5fca0f82-9560-4b35-ac8d-b66e8d8b4795 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-10T05:55:59.313Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5fca0f82-9560-4b35-ac8d-b66e8d8b4795 and serviceModelVersionId: 0564e20f-18f1-41b5-8338-d8c8f73c8c4d
2022-03-10T05:55:59.314Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 136ca7ba-3853-4a90-bf94-2107a17e4d13
2022-03-10T05:55:59.315Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/136ca7ba-3853-4a90-bf94-2107a17e4d13/model-vers/model-ver/0564e20f-18f1-41b5-8338-d8c8f73c8c4d?depth=0
2022-03-10T05:55:59.320Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T05:55:59.371Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/136ca7ba-3853-4a90-bf94-2107a17e4d13/model-vers/model-ver/0564e20f-18f1-41b5-8338-d8c8f73c8c4d?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-10T05:55:59.387Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/136ca7ba-3853-4a90-bf94-2107a17e4d13/model-vers/model-ver/0564e20f-18f1-41b5-8338-d8c8f73c8c4d?depth=0|INFO|500||Invoke
2022-03-10T05:55:59.422Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/136ca7ba-3853-4a90-bf94-2107a17e4d13/model-vers/model-ver/0564e20f-18f1-41b5-8338-d8c8f73c8c4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T05:55:59.972Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/136ca7ba-3853-4a90-bf94-2107a17e4d13/model-vers/model-ver/0564e20f-18f1-41b5-8338-d8c8f73c8c4d?depth=0|INFO|500||InvokeReturn
2022-03-10T05:55:59.974Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/136ca7ba-3853-4a90-bf94-2107a17e4d13/model-vers/model-ver/0564e20f-18f1-41b5-8338-d8c8f73c8c4d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220310-05:55:59:629-7082], vertex-id=[225472], Content-Length=[0], Date=[Thu, 10 Mar 2022 05:55:59 GMT], Content-Type=[application/json]}
2022-03-10T05:55:59.975Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-10T05:55:59.976Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T05:55:59.976Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T05:55:59.982Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T05:55:59.983Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5fca0f82-9560-4b35-ac8d-b66e8d8b4795 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T05:55:59.983Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T05:55:59.984Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T05:55:59.987Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T05:55:59.987Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891759983,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T05:56:00.087Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T05:56:00.088Z||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-10T05:56:00.088Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T05:56:00.105Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:56:00.106Z||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-10T05:56:00.999Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:56:01.000Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T05:56:01.000Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:56:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:56:06.739Z||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-10T05:56:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:56:07.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:56:07.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T05:56:07.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fca0f82-9560-4b35-ac8d-b66e8d8b4795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646891759983,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T05:56:07.369Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T05:56:11.282Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:56:11.283Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:56:11.284Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T05:56:11.284Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:56:20.860Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:56:20.861Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:56:20.861Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T05:56:20.861Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:56:30.403Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:56:30.404Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:56:30.404Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T05:56:30.404Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:56:39.982Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:56:39.983Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:56:39.984Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T05:56:39.985Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:56:49.543Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:56:49.544Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:56:49.545Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T05:56:49.545Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:56:59.088Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:57:06.731Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:57:06.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T05:57:06.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:57:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:57:06.739Z||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-10T05:57:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:57:16.326Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:57:16.328Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:58:06.731Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:58:06.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T05:58:06.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:58:06.738Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:58:06.739Z||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-10T05:58:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:58:16.281Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:58:16.282Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:59:06.731Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:59:06.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T05:59:06.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:59:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T05:59:06.739Z||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-10T05:59:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T05:59:16.282Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T05:59:16.283Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:00:06.732Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:00:06.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T06:00:06.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:00:06.738Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:00:06.739Z||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-10T06:00:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:00:16.285Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:00:16.318Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:01:06.731Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:01:06.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T06:01:06.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:01:06.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:01:06.739Z||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-10T06:01:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:01:16.293Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:01:16.297Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:02:06.731Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:02:06.732Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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-10T06:02:06.733Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:02:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:02:06.739Z||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-10T06:02:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:02:07.363Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:02:07.363Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.363Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9526ea8-2b34-401c-93d7-a806a08c031e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6d1db3c1-1a17-4c8c-b01f-06e6f86c4378","serviceDescription":"service","serviceInvariantUUID":"9dc91195-81ae-4c6b-b42c-09088ce1b147","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4690d704-4964-4620-906b-17c5666982e0","resourceInvariantUUID":"ade80152-3c25-4583-bb08-e3aa1e8aeedb","resourceCustomizationUUID":"23cba992-d832-4022-bac7-9dbe37b32a77","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":"NTY1YWVhY2U1MjFjNGRmNjM3ZTY2Njg4ODM2ZDcwMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d86f5a17-8fe2-4797-b928-177d0d5e3d49","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmU1MWZkOTJjNzEwNmJjNTk2NzgzYzk5MDk2NTYxZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86621fad-672b-4b94-a83a-117225efe697","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T06:02:07.366Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:02:07.366Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:02:07.369Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:02:07.369Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892126731,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:02:07.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:02:07.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892092422,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:02:07.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892090179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:02:07.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "cds",
  "timestamp": 1646892098063,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:02:07.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892090179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:02:07.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892092422,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:02:07.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "cds",
  "timestamp": 1646892098063,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:02:07.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "policy-id",
  "timestamp": 1646892100153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:02:07.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "policy-id",
  "timestamp": 1646892100153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:02:07.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892102480,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:02:07.380Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:02:07.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "cds",
  "timestamp": 1646892102348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:02:07.381Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:02:07.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "cds",
  "timestamp": 1646892103359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T06:02:07.402Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9526ea8-2b34-401c-93d7-a806a08c031e
2022-03-10T06:02:07.402Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9526ea8-2b34-401c-93d7-a806a08c031e 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-10T06:02:07.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "policy-id",
  "timestamp": 1646892103294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:02:07.414Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:02:07.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892104190,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:02:07.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:02:07.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "policy-id",
  "timestamp": 1646892104300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:02:07.416Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:02:07.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892105197,
  "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-10T06:02:07.422Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9526ea8-2b34-401c-93d7-a806a08c031e
2022-03-10T06:02:07.423Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9526ea8-2b34-401c-93d7-a806a08c031e 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-10T06:02:07.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "policy-id",
  "timestamp": 1646892105303,
  "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-10T06:02:07.440Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9526ea8-2b34-401c-93d7-a806a08c031e
2022-03-10T06:02:07.441Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9526ea8-2b34-401c-93d7-a806a08c031e 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-10T06:02:07.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892106815,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:02:07.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892106815,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:02:07.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "clamp",
  "timestamp": 1646892111030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:02:07.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "clamp",
  "timestamp": 1646892111030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:02:07.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "aai-ml",
  "timestamp": 1646892114902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:02:07.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "aai-ml",
  "timestamp": 1646892114902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:02:07.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:02:07.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "aai-ml",
  "timestamp": 1646892117623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:02:07.462Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:02:07.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "clamp",
  "timestamp": 1646892117988,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:02:07.463Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:02:07.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "clamp",
  "timestamp": 1646892119007,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:02:07.464Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:02:07.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "clamp",
  "timestamp": 1646892120011,
  "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-10T06:02:07.472Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-10T06:02:07.473Z||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-10T06:02:07.473Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:02:07.476Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9526ea8-2b34-401c-93d7-a806a08c031e
2022-03-10T06:02:07.476Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9526ea8-2b34-401c-93d7-a806a08c031e 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-10T06:02:07.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "aai-ml",
  "timestamp": 1646892122846,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:02:07.485Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:02:07.486Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:02:07.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T06:02:07.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "aai-ml",
  "timestamp": 1646892123849,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2022-03-10T06:02:07.487Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 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=?
2022-03-10T06:02:07.491Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9526ea8-2b34-401c-93d7-a806a08c031e
2022-03-10T06:02:07.492Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9526ea8-2b34-401c-93d7-a806a08c031e 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-10T06:02:08.371Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:02:08.372Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:02:08.374Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:02:08.374Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892126731,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:02:08.474Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:02:08.475Z||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-10T06:02:08.476Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:02:08.490Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:02:08.492Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:02:09.375Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "6d1db3c1-1a17-4c8c-b01f-06e6f86c4378",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9dc91195-81ae-4c6b-b42c-09088ce1b147",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "23cba992-d832-4022-bac7-9dbe37b32a77",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "4690d704-4964-4620-906b-17c5666982e0",
      "resourceInvariantUUID": "ade80152-3c25-4583-bb08-e3aa1e8aeedb",
      "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": "ZmU1MWZkOTJjNzEwNmJjNTk2NzgzYzk5MDk2NTYxZWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "86621fad-672b-4b94-a83a-117225efe697"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T06:02:09.376Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T06:02:09.376Z|5fca0f82-9560-4b35-ac8d-b66e8d8b4795|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d1db3c1-1a17-4c8c-b01f-06e6f86c4378 ASDC
2022-03-10T06:02:09.376Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a9526ea8-2b34-401c-93d7-a806a08c031e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:6d1db3c1-1a17-4c8c-b01f-06e6f86c4378
ServiceInvariantUUID:9dc91195-81ae-4c6b-b42c-09088ce1b147
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:86621fad-672b-4b94-a83a-117225efe697
ArtifactChecksum:ZmU1MWZkOTJjNzEwNmJjNTk2NzgzYzk5MDk2NTYxZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:23cba992-d832-4022-bac7-9dbe37b32a77
ResourceInvariantUUID:ade80152-3c25-4583-bb08-e3aa1e8aeedb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4690d704-4964-4620-906b-17c5666982e0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-10T06:02:09.377Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d1db3c1-1a17-4c8c-b01f-06e6f86c4378 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-10T06:02:09.401Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:02:09.403Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T06:02:09.403Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T06:02:09.403Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 86621fad-672b-4b94-a83a-117225efe697 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-10T06:02:09.403Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T06:02:09.404Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-10T06:02:09.995Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T06:02:09.998Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 86621fad-672b-4b94-a83a-117225efe697 52505
2022-03-10T06:02:09.998Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:09.999Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:09.999Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:02:09.999Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:02:10.001Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:02:10.002Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892129998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:02:10.102Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:02:10.103Z||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-10T06:02:10.103Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:02:10.132Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:02:10.132Z||pool-53-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:02:11.003Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:02:11.004Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T06:02:11.004Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 86621fad-672b-4b94-a83a-117225efe697, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:02:11.005Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-10T06:02:11.005Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:02:11.005Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:02:11.139Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9660974234763321679/Definitions/service-BasicNetwork-template.yml
2022-03-10T06:02:11.648Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T06:02:11.649Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T06:02:11.649Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T06:02:11.649Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-10T06:02:11.649Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:11.649Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:11.649Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:11.649Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:11.649Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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-BasicNetwork-csar.csar
2022-03-10T06:02:11.649Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:11.650Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:11.650Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:11.650Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T06:02:11.650Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.650Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:02:11.650Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-10T06:02:11.651Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T06:02:11.651Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:02:11.651Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.651Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:02:11.651Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-10T06:02:11.651Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T06:02:11.651Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:02:11.651Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.652Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:02:11.652Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.652Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:02:11.652Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.652Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:02:11.652Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.652Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:02:11.653Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.653Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:02:11.653Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:6d1db3c1-1a17-4c8c-b01f-06e6f86c4378
Model Version:NULL
Model InvariantUuid:9dc91195-81ae-4c6b-b42c-09088ce1b147
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ade80152-3c25-4583-bb08-e3aa1e8aeedb
Model UUID:df29d718-4b45-4beb-be2e-20aadd5d13fa
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:23cba992-d832-4022-bac7-9dbe37b32a77
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-10T06:02:11.658Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 4690d704-4964-4620-906b-17c5666982e0
2022-03-10T06:02:11.659Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||No resources found for Service: 6d1db3c1-1a17-4c8c-b01f-06e6f86c4378
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-10T06:02:11.664Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||
2022-03-10T06:02:11.665Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-10T06:02:11.665Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 6d1db3c1-1a17-4c8c-b01f-06e6f86c4378
2022-03-10T06:02:11.666Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6d1db3c1-1a17-4c8c-b01f-06e6f86c4378
2022-03-10T06:02:11.666Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-10T06:02:11.666Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:11.672Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a7a1a28, org.onap.sdc.toscaparser.api.parameters.Input@451de6f7, org.onap.sdc.toscaparser.api.parameters.Input@6cc0efef, org.onap.sdc.toscaparser.api.parameters.Input@37adb3a5, org.onap.sdc.toscaparser.api.parameters.Input@d3c4422]
2022-03-10T06:02:11.673Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.673Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:02:11.674Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.674Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:02:11.674Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6d1db3c1-1a17-4c8c-b01f-06e6f86c4378: Generic NeutronNet
2022-03-10T06:02:11.674Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.674Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:02:11.674Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.675Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:11.703Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.704Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:02:11.704Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.704Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:02:11.705Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:02:11.705Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:02:11.705Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:11.764Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-10T06:02:11.765Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:11.765Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||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-10T06:02:11.765Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:02:11.765Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:02:11.767Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:02:11.767Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892131765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:02:11.867Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:02:11.868Z||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-10T06:02:11.868Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:02:11.881Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:02:11.882Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:02:12.768Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9526ea8-2b34-401c-93d7-a806a08c031e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T06:02:12.781Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9526ea8-2b34-401c-93d7-a806a08c031e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T06:02:12.784Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:02:12.784Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T06:02:12.784Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T06:02:12.784Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T06:02:12.784Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:02:12.784Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:02:12.785Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:02:12.785Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:02:12.785Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:02:12.785Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:02:12.785Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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-10T06:02:12.790Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T06:02:42.790Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9526ea8-2b34-401c-93d7-a806a08c031e 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-10T06:02:42.796Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9526ea8-2b34-401c-93d7-a806a08c031e and serviceModelVersionId: 6d1db3c1-1a17-4c8c-b01f-06e6f86c4378
2022-03-10T06:02:42.797Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9dc91195-81ae-4c6b-b42c-09088ce1b147
2022-03-10T06:02:42.798Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9dc91195-81ae-4c6b-b42c-09088ce1b147/model-vers/model-ver/6d1db3c1-1a17-4c8c-b01f-06e6f86c4378?depth=0
2022-03-10T06:02:42.803Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T06:02:42.857Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dc91195-81ae-4c6b-b42c-09088ce1b147/model-vers/model-ver/6d1db3c1-1a17-4c8c-b01f-06e6f86c4378?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-10T06:02:42.859Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dc91195-81ae-4c6b-b42c-09088ce1b147/model-vers/model-ver/6d1db3c1-1a17-4c8c-b01f-06e6f86c4378?depth=0|INFO|500||Invoke
2022-03-10T06:02:42.884Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dc91195-81ae-4c6b-b42c-09088ce1b147/model-vers/model-ver/6d1db3c1-1a17-4c8c-b01f-06e6f86c4378?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T06:02:43.318Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dc91195-81ae-4c6b-b42c-09088ce1b147/model-vers/model-ver/6d1db3c1-1a17-4c8c-b01f-06e6f86c4378?depth=0|INFO|500||InvokeReturn
2022-03-10T06:02:43.319Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dc91195-81ae-4c6b-b42c-09088ce1b147/model-vers/model-ver/6d1db3c1-1a17-4c8c-b01f-06e6f86c4378?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-06:02:43:093-69234], vertex-id=[258136], Content-Length=[0], Date=[Thu, 10 Mar 2022 06:02:43 GMT], Content-Type=[application/json]}
2022-03-10T06:02:43.320Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-10T06:02:43.320Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T06:02:43.320Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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-10T06:02:43.324Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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-10T06:02:43.325Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9526ea8-2b34-401c-93d7-a806a08c031e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T06:02:43.325Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T06:02:43.325Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:02:43.327Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:02:43.327Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892163325,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T06:02:43.427Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:02:43.429Z||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-10T06:02:43.429Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:02:43.442Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:02:43.443Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T06:03:06.731Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:03:06.732Z||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-10T06:03:06.732Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:03:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:03:06.739Z||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-10T06:03:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:03:06.866Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:03:06.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:03:06.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892126731,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:03:06.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:03:16.289Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:06.732Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:04:06.733Z||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-10T06:04:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:04:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:04:06.739Z||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-10T06:04:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:04:06.775Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:06.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:04:06.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892126731,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:04:06.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:04:06.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:04:06.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892129998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:04:06.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:04:06.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:04:06.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892131765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:04:06.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:04:06.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:04:06.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9526ea8-2b34-401c-93d7-a806a08c031e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892163325,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T06:04:06.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:04:07.368Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:07.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T06:04:07.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b80dc50-cb1d-4d5f-8895-852b5be953ca","serviceName":"Demo_pNF_cHoUGT5K2MP4ToM9jF6K","serviceVersion":"1.0","serviceUUID":"81091f6f-27ff-4589-9112-e825cfae9498","serviceDescription":"catalog service description","serviceInvariantUUID":"6ec072f6-40f2-4556-a7a4-c2ac58d286e6","resources":[{"resourceInstanceName":"pNF eb60cffc-3503 0","resourceName":"pNF eb60cffc-3503","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7ca04d91-75a1-46e8-a6d3-503553d7018b","resourceInvariantUUID":"36e189d8-8663-49c9-8d2e-f782690e542c","resourceCustomizationUUID":"6c1f2b91-fad3-4f6c-8530-c4410b101c8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vf-license-model.xml","artifactChecksum":"OWFjMzM4ZWJlZmQ1MzY5ZmZmN2E0YTZkNjk4YzU5Mzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6380659c-50b0-4430-b4e4-8afb98034dd1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/pNF.csar","artifactChecksum":"NjM2ZjZkMjdlNDM2NTY4MDNmMTYwZmMyM2ZiMzUwYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79ce6c79-2569-4b84-97c7-2ed4112b311d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"440e3d96-7c3c-4e4f-b521-41326ae1c8aa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vendor-license-model.xml","artifactChecksum":"OWIxZGRlYmY5ZTlkZjE0YTMzNTUwMzg3YjExMzA2ZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df886ca9-b4c0-4657-99d3-f38276beee15","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6e3136c6-79ef-4cee-8c7c-a4887de0a01a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15e8ce65-a3f9-4832-ae6c-05de8cedc94e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfChougt5k2mp4tom9jf6k-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-template.yml","artifactChecksum":"YjRiYTA3MjNlYzcwZmVkNmQ1NGQ3Nzc3ODc3M2ZlZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43511c0a-a287-40a4-8475-d8c6a2c62a02","artifactVersion":"1"},{"artifactName":"service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar","artifactChecksum":"NTM1NTMxYmQ3ODgwY2QzMTIzMmZlOTFhYTg4M2JiZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82b1c637-3a35-463c-ba2f-8717f89db65b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T06:04:07.383Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:04:07.384Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:04:07.388Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:04:07.388Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:04:07.488Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T06:04:07.489Z||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-10T06:04:07.489Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:04:07.502Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:07.502Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:04:08.389Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:04:08.391Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:04:08.395Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:04:08.395Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:04:08.495Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T06:04:08.497Z||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-10T06:04:08.497Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:04:08.518Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:08.519Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:04:09.396Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:04:09.398Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:04:09.400Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:04:09.400Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:04:09.502Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:04:09.503Z||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-10T06:04:09.503Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:04:09.518Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:09.519Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:04:10.401Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:04:10.402Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:04:10.413Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:04:10.413Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:04:10.512Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-10T06:04:10.513Z||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-10T06:04:10.513Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:04:10.527Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:10.528Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:04:11.416Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:04:11.417Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:04:11.424Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:04:11.425Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:04:11.520Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-10T06:04:11.521Z||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-10T06:04:11.521Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:04:11.535Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:11.536Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:04:12.425Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:04:12.426Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:04:12.429Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:04:12.429Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:04:12.529Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:04:12.530Z||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-10T06:04:12.530Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:04:12.543Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:12.544Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:04:13.429Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:04:13.430Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:04:13.434Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:04:13.434Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:04:13.534Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:04:13.535Z||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-10T06:04:13.535Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:04:13.551Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:13.551Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:04:14.435Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:04:14.435Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:04:14.438Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:04:14.438Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:04:14.538Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:04:14.539Z||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-10T06:04:14.539Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:04:14.551Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:14.552Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:04:15.439Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "serviceName": "Demo_pNF_cHoUGT5K2MP4ToM9jF6K",
  "serviceVersion": "1.0",
  "serviceUUID": "81091f6f-27ff-4589-9112-e825cfae9498",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6ec072f6-40f2-4556-a7a4-c2ac58d286e6",
  "resources": [
    {
      "resourceInstanceName": "pNF eb60cffc-3503 0",
      "resourceCustomizationUUID": "6c1f2b91-fad3-4f6c-8530-c4410b101c8a",
      "resourceName": "pNF eb60cffc-3503",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7ca04d91-75a1-46e8-a6d3-503553d7018b",
      "resourceInvariantUUID": "36e189d8-8663-49c9-8d2e-f782690e542c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
      "artifactChecksum": "NTM1NTMxYmQ3ODgwY2QzMTIzMmZlOTFhYTg4M2JiZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "82b1c637-3a35-463c-ba2f-8717f89db65b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T06:04:15.439Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T06:04:15.440Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 81091f6f-27ff-4589-9112-e825cfae9498 ASDC
2022-03-10T06:04:15.442Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7b80dc50-cb1d-4d5f-8895-852b5be953ca
ServiceName:Demo_pNF_cHoUGT5K2MP4ToM9jF6K
ServiceVersion:1.0
ServiceUUID:81091f6f-27ff-4589-9112-e825cfae9498
ServiceInvariantUUID:6ec072f6-40f2-4556-a7a4-c2ac58d286e6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
ArtifactUUID:82b1c637-3a35-463c-ba2f-8717f89db65b
ArtifactChecksum:NTM1NTMxYmQ3ODgwY2QzMTIzMmZlOTFhYTg4M2JiZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF eb60cffc-3503 0
ResourceCustomizationUUID:6c1f2b91-fad3-4f6c-8530-c4410b101c8a
ResourceInvariantUUID:36e189d8-8663-49c9-8d2e-f782690e542c
ResourceName:pNF eb60cffc-3503
ResourceType:PNF
ResourceUUID:7ca04d91-75a1-46e8-a6d3-503553d7018b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-10T06:04:15.442Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81091f6f-27ff-4589-9112-e825cfae9498 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-10T06:04:15.479Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:04:15.480Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-10T06:04:15.480Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-10T06:04:15.480Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 82b1c637-3a35-463c-ba2f-8717f89db65b from URL: /sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:15.481Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-10T06:04:15.481Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:15.789Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-10T06:04:15.797Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar 82b1c637-3a35-463c-ba2f-8717f89db65b 82647
2022-03-10T06:04:15.797Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar ASDC sendASDCNotification
2022-03-10T06:04:15.798Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:15.799Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:04:15.799Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:04:15.802Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:04:15.802Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892255797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:04:15.902Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:04:15.903Z||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-10T06:04:15.904Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:04:15.917Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:15.918Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:04:16.803Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:04:16.807Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-10T06:04:16.808Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 82b1c637-3a35-463c-ba2f-8717f89db65b, URL: /sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar to file: /app/ASDC/1/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:16.808Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:16.809Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:16.809Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:17.002Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3275167603956608223/Definitions/service-DemoPnfChougt5k2mp4tom9jf6k-template.yml
2022-03-10T06:04:17.664Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T06:04:17.664Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-10T06:04:17.664Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:17.664Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-10T06:04:17.664Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF eb60cffc-3503 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-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:17.665Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:17.665Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:17.665Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:17.665Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:17.665Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:17.665Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:17.665Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-10T06:04:17.665Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:04:17.665Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cHoUGT5K2MP4ToM9jF6K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:04:17.666Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Node template pNF eb60cffc-3503 0 is matching search criteria
2022-03-10T06:04:17.666Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-10T06:04:17.666Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF eb60cffc-3503 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:04:17.666Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:04:17.666Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cHoUGT5K2MP4ToM9jF6K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:04:17.667Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Node template pNF eb60cffc-3503 0 is matching search criteria
2022-03-10T06:04:17.667Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-10T06:04:17.667Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF eb60cffc-3503 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:04:17.667Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:04:17.667Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cHoUGT5K2MP4ToM9jF6K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:04:17.667Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:04:17.668Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cHoUGT5K2MP4ToM9jF6K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:04:17.668Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:04:17.668Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cHoUGT5K2MP4ToM9jF6K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:04:17.668Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:04:17.668Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cHoUGT5K2MP4ToM9jF6K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:04:17.668Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:04:17.668Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cHoUGT5K2MP4ToM9jF6K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:04:17.668Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_cHoUGT5K2MP4ToM9jF6K
Description:catalog service description
Model UUID:81091f6f-27ff-4589-9112-e825cfae9498
Model Version:NULL
Model InvariantUuid:6ec072f6-40f2-4556-a7a4-c2ac58d286e6
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-10T06:04:17.674Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7ca04d91-75a1-46e8-a6d3-503553d7018b
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-10T06:04:17.678Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||pNF eb60cffc-3503 0
2022-03-10T06:04:17.678Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7ca04d91-75a1-46e8-a6d3-503553d7018b
2022-03-10T06:04:17.679Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 81091f6f-27ff-4589-9112-e825cfae9498
2022-03-10T06:04:17.679Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 81091f6f-27ff-4589-9112-e825cfae9498
2022-03-10T06:04:17.679Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF eb60cffc-3503 0 7ca04d91-75a1-46e8-a6d3-503553d7018b 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-10T06:04:17.683Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45f24693, org.onap.sdc.toscaparser.api.parameters.Input@667a329d, org.onap.sdc.toscaparser.api.parameters.Input@1f36f2fb, org.onap.sdc.toscaparser.api.parameters.Input@3fcb5d5a, org.onap.sdc.toscaparser.api.parameters.Input@68da52ee]
2022-03-10T06:04:17.684Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:04:17.684Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cHoUGT5K2MP4ToM9jF6K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:04:17.685Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 81091f6f-27ff-4589-9112-e825cfae9498: pNF eb60cffc-3503
2022-03-10T06:04:17.685Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||Processing PNF resource: 7ca04d91-75a1-46e8-a6d3-503553d7018b
2022-03-10T06:04:17.685Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:04:17.686Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cHoUGT5K2MP4ToM9jF6K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:04:17.686Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||Resource customization UUID: 6c1f2b91-fad3-4f6c-8530-c4410b101c8a is the same as notified resource customizationUUID: 6c1f2b91-fad3-4f6c-8530-c4410b101c8a
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-10T06:04:17.734Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF eb60cffc-3503 7ca04d91-75a1-46e8-a6d3-503553d7018b 0 ASDC deployResourceStructure
2022-03-10T06:04:17.735Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar ASDC sendASDCNotification
2022-03-10T06:04:17.735Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar
2022-03-10T06:04:17.735Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:04:17.735Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:04:17.737Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:04:17.737Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892257735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:04:17.837Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:04:17.839Z||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-10T06:04:17.839Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:04:17.854Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:04:17.855Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:04:18.738Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T06:04:18.752Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T06:04:18.754Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:04:18.755Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:04:18.755Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:04:48.755Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T06:04:48.769Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T06:04:48.771Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:04:48.771Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:04:48.771Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:05:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:05:06.741Z||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-10T06:05:06.741Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:05:06.785Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:05:06.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892210179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892212422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "cds",
  "timestamp": 1646892218063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892210179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892212422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "cds",
  "timestamp": 1646892218063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892212422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892210179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "cds",
  "timestamp": 1646892218063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "policy-id",
  "timestamp": 1646892220153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892210179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892212422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "cds",
  "timestamp": 1646892218063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "policy-id",
  "timestamp": 1646892220153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892210179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892212422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "cds",
  "timestamp": 1646892218063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "policy-id",
  "timestamp": 1646892220153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892212422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892210179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:05:06.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "cds",
  "timestamp": 1646892218063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "policy-id",
  "timestamp": 1646892220153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892210179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892212422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "cds",
  "timestamp": 1646892218063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "policy-id",
  "timestamp": 1646892220153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892212422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:05:06.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892210179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "cds",
  "timestamp": 1646892218063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:05:06.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "policy-id",
  "timestamp": 1646892220153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892226139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:05:06.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:05:06.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892226874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:05:06.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:05:06.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "cds",
  "timestamp": 1646892226985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:05:06.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:05:06.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "policy-id",
  "timestamp": 1646892220153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892226815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892227311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T06:05:06.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:05:06.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "cds",
  "timestamp": 1646892227991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-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-10T06:05:06.809Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b80dc50-cb1d-4d5f-8895-852b5be953ca
2022-03-10T06:05:06.809Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b80dc50-cb1d-4d5f-8895-852b5be953ca 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-10T06:05:06.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "policy-id",
  "timestamp": 1646892220153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:05:06.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892226815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892228880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:05:06.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:05:06.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892228316,
  "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-10T06:05:06.826Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7b80dc50-cb1d-4d5f-8895-852b5be953ca
2022-03-10T06:05:06.826Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b80dc50-cb1d-4d5f-8895-852b5be953ca 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-10T06:05:06.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "policy-id",
  "timestamp": 1646892229115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:05:06.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:05:06.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892226815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892229885,
  "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-10T06:05:06.841Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b80dc50-cb1d-4d5f-8895-852b5be953ca
2022-03-10T06:05:06.841Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b80dc50-cb1d-4d5f-8895-852b5be953ca 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-10T06:05:06.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "policy-id",
  "timestamp": 1646892230121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:05:06.850Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:05:06.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892226815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "policy-id",
  "timestamp": 1646892231124,
  "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-10T06:05:06.856Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b80dc50-cb1d-4d5f-8895-852b5be953ca
2022-03-10T06:05:06.856Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b80dc50-cb1d-4d5f-8895-852b5be953ca 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-10T06:05:06.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892226815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "clamp",
  "timestamp": 1646892231030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892226815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "clamp",
  "timestamp": 1646892231030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892226815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "clamp",
  "timestamp": 1646892231030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892226815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:05:06.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "clamp",
  "timestamp": 1646892231030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "clamp",
  "timestamp": 1646892231030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "aai-ml",
  "timestamp": 1646892234902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "clamp",
  "timestamp": 1646892231030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "aai-ml",
  "timestamp": 1646892234902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "clamp",
  "timestamp": 1646892231030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "aai-ml",
  "timestamp": 1646892234902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "cds",
  "timestamp": 1646892233063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892230179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "clamp",
  "timestamp": 1646892231030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:05:06.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "aai-ml",
  "timestamp": 1646892234902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892230179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "cds",
  "timestamp": 1646892233063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "aai-ml",
  "timestamp": 1646892234902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892230179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "cds",
  "timestamp": 1646892233063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "aai-ml",
  "timestamp": 1646892234902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892230179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "cds",
  "timestamp": 1646892233063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "policy-id",
  "timestamp": 1646892240153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "aai-ml",
  "timestamp": 1646892234902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892230179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "cds",
  "timestamp": 1646892233063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "policy-id",
  "timestamp": 1646892240153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "aai-ml",
  "timestamp": 1646892234902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:05:06.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892242422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892230179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "cds",
  "timestamp": 1646892233063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "policy-id",
  "timestamp": 1646892240153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892242422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892230179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "cds",
  "timestamp": 1646892233063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "policy-id",
  "timestamp": 1646892240153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "aai-ml",
  "timestamp": 1646892243948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:05:06.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:05:06.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892242422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892230179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "cds",
  "timestamp": 1646892233063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "policy-id",
  "timestamp": 1646892240153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:05:06.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892242422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646892230179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "cds",
  "timestamp": 1646892233063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:05:06.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:06.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:05:06.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "policy-id",
  "timestamp": 1646892240153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:05:06.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:05:18.772Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T06:05:18.785Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T06:05:18.789Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:05:18.789Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:05:18.790Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:05:48.790Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T06:05:48.801Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T06:05:48.804Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:05:48.804Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:05:48.804Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:06:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:06:06.739Z||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-10T06:06:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:06:06.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:06:06.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:06:06.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892242422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:06:06.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:06:18.805Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T06:06:18.819Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T06:06:18.824Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:06:18.824Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:06:18.824Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:06:48.825Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T06:06:48.837Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T06:06:48.839Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:06:48.839Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T06:06:48.840Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T06:07:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:07:06.739Z||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-10T06:07:06.740Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:07:07.271Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:07:07.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "policy-id",
  "timestamp": 1646892240153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892246815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "cds",
  "timestamp": 1646892247805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:07:07.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892242422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "policy-id",
  "timestamp": 1646892240153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892246815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-10T06:07:07.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "cds",
  "timestamp": 1646892248812,
  "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-10T06:07:07.305Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d
2022-03-10T06:07:07.305Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d 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-10T06:07:07.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892242422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "policy-id",
  "timestamp": 1646892240153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:07:07.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892246815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-10T06:07:07.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892242422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "clamp",
  "timestamp": 1646892250006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:07:07.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "aai-ml",
  "timestamp": 1646892250102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:07:07.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892246815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:07:07.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "policy-id",
  "timestamp": 1646892250301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:07:07.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892242422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:07:07.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "clamp",
  "timestamp": 1646892251024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:07:07.320Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "aai-ml",
  "timestamp": 1646892251106,
  "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-10T06:07:07.328Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b80dc50-cb1d-4d5f-8895-852b5be953ca
2022-03-10T06:07:07.329Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b80dc50-cb1d-4d5f-8895-852b5be953ca 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-10T06:07:07.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892246815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:07:07.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "policy-id",
  "timestamp": 1646892251311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:07:07.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "clamp",
  "timestamp": 1646892252027,
  "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-10T06:07:07.347Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b80dc50-cb1d-4d5f-8895-852b5be953ca
2022-03-10T06:07:07.347Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b80dc50-cb1d-4d5f-8895-852b5be953ca 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-10T06:07:07.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892252376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:07:07.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892246815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "policy-id",
  "timestamp": 1646892252315,
  "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-10T06:07:07.359Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d
2022-03-10T06:07:07.359Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d 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-10T06:07:07.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/resourceInstances/pnfeb60cffc35030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892246815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-10T06:07:07.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892246815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892254795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:07:07.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:07:07.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892246815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:07:07.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646892255799,
  "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-10T06:07:07.374Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d
2022-03-10T06:07:07.374Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d 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-10T06:07:07.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892255797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:07:07.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892256689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:07:07.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892257735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChougt5k2mp4tom9jf6k/1.0/artifacts/service-DemoPnfChougt5k2mp4tom9jf6k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:07:07.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892257991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:07:07.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892259288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:07:07.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892260589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:07:07.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892261649,
  "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-10T06:07:07.396Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d
2022-03-10T06:07:07.396Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d 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-10T06:07:07.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "clamp",
  "timestamp": 1646892261030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646892262653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:07:07.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "clamp",
  "timestamp": 1646892261030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "clamp",
  "timestamp": 1646892261030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "clamp",
  "timestamp": 1646892261030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:07:07.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "clamp",
  "timestamp": 1646892261030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "aai-ml",
  "timestamp": 1646892264902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "clamp",
  "timestamp": 1646892261030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "aai-ml",
  "timestamp": 1646892264902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "clamp",
  "timestamp": 1646892261030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "aai-ml",
  "timestamp": 1646892264902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "clamp",
  "timestamp": 1646892261030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "aai-ml",
  "timestamp": 1646892264902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "clamp",
  "timestamp": 1646892261030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:07:07.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "aai-ml",
  "timestamp": 1646892264902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "aai-ml",
  "timestamp": 1646892264902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "aai-ml",
  "timestamp": 1646892264902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "aai-ml",
  "timestamp": 1646892264902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:07.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "aai-ml",
  "timestamp": 1646892264902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:07:07.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:07:07.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "clamp",
  "timestamp": 1646892275009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:07:07.411Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "aai-ml",
  "timestamp": 1646892274951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:07:07.412Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "clamp",
  "timestamp": 1646892276026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:07:07.412Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "clamp",
  "timestamp": 1646892277029,
  "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-10T06:07:07.420Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d
2022-03-10T06:07:07.420Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d 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-10T06:07:07.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "aai-ml",
  "timestamp": 1646892283525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:07:07.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:07:07.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:07:07.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "aai-ml",
  "timestamp": 1646892284529,
  "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-10T06:07:07.433Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d
2022-03-10T06:07:07.433Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d 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-10T06:07:18.840Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T06:07:18.853Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T06:07:18.856Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:07:18.857Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T06:07:18.857Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T06:07:18.857Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T06:07:18.857Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:07:18.857Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:07:18.857Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:07:18.857Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:07:18.857Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:07:18.857Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:07:18.857Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:07:18.858Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T06:07:18.862Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T06:07:48.863Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca 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-10T06:07:48.870Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b80dc50-cb1d-4d5f-8895-852b5be953ca and serviceModelVersionId: 81091f6f-27ff-4589-9112-e825cfae9498
2022-03-10T06:07:48.871Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ec072f6-40f2-4556-a7a4-c2ac58d286e6
2022-03-10T06:07:48.872Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ec072f6-40f2-4556-a7a4-c2ac58d286e6/model-vers/model-ver/81091f6f-27ff-4589-9112-e825cfae9498?depth=0
2022-03-10T06:07:48.880Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T06:07:48.946Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec072f6-40f2-4556-a7a4-c2ac58d286e6/model-vers/model-ver/81091f6f-27ff-4589-9112-e825cfae9498?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-10T06:07:48.948Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec072f6-40f2-4556-a7a4-c2ac58d286e6/model-vers/model-ver/81091f6f-27ff-4589-9112-e825cfae9498?depth=0|INFO|500||Invoke
2022-03-10T06:07:48.974Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec072f6-40f2-4556-a7a4-c2ac58d286e6/model-vers/model-ver/81091f6f-27ff-4589-9112-e825cfae9498?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T06:07:49.336Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec072f6-40f2-4556-a7a4-c2ac58d286e6/model-vers/model-ver/81091f6f-27ff-4589-9112-e825cfae9498?depth=0|INFO|500||InvokeReturn
2022-03-10T06:07:49.337Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ec072f6-40f2-4556-a7a4-c2ac58d286e6/model-vers/model-ver/81091f6f-27ff-4589-9112-e825cfae9498?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220310-06:07:49:184-32113], vertex-id=[204896], Content-Length=[0], Date=[Thu, 10 Mar 2022 06:07:49 GMT], Content-Type=[application/json]}
2022-03-10T06:07:49.337Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-03-10T06:07:49.338Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T06:07:49.338Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T06:07:49.344Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T06:07:49.344Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b80dc50-cb1d-4d5f-8895-852b5be953ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T06:07:49.344Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T06:07:49.345Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:07:49.348Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:07:49.348Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892469344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T06:07:49.448Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:07:49.449Z||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-10T06:07:49.449Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:07:49.466Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:07:49.467Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T06:07:50.363Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T06:07:50.363Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bcf35cf-de0d-4b4c-ad8d-ef54536a441d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"af63f3a0-1c10-44c6-adec-1f4db64f43df","serviceDescription":"service","serviceInvariantUUID":"477ed853-7770-4ed2-a97d-e8084c3b5fb1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9ab0a1c0-444a-43ba-91cc-2abc8d7dece4","resourceInvariantUUID":"e91da18c-0d88-4afb-bccf-a4164b13d657","resourceCustomizationUUID":"c126319b-64e4-4e50-8d26-172c3eee9de7","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":"NjZkYzVlNjQyNTZmY2FlYWE0ZWM0NDU4ODU2NTdiZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ea7d419-1d8b-4e72-a166-cb48041d026a","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":"0e90aec2-85e2-4d77-9bbc-4e5794bfb910","artifactVersion":"2","generatedFromUUID":"f01493a0-6b02-4f24-81b6-f87a71d4be06"},{"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":"f01493a0-6b02-4f24-81b6-f87a71d4be06","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":"NGY3YjlmY2I1YjRhMTk4OWE3MjBiODJkOGMxZmY5ZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6d770288-6a5a-4752-8593-d9a07b932cbc","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":"b2285990-2967-444d-9267-5915b9549dbb","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":"6566d868-b82d-4cce-91ab-ceb84eb02a89","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":"a401d8cf-67ca-4eb5-a257-1073e1fa921e","artifactVersion":"2","generatedFromUUID":"b2285990-2967-444d-9267-5915b9549dbb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDQzNGJlNTk2ZmQxZTA1OWE4N2MxMjBkZDhlNWU3OTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"475262d3-0cb4-4137-9dbf-0ec83158a65b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWE3NzhlNGEzZmU0OTIyNjY0NTIxODAxMGMxZjVhNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2717c4b0-fd96-4389-8510-a0c497d599c2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T06:07:50.364Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:07:50.364Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:07:50.367Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:07:50.367Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:50.467Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:07:50.469Z||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-10T06:07:50.469Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:07:50.485Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:07:50.485Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:07:51.368Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:07:51.368Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:07:51.371Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:07:51.371Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-10T06:07:51.471Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T06:07:51.472Z||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-10T06:07:51.472Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:07:51.485Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:07:51.485Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:07:52.372Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:07:52.373Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:07:52.375Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:07:52.375Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-10T06:07:52.475Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:07:52.476Z||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-10T06:07:52.477Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:07:52.490Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:07:52.491Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:07:53.376Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:07:53.377Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:07:53.379Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:07:53.379Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:07:53.479Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:07:53.481Z||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-10T06:07:53.481Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:07:53.495Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:07:53.495Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:07:54.380Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:07:54.381Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:07:54.390Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:07:54.390Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:07:54.491Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:07:54.492Z||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-10T06:07:54.492Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:07:54.503Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:07:54.503Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:07:55.391Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:07:55.392Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:07:55.393Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:07:55.394Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:55.495Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:07:55.496Z||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-10T06:07:55.496Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:07:55.510Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:07:55.511Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:07:56.394Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:07:56.395Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:07:56.397Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:07:56.397Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-10T06:07:56.498Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:07:56.500Z||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-10T06:07:56.500Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:07:56.528Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:07:56.529Z||pool-73-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:07:57.398Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:07:57.399Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:07:57.402Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:07:57.402Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:07:57.502Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:07:57.503Z||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-10T06:07:57.504Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:07:57.518Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:07:57.519Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:07:58.402Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T06:07:58.403Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:07:58.405Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:07:58.405Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:07:58.505Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:07:58.506Z||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-10T06:07:58.507Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:07:58.521Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:07:58.522Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:07:59.407Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "af63f3a0-1c10-44c6-adec-1f4db64f43df",
  "serviceDescription": "service",
  "serviceInvariantUUID": "477ed853-7770-4ed2-a97d-e8084c3b5fb1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "c126319b-64e4-4e50-8d26-172c3eee9de7",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9ab0a1c0-444a-43ba-91cc-2abc8d7dece4",
      "resourceInvariantUUID": "e91da18c-0d88-4afb-bccf-a4164b13d657",
      "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": "0e90aec2-85e2-4d77-9bbc-4e5794bfb910",
          "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": "f01493a0-6b02-4f24-81b6-f87a71d4be06",
          "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": "NGY3YjlmY2I1YjRhMTk4OWE3MjBiODJkOGMxZmY5ZTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6d770288-6a5a-4752-8593-d9a07b932cbc",
          "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": "b2285990-2967-444d-9267-5915b9549dbb",
          "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": "a401d8cf-67ca-4eb5-a257-1073e1fa921e",
            "generatedFromUUID": "b2285990-2967-444d-9267-5915b9549dbb"
          },
          "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": "a401d8cf-67ca-4eb5-a257-1073e1fa921e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MWE3NzhlNGEzZmU0OTIyNjY0NTIxODAxMGMxZjVhNjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2717c4b0-fd96-4389-8510-a0c497d599c2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T06:07:59.407Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T06:07:59.407Z|7b80dc50-cb1d-4d5f-8895-852b5be953ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 af63f3a0-1c10-44c6-adec-1f4db64f43df ASDC
2022-03-10T06:07:59.408Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3bcf35cf-de0d-4b4c-ad8d-ef54536a441d
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:af63f3a0-1c10-44c6-adec-1f4db64f43df
ServiceInvariantUUID:477ed853-7770-4ed2-a97d-e8084c3b5fb1
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:2717c4b0-fd96-4389-8510-a0c497d599c2
ArtifactChecksum:MWE3NzhlNGEzZmU0OTIyNjY0NTIxODAxMGMxZjVhNjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:c126319b-64e4-4e50-8d26-172c3eee9de7
ResourceInvariantUUID:e91da18c-0d88-4afb-bccf-a4164b13d657
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:9ab0a1c0-444a-43ba-91cc-2abc8d7dece4
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:0e90aec2-85e2-4d77-9bbc-4e5794bfb910
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:f01493a0-6b02-4f24-81b6-f87a71d4be06
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:6d770288-6a5a-4752-8593-d9a07b932cbc
ArtifactChecksum:NGY3YjlmY2I1YjRhMTk4OWE3MjBiODJkOGMxZmY5ZTU=
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:b2285990-2967-444d-9267-5915b9549dbb
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:a401d8cf-67ca-4eb5-a257-1073e1fa921e
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:a401d8cf-67ca-4eb5-a257-1073e1fa921e
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T06:07:59.408Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af63f3a0-1c10-44c6-adec-1f4db64f43df 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-10T06:07:59.449Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:07:59.450Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-10T06:07:59.450Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-10T06:07:59.451Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2717c4b0-fd96-4389-8510-a0c497d599c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-10T06:07:59.451Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-10T06:07:59.451Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-10T06:08:00.815Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-10T06:08:00.818Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2717c4b0-fd96-4389-8510-a0c497d599c2 68959
2022-03-10T06:08:00.818Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:00.819Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:00.819Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:08:00.819Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:08:00.821Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:08:00.821Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892480818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:08:00.921Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:08:00.922Z||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-10T06:08:00.922Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:00.932Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:00.933Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:08:01.821Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T06:08:01.822Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-10T06:08:01.823Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2717c4b0-fd96-4389-8510-a0c497d599c2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T06:08:01.823Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-10T06:08:01.824Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T06:08:01.824Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T06:08:01.990Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP674508793614272434/Definitions/service-BasicCnf-template.yml
2022-03-10T06:08:03.245Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T06:08:03.246Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-10T06:08:03.246Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T06:08:03.246Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-10T06:08:03.247Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:03.247Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:03.247Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T06:08:03.247Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:03.247Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-10T06:08:03.248Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:03.248Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:03.249Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:08:03.249Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-10T06:08:03.249Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:08:03.250Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:03.250Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:03.250Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:08:03.250Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-10T06:08:03.251Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T06:08:03.251Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:03.251Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:03.252Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:03.252Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-10T06:08:03.252Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-10T06:08:03.253Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-10T06:08:03.253Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T06:08:03.253Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:03.253Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T06:08:03.254Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:03.254Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:08:03.254Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:08:03.255Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:03.255Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:08:03.255Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:08:03.255Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:03.256Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:08:03.256Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:08:03.256Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:03.256Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-10T06:08:03.257Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-10T06:08:03.257Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=59730f16-4909-4d09-9be9-e228909e6a3f
2022-03-10T06:08:03.257Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:03.257Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:03.258Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:03.258Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:03.258Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:03.258Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:03.259Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:03.259Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:03.259Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:af63f3a0-1c10-44c6-adec-1f4db64f43df
Model Version:NULL
Model InvariantUuid:477ed853-7770-4ed2-a97d-e8084c3b5fb1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:bd25f1a2-fdb9-4f9f-95f2-87273684a7e9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e91da18c-0d88-4afb-bccf-a4164b13d657
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c126319b-64e4-4e50-8d26-172c3eee9de7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7efabefd-27ee-4b52-970f-426d4623165f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:5f126d83-b06b-4db3-95e0-4ee3c93d8215
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:59730f16-4909-4d09-9be9-e228909e6a3f
ModelInvariantUuid:f38a352e-9473-4249-8134-313ac14bec26
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:4408b160-c795-4d30-8bd8-15084aaa62e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:0716577d-55d4-43ab-970b-64ecb146e20a
ModelInvariantUuid:43347edd-b7b5-47e2-999f-4acd339be730
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f900e7db-637c-4c05-b64a-68aa1cfbd844
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-10T06:08:03.266Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 9ab0a1c0-444a-43ba-91cc-2abc8d7dece4
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-10T06:08:03.273Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-03-10T06:08:03.274Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9ab0a1c0-444a-43ba-91cc-2abc8d7dece4
2022-03-10T06:08:03.274Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0e90aec2-85e2-4d77-9bbc-4e5794bfb910 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-10T06:08:03.274Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-10T06:08:03.274Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:03.669Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-10T06:08:03.669Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0e90aec2-85e2-4d77-9bbc-4e5794bfb910 12
2022-03-10T06:08:03.670Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:03.670Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:03.670Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:08:03.671Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:08:03.674Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:08:03.674Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892483670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:08:03.773Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T06:08:03.774Z||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-10T06:08:03.775Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:03.787Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:03.788Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:08:04.675Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f01493a0-6b02-4f24-81b6-f87a71d4be06 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-10T06:08:04.675Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-10T06:08:04.675Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:05.012Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-10T06:08:05.013Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f01493a0-6b02-4f24-81b6-f87a71d4be06 2688
2022-03-10T06:08:05.013Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:05.013Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:05.013Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:08:05.013Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:08:05.015Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:08:05.016Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892485013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:08:05.116Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:08:05.117Z||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-10T06:08:05.117Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:05.130Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:05.131Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:08:06.017Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6d770288-6a5a-4752-8593-d9a07b932cbc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-10T06:08:06.017Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-10T06:08:06.017Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:06.470Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-10T06:08:06.470Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 6d770288-6a5a-4752-8593-d9a07b932cbc 828
2022-03-10T06:08:06.471Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:06.471Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:06.471Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:08:06.471Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:08:06.473Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:08:06.474Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892486471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:08:06.573Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T06:08:06.574Z||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-10T06:08:06.576Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:06.600Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:06.604Z||pool-79-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:08:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:08:06.739Z||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-10T06:08:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:07.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:07.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b80dc50-cb1d-4d5f-8895-852b5be953ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892469344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T06:08:07.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:08:07.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-10T06:08:07.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:08:07.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:08:07.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:08:07.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-10T06:08:07.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:08:07.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T06:08:07.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:08:07.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892246732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T06:08:07.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-10T06:08:07.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892480818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:08:07.375Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:08:07.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892483670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:08:07.375Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:08:07.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892485013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:08:07.375Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:08:07.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:08:07.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892486471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:08:07.376Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:08:07.474Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7efabefd-27ee-4b52-970f-426d4623165f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f126d83-b06b-4db3-95e0-4ee3c93d8215",
    "vfModuleModelCustomizationUUID": "66bb730d-9ffa-4b34-9765-7c4bd6d6a58d",
    "isBase": true,
    "artifacts": [
      "f01493a0-6b02-4f24-81b6-f87a71d4be06",
      "b2285990-2967-444d-9267-5915b9549dbb",
      "a401d8cf-67ca-4eb5-a257-1073e1fa921e"
    ],
    "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-10T06:08:07.488Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f126d83-b06b-4db3-95e0-4ee3c93d8215
VfModuleModelInvariantUUID:7efabefd-27ee-4b52-970f-426d4623165f
VfModuleModelDescription:NULL
Artifacts UUID List:{
f01493a0-6b02-4f24-81b6-f87a71d4be06
,
b2285990-2967-444d-9267-5915b9549dbb
,
a401d8cf-67ca-4eb5-a257-1073e1fa921e

}
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-10T06:08:07.491Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7efabefd-27ee-4b52-970f-426d4623165f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f126d83-b06b-4db3-95e0-4ee3c93d8215",
    "vfModuleModelCustomizationUUID": "66bb730d-9ffa-4b34-9765-7c4bd6d6a58d",
    "isBase": true,
    "artifacts": [
      "f01493a0-6b02-4f24-81b6-f87a71d4be06",
      "b2285990-2967-444d-9267-5915b9549dbb",
      "a401d8cf-67ca-4eb5-a257-1073e1fa921e"
    ],
    "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-10T06:08:07.491Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f126d83-b06b-4db3-95e0-4ee3c93d8215
VfModuleModelInvariantUUID:7efabefd-27ee-4b52-970f-426d4623165f
VfModuleModelDescription:NULL
Artifacts UUID List:{
f01493a0-6b02-4f24-81b6-f87a71d4be06
,
b2285990-2967-444d-9267-5915b9549dbb
,
a401d8cf-67ca-4eb5-a257-1073e1fa921e

}
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-10T06:08:07.491Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b2285990-2967-444d-9267-5915b9549dbb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-10T06:08:07.492Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-10T06:08:07.492Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:07.679Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-10T06:08:07.680Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b2285990-2967-444d-9267-5915b9549dbb 1164
2022-03-10T06:08:07.680Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:07.680Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:07.680Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:08:07.681Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:08:07.682Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:08:07.683Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892487680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:08:07.783Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:08:07.783Z||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-10T06:08:07.784Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:07.795Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:07.796Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:08:08.683Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a401d8cf-67ca-4eb5-a257-1073e1fa921e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-10T06:08:08.684Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-10T06:08:08.684Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:08.895Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-10T06:08:08.896Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a401d8cf-67ca-4eb5-a257-1073e1fa921e 200
2022-03-10T06:08:08.896Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:08.896Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:08.896Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T06:08:08.896Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:08:08.898Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:08:08.898Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892488896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:08:08.999Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T06:08:09.000Z||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-10T06:08:09.000Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:09.011Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:09.012Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:08:09.899Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: af63f3a0-1c10-44c6-adec-1f4db64f43df
2022-03-10T06:08:09.900Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9ab0a1c0-444a-43ba-91cc-2abc8d7dece4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-03-10T06:08:09.919Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T06:08:09.923Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3568f410, org.onap.sdc.toscaparser.api.parameters.Input@7894af46, org.onap.sdc.toscaparser.api.parameters.Input@19e977c7, org.onap.sdc.toscaparser.api.parameters.Input@71913289, org.onap.sdc.toscaparser.api.parameters.Input@3ab90df]
2022-03-10T06:08:09.925Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.925Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:09.926Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-03-10T06:08:09.926Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c126319b-64e4-4e50-8d26-172c3eee9de7
2022-03-10T06:08:09.926Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c126319b-64e4-4e50-8d26-172c3eee9de7 matches Tosca VF Customization UUID: c126319b-64e4-4e50-8d26-172c3eee9de7
2022-03-10T06:08:09.926Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c126319b-64e4-4e50-8d26-172c3eee9de7  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-10T06:08:09.929Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.929Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:09.930Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c126319b-64e4-4e50-8d26-172c3eee9de7: {\"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-10T06:08:09.930Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74609c58
2022-03-10T06:08:09.930Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.930Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T06:08:09.930Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 66bb730d-9ffa-4b34-9765-7c4bd6d6a58d
2022-03-10T06:08:09.931Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 66bb730d-9ffa-4b34-9765-7c4bd6d6a58d
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-10T06:08:09.934Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.934Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:08:09.935Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:08:09.935Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.935Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:08:09.935Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:08:09.936Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.936Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-10T06:08:09.936Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-10T06:08:09.936Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=59730f16-4909-4d09-9be9-e228909e6a3f
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-10T06:08:09.940Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.940Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:08:09.940Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T06:08:09.941Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.941Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T06:08:09.941Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c126319b-64e4-4e50-8d26-172c3eee9de7
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-10T06:08:09.943Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.943Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:09.944Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid af63f3a0-1c10-44c6-adec-1f4db64f43df: basic_cnf
2022-03-10T06:08:09.944Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.944Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:09.944Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.944Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:09.944Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.945Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:09.945Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.945Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:09.945Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T06:08:09.945Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T06:08:09.946Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:10.014Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9ab0a1c0-444a-43ba-91cc-2abc8d7dece4 1 ASDC deployResourceStructure
2022-03-10T06:08:10.015Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:10.015Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:10.015Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-10T06:08:10.015Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:08:10.017Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:08:10.018Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892490014,
  "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-10T06:08:10.118Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:08:10.119Z||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-10T06:08:10.119Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:10.136Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:10.137Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:08:11.019Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:11.019Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:11.019Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-10T06:08:11.019Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:08:11.021Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:08:11.021Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892491019,
  "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-10T06:08:11.121Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:08:11.122Z||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-10T06:08:11.122Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:11.139Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:11.140Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:08:12.022Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:12.023Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:12.023Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:08:12.023Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:08:12.025Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:08:12.025Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892492022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:08:12.125Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:08:12.127Z||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-10T06:08:12.127Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:12.142Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:12.143Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-10T06:08:13.026Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:13.027Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:13.027Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:08:13.027Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:08:13.029Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:08:13.029Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892493026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T06:08:13.129Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:08:13.130Z||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-10T06:08:13.131Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:13.200Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:13.200Z||pool-85-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:08:14.030Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:14.031Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:14.031Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:08:14.031Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:08:14.033Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:08:14.034Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892494030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-10T06:08:14.134Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:08:14.135Z||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-10T06:08:14.135Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:14.152Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:14.152Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:08:15.034Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:15.037Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||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-10T06:08:15.037Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T06:08:15.037Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:08:15.039Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:08:15.039Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892495034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:08:15.139Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:08:15.140Z||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-10T06:08:15.140Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:15.153Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:15.153Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T06:08:16.039Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T06:08:16.050Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T06:08:16.053Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T06:08:16.053Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T06:08:16.053Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T06:08:16.054Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T06:08:16.054Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:08:16.054Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:08:16.055Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:08:16.055Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:08:16.055Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:08:16.055Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T06:08:16.056Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T06:08:16.061Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T06:08:46.061Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d 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-10T06:08:46.070Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d and serviceModelVersionId: af63f3a0-1c10-44c6-adec-1f4db64f43df
2022-03-10T06:08:46.070Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 477ed853-7770-4ed2-a97d-e8084c3b5fb1
2022-03-10T06:08:46.071Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/477ed853-7770-4ed2-a97d-e8084c3b5fb1/model-vers/model-ver/af63f3a0-1c10-44c6-adec-1f4db64f43df?depth=0
2022-03-10T06:08:46.074Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T06:08:46.119Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/477ed853-7770-4ed2-a97d-e8084c3b5fb1/model-vers/model-ver/af63f3a0-1c10-44c6-adec-1f4db64f43df?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-10T06:08:46.121Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/477ed853-7770-4ed2-a97d-e8084c3b5fb1/model-vers/model-ver/af63f3a0-1c10-44c6-adec-1f4db64f43df?depth=0|INFO|500||Invoke
2022-03-10T06:08:46.140Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/477ed853-7770-4ed2-a97d-e8084c3b5fb1/model-vers/model-ver/af63f3a0-1c10-44c6-adec-1f4db64f43df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T06:08:46.320Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/477ed853-7770-4ed2-a97d-e8084c3b5fb1/model-vers/model-ver/af63f3a0-1c10-44c6-adec-1f4db64f43df?depth=0|INFO|500||InvokeReturn
2022-03-10T06:08:46.321Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/477ed853-7770-4ed2-a97d-e8084c3b5fb1/model-vers/model-ver/af63f3a0-1c10-44c6-adec-1f4db64f43df?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-06:08:46:350-96619], vertex-id=[348240], Content-Length=[0], Date=[Thu, 10 Mar 2022 06:08:46 GMT], Content-Type=[application/json]}
2022-03-10T06:08:46.321Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-03-10T06:08:46.322Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T06:08:46.322Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T06:08:46.327Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T06:08:46.327Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3bcf35cf-de0d-4b4c-ad8d-ef54536a441d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T06:08:46.327Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T06:08:46.328Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-10T06:08:46.330Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T06:08:46.330Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892526327,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T06:08:46.430Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T06:08:46.431Z||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-10T06:08:46.431Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:46.447Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:46.448Z||pool-88-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-10T06:08:47.344Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:08:47.344Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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-10T06:08:47.344Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:08:57.605Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:08:57.605Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:08:57.606Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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-10T06:08:57.606Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:09:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:09:06.739Z||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-10T06:09:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:09:07.149Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:09:07.149Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:09:07.150Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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-10T06:09:07.150Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:09:07.365Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:09:07.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:09:07.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892487680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:09:07.366Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:09:07.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:09:07.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892488896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T06:09:07.366Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:09:07.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:09:07.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892490014,
  "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-10T06:09:07.366Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:09:07.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:09:07.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892491019,
  "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-10T06:09:07.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:09:07.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:09:07.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892492022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T06:09:07.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:09:07.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:09:07.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892493026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T06:09:07.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:09:07.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:09:07.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892494030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-10T06:09:07.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:09:07.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:09:07.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892495034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T06:09:07.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:09:07.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T06:09:07.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcf35cf-de0d-4b4c-ad8d-ef54536a441d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646892526327,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T06:09:07.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T06:09:16.717Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:09:16.719Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:09:16.720Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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-10T06:09:16.720Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:09:26.281Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:09:26.282Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:09:26.282Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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-10T06:09:26.282Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:09:35.833Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:10:06.731Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:10:06.732Z||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-10T06:10:06.732Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:10:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:10:06.738Z||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-10T06:10:06.738Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:10:16.282Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:10:16.282Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:11:06.731Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:11:06.733Z||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-10T06:11:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:11:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:11:06.739Z||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-10T06:11:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:11:16.317Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:11:16.320Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:12:06.731Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:12:06.733Z||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-10T06:12:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:12:06.738Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:12:06.739Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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-10T06:12:06.739Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:12:16.291Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:12:16.293Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:13:06.732Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:13:06.734Z||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-10T06:13:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:13:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:13:06.739Z||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-10T06:13:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:13:16.287Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:13:16.286Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:14:06.732Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:14:06.735Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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-10T06:14:06.735Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:14:06.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:14:06.738Z||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-10T06:14:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:14:16.292Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:14:16.292Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:06.731Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:15:06.733Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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-10T06:15:06.733Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:15:06.738Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:15:06.739Z||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-10T06:15:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:15:16.288Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:15:16.297Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:16:06.731Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:16:06.732Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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-10T06:16:06.733Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:16:06.738Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:16:06.739Z||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-10T06:16:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:16:16.281Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:16:16.282Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:17:06.731Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:17:06.732Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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-10T06:17:06.732Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:17:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:17:06.739Z||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-10T06:17:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:17:16.287Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:17:16.289Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:18:06.731Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:18:06.733Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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-10T06:18:06.733Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:18:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:18:06.739Z||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-10T06:18:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:18:16.287Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:18:16.289Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:19:06.731Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:19:06.732Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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-10T06:19:06.732Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:19:06.738Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:19:06.738Z||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-10T06:19:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:19:16.286Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:19:16.286Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:20:06.732Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:20:06.733Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T06:20:06.733Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:20:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:20:06.739Z||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-10T06:20:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:20:16.292Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:20:16.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:21:06.732Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:21:06.733Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T06:21:06.733Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:21:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:21:06.739Z||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-10T06:21:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:21:16.289Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:21:16.289Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:22:06.732Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:22:06.733Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T06:22:06.733Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:22:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:22:06.738Z||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-10T06:22:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:22:16.283Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:22:16.287Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:23:06.731Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:23:06.732Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T06:23:06.733Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:23:06.738Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:23:06.739Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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-10T06:23:06.739Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:23:16.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:23:16.307Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:24:06.731Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:24:06.732Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T06:24:06.732Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:24:06.738Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:24:06.739Z||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-10T06:24:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:24:16.280Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:24:16.289Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:25:06.731Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:25:06.732Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T06:25:06.732Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:25:06.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:25:06.738Z||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-10T06:25:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:25:16.280Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:25:16.282Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:26:06.731Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:26:06.732Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T06:26:06.732Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:26:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:26:06.739Z||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-10T06:26:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:26:16.280Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:26:16.291Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:27:06.732Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:27:06.734Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T06:27:06.734Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:27:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:27:06.739Z||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-10T06:27:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:27:16.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:27:16.338Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:06.731Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:28:06.732Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T06:28:06.732Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:28:06.738Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:28:06.738Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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-10T06:28:06.739Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:28:16.310Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:28:16.310Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:29:06.732Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:29:06.733Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T06:29:06.733Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gDsKpPQ67SNoAf65) ...
2022-03-10T06:29:06.738Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:29:06.739Z||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-10T06:29:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:29:16.284Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:29:16.285Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:30:06.732Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:30:06.734Z||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-10T06:30:06.734Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:30:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:30:06.739Z||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-10T06:30:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:30:16.286Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:30:16.288Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:31:06.731Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:31:06.733Z||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-10T06:31:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:31:06.738Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:31:06.739Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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-10T06:31:06.739Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:31:16.282Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:31:16.308Z|3bcf35cf-de0d-4b4c-ad8d-ef54536a441d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:32:06.731Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:32:06.732Z||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-10T06:32:06.733Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:32:06.738Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:32:06.739Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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-10T06:32:06.739Z|a9526ea8-2b34-401c-93d7-a806a08c031e|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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:32:16.280Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:32:16.285Z|a9526ea8-2b34-401c-93d7-a806a08c031e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:32:18.308Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T06:33:06.731Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:33:06.732Z||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-10T06:33:06.732Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:33:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T06:33:06.739Z||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-10T06:33:06.739Z||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 gDsKpPQ67SNoAf65) ...
2022-03-10T06:33:16.292Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T06:33:16.297Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK